summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-0/+1
|\
| * vfs: add vfs_get_link() helperMiklos Szeredi2016-10-141-0/+1
* | mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-111-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-3/+3
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-3/+2
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * | vfs: remove unused i_op->renameMiklos Szeredi2016-09-271-2/+0
| | * | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-271-1/+2
| | |/
| * / vfs: Add current_time() apiDeepa Dinamani2016-09-271-0/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-9/+14
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-5/+0
| * | vfs: Add IOP_XATTR inode operations flagAndreas Gruenbacher2016-10-071-0/+1
| * | sockfs: Get rid of getxattr iopAndreas Gruenbacher2016-10-061-4/+13
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-5/+17
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-081-3/+15
| |\ \ \
| | * | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-2/+14
| | * | | vfs: update ovl inode before relatime checkMiklos Szeredi2016-09-161-1/+0
| | * | | vfs: move permission checking into notify_change() for utimes(NULL)Miklos Szeredi2016-09-161-0/+1
| | | |/ | | |/|
| * / | fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-1/+1
| |/ /
* / / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-2/+0
|/ /