summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong
2016-12-09vfs: make generic_readlink() staticMiklos Szeredi
2016-12-09vfs: default to generic_readlink()Miklos Szeredi
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-12-05vfs: misc struct path constificationAl Viro
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro
2016-12-05fs: Constify path_is_under()'s argumentsMickaël Salaün
2016-11-23fs: Provide function to get superblock with exclusive s_umountJan Kara
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-11-01block, fs: move submit_bio to bio.hChristoph Hellwig
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig
2016-11-01block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig
2016-10-30aio: fix freeze protection of aio writesJan Kara
2016-10-30fs: remove the never implemented aio_fsync file operationChristoph Hellwig
2016-10-28block: add a proper block layer data direction encodingChristoph Hellwig
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-14vfs: add vfs_get_link() helperMiklos Szeredi
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-27vfs: Add current_time() apiDeepa Dinamani
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27vfs: remove unused i_op->renameMiklos Szeredi
2016-09-27libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi
2016-09-16vfs: update ovl inode before relatime checkMiklos Szeredi
2016-09-16vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds