aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-8/+27
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+39
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-13/+39
2017-02-27fs: add i_blocksize()Fabian Frederick1-0/+5
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-0/+6
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-0/+5
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-0/+12
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein1-13/+13
2017-02-07vfs: create vfs helper vfs_tmpfile()Amir Goldstein1-0/+3
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara1-0/+1
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara1-0/+1
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+9
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro1-0/+6
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+13
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein1-0/+13
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-67/+1
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong1-0/+6
2016-12-09vfs: make generic_readlink() staticMiklos Szeredi1-1/+0
2016-12-09vfs: default to generic_readlink()Miklos Szeredi1-0/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-0/+1
2016-12-05vfs: misc struct path constificationAl Viro1-1/+1
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro1-1/+1
2016-12-05fs: Constify path_is_under()'s argumentsMickaël Salaün1-1/+1
2016-11-23fs: Provide function to get superblock with exclusive s_umountJan Kara1-0/+2
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-1/+1
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig1-1/+0
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig1-13/+0
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-47/+0
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig1-5/+5
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig1-3/+3
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig1-1/+1
2016-10-30aio: fix freeze protection of aio writesJan Kara1-0/+1
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig1-1/+0
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig1-5/+0
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+1
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi1-0/+1
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-3/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+14
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+17
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-3/+15
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-5/+0
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher1-0/+1
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher1-4/+13
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-2/+0