summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-12/+29
|\
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-6/+18
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-4/+10
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-5/+4
| * filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig2016-05-011-1/+1
* | Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-171-1/+1
|\ \
| * | constify vfs_truncate()Al Viro2016-03-281-1/+1
* | | ext4: switch to ->iterate_shared()Al Viro2016-05-121-0/+7
* | | introduce a parallel variant of ->iterate()Al Viro2016-05-021-0/+1
* | | parallel lookups: actual switch to rwsemAl Viro2016-05-021-6/+21
* | | parallel lookups machinery, part 2Al Viro2016-05-021-0/+1
* | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+14
|\ \ \ | |_|/ |/| |
| * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+2
| * | posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+12
| |/
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-0/+10
|\ \
| * | fs: add file_dentry()Miklos Szeredi2016-03-261-0/+10
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
| |/ |/|
* | fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-1/+1
|/
* Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-1/+1
|\
| * direct-io: always call ->end_io if non-NULLChristoph Hellwig2016-02-081-1/+1
* | Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-03-211-0/+8
|\ \
| * | fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-0/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-7/+3
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-181-7/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | |/|
| | | | * vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig2016-03-041-0/+1
| | | | * vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-041-2/+2
| | | |/
| | * / kill dentry_unhash()Al Viro2016-03-141-5/+0
| |/ /
* | | ima: load policy using pathDmitry Kasatkin2016-02-211-0/+1
* | | kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar2016-02-211-0/+2
* | | module: replace copy_module_from_fd with kernel versionMimi Zohar2016-02-211-0/+1
* | | vfs: define kernel_copy_file_from_fd()Mimi Zohar2016-02-211-0/+2
* | | firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-211-0/+1
* | | vfs: define kernel_read_file_from_pathMimi Zohar2016-02-211-0/+2
* | | vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-1/+6
* | | vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+1
|/ /
* | block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-3/+0
* | fs, block: force direct-I/O for dax-enabled block devicesDan Williams2016-01-301-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-231-2/+27
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-221-2/+27
* | dax: support dirty DAX entries in radix treeRoss Zwisler2016-01-221-1/+2
|/
* Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-0/+11
|\
| * block: enable dax for raw block devicesDan Williams2016-01-091-0/+11
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-6/+8
|\ \
| * \ Merge branch 'for-linus' into work.miscAl Viro2016-01-081-2/+0
| |\ \
| * | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-0/+2
| * | | fs/attr.c: is_sxid can be booleanYaowei Bai2015-12-061-1/+1
| * | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-061-1/+1
| * | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-061-1/+1
| * | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-061-1/+1
| * | | fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai2015-12-061-2/+2
| | |/ | |/|