summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* time: delete current_fs_time()Deepa Dinamani2017-05-121-1/+0
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-0/+2
|\
| * locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-211-0/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-6/+8
|\ \
| * | Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells2017-05-041-3/+5
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-2/+3
| * | fs: drop duplicate header percpu-rwsem.hGeliang Tang2017-04-261-1/+0
| |/
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-3/+2
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-031-1/+3
|\ \
| * | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-1/+1
| * | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-1/+3
| |/
* | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-3/+0
* | fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-201-0/+6
|/
* include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann2017-03-091-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-8/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-13/+39
|\
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-13/+39
| |\
| | * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-0/+6
| | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-0/+5
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-201-0/+12
| | * vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein2017-02-071-13/+13
| | * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-071-0/+3
* | | fs: add i_blocksize()Fabian Frederick2017-02-271-0/+5
|/ /
* | block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-021-0/+1
* | block: Unhash block device inodes on gendisk destructionJan Kara2017-02-021-0/+1
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-0/+2
|\
| * fs: Provide function to get superblock with exclusive s_umountJan Kara2016-11-231-0/+2
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+2
|\ \
| * | vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-1/+0
| * | vfs: default to generic_readlink()Miklos Szeredi2016-12-091-0/+1
| * | vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-3/+9
|\ \
| * \ Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-161-0/+6
| |\ \
| | * | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-091-0/+6
| | |/
| * | vfs: misc struct path constificationAl Viro2016-12-051-1/+1
| * | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-051-1/+1
| * | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-051-1/+1
| |/
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-0/+13
|\ \
| * | vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-161-0/+13
| |/
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-67/+1
|\ \ | |/ |/|
| * block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-1/+1
| * block, fs: move submit_bio to bio.hChristoph Hellwig2016-11-011-1/+0
| * fs: decouple READ and WRITE from the block layer opsChristoph Hellwig2016-11-011-13/+0
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-47/+0
| * block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig2016-11-011-5/+5
| * block: treat REQ_FUA and REQ_PREFLUSH as synchronousChristoph Hellwig2016-11-011-3/+3
| * block: don't use REQ_SYNC in the READ_SYNC definitionChristoph Hellwig2016-11-011-1/+1
| * block: add a proper block layer data direction encodingChristoph Hellwig2016-10-281-5/+0
* | aio: fix freeze protection of aio writesJan Kara2016-10-301-0/+1
* | fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-301-1/+0
|/
OpenPOWER on IntegriCloud