summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2017-05-12time: delete current_fs_time()Deepa Dinamani
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-04Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-04-26fs: drop duplicate header percpu-rwsem.hGeliang Tang
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara
2017-03-09include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein
2017-02-07vfs: create vfs helper vfs_tmpfile()Amir Goldstein
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara
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