aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-67/+1
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
2016-09-27vfs: Add current_time() apiDeepa Dinamani1-0/+1
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi1-2/+0
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi1-1/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi1-2/+14
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi1-1/+0
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi1-0/+1
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi1-0/+1
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-1/+2
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linusAl Viro1-5/+0
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-1/+0
2016-08-03vfs: remove file_needs_remove_privs()Miklos Szeredi1-4/+0
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd1-0/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-29/+50
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-0/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2016-07-26mm: migrate: support non-lru movable page migrationMinchan Kim1-0/+2
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner1-0/+4
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-17/+1
2016-07-19bdev: get rid of ->bd_inodesAl Viro1-1/+0