index
:
delta/barebox.git
doc
dts
efi
imx-ipu-v3
master
next
pu/kconfig
pu/mtd
pu/persistent-vars
stable/v2013.05
stable/v2013.06
stable/v2013.07
stable/v2013.08
stable/v2013.10
stable/v2014.05
stable/v2014.06
stable/v2014.06.0
stable/v2014.07
stable/v2014.08
stable/v2014.09
stable/v2014.10
stable/v2014.11
stable/v2014.12
stable/v2015.01
stable/v2015.02
stable/v2017.05
stable/v2017.06
stable/v2017.07
stable/v2017.11
stable/v2018.07
stable/v2018.09
stable/v2018.12
v2011.03-stable
work/am335x
work/efika-sb
work/fit-support
work/musb
work/mvebu-multisoc
git.pengutronix.de: git/barebox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next/block'
Sascha Hauer
2020-03-18
1
-0
/
+3
|
\
|
*
fs: Introduce discard_range()
Sascha Hauer
2020-02-14
1
-0
/
+3
*
|
include: add SPDX GPL-2.0-only license tags for files without licensing infor...
Roland Hieber
2020-02-17
1
-0
/
+1
|
/
*
Merge branch 'for-next/lseek'
Sascha Hauer
2019-02-13
1
-2
/
+2
|
\
|
*
fs: let truncate take a loff_t argument
Sascha Hauer
2019-02-06
1
-1
/
+1
|
*
fs: devfs: Change .lseek callbacks to return 'int'
Andrey Smirnov
2019-02-04
1
-1
/
+1
*
|
treewide: Introduce MAP_FAILED and replace ad-hoc constants with it
Andrey Smirnov
2019-01-16
1
-0
/
+2
|
/
*
fs: dentry cache implementation
Sascha Hauer
2018-07-11
1
-18
/
+20
*
fs: remove now unused function can_lseek_backward()
Sascha Hauer
2018-01-25
1
-20
/
+0
*
fs: implement is_tftp_fs()
Sascha Hauer
2018-01-25
1
-0
/
+10
*
fs: Introduce devpath_to_name()
Andrey Smirnov
2017-12-06
1
-0
/
+9
*
fs: Fix can_lseek_backward()
Andrey Smirnov
2017-11-17
1
-1
/
+1
*
uimage: fix: add can_lseek_backward and use in uimage_open
Michael Grzeschik
2017-11-10
1
-0
/
+20
*
Merge branch 'for-next/misc'
Sascha Hauer
2017-06-14
1
-0
/
+1
|
\
|
*
fs: add cdev_create_loop and cdev_remove_loop for loop mount option
Philipp Zabel
2017-06-06
1
-0
/
+1
*
|
fs: Implement links to directories
Sascha Hauer
2017-05-11
1
-1
/
+2
|
/
*
Merge branch 'for-next/include-cleanup'
Sascha Hauer
2016-05-09
1
-50
/
+6
|
\
|
*
fs: move libc function prototypes to their correct locations
Sascha Hauer
2016-04-15
1
-45
/
+6
|
*
move unlink_recursive declaration to libfile.h
Sascha Hauer
2016-04-15
1
-2
/
+0
|
*
move make_directory declaration to libfile.h
Sascha Hauer
2016-04-15
1
-3
/
+0
*
|
fix erasing/protecting flashes with unspecified size
Sascha Hauer
2016-04-19
1
-0
/
+1
|
/
*
fs: umount based on device path and mount path
Markus Pargmann
2016-04-08
1
-0
/
+1
*
fs: Add for_each_fs_device_safe()
Markus Pargmann
2016-04-08
1
-0
/
+1
*
mtd: Fix erasing of devices >4GiB
Sascha Hauer
2016-02-09
1
-2
/
+2
*
fs: use linux/fs.h for file system related definitions
Yegor Yefremov
2016-02-01
1
-4
/
+1
*
fs: Add device parameter for Linux root= option
Sascha Hauer
2015-06-18
1
-0
/
+4
*
Merge branch 'for-next/fs'
Sascha Hauer
2015-03-09
1
-1
/
+1
|
\
|
*
fs: rename inode member of struct filep to priv
Sascha Hauer
2015-03-09
1
-1
/
+1
*
|
fs: make "offset" parameter of erase() and protect() 64 bit safe
Marc Kleine-Budde
2015-03-03
1
-2
/
+2
|
/
*
fs: implement fstat
Sascha Hauer
2014-10-08
1
-0
/
+1
*
fs: Store the path in struct filep
Sascha Hauer
2014-10-08
1
-0
/
+1
*
fs: store pointer to fsdev instead of dev in struct filep
Sascha Hauer
2014-10-08
1
-2
/
+1
*
move file helper functions to separate file
Sascha Hauer
2014-08-07
1
-14
/
+0
*
mount: support filesystem options passed via -o
Uwe Kleine-König
2014-02-10
1
-2
/
+4
*
fs: Add function to get cdev by mountpath
Sascha Hauer
2013-11-05
1
-0
/
+2
*
fs: add cdev mount helpers
Sascha Hauer
2013-09-30
1
-0
/
+3
*
mount: implement -v option to print available filesystems
Sascha Hauer
2013-09-29
1
-0
/
+1
*
fs: remove unused field 'name' from struct fs_driver_d
Sascha Hauer
2013-09-29
1
-1
/
+0
*
fs: cleanup backingstore handling
Sascha Hauer
2013-09-29
1
-0
/
+2
*
read_file: Make it work on tftp servers which do not pass size
Sascha Hauer
2013-06-20
1
-0
/
+2
*
fs: add pread and pwrite functions
Alexander Aring
2013-02-20
1
-0
/
+2
*
fs: fix return type of read
Alexander Aring
2013-02-18
1
-1
/
+1
*
Add write_file function
Sascha Hauer
2013-01-19
1
-0
/
+5
*
rm: implement -r
Sascha Hauer
2012-11-29
1
-0
/
+2
*
Merge branch 'for-next/link'
Sascha Hauer
2012-09-05
1
-0
/
+12
|
\
|
*
fs: introduce get_mounted_path to get the path where a file is mounted
Jean-Christophe PLAGNIOL-VILLARD
2012-09-05
1
-0
/
+2
|
*
fs: implement stat
Jean-Christophe PLAGNIOL-VILLARD
2012-09-05
1
-4
/
+2
|
*
fs: add symlink support
Jean-Christophe PLAGNIOL-VILLARD
2012-09-05
1
-0
/
+3
|
*
fs: rename stat to lstat as we implement lstat
Jean-Christophe PLAGNIOL-VILLARD
2012-09-05
1
-1
/
+5
|
*
fs: add readlink support
Jean-Christophe PLAGNIOL-VILLARD
2012-09-05
1
-0
/
+5
[next]