summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-16/+26
|\ \ \
| * | | vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong2016-01-011-0/+4
| * | | vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-1/+6
| * | | locks: new locks_mandatory_area calling conventionChristoph Hellwig2015-12-071-16/+14
| * | | vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-011-0/+3
| |/ /
* | | Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2016-01-121-36/+42
|\ \ \
| * | | locks: pass inode pointer to locks_free_lock_contextJeff Layton2016-01-081-2/+2
| * | | locks: Allow disabling mandatory locking at compile timeJeff Layton2015-11-161-34/+40
| |/ /
* | | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-111-7/+9
|\ \ \ | |_|/ |/| |
| * | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-6/+8
| * | kill free_page_put_link()Al Viro2015-12-291-1/+0
| * | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+3
| * | don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
| |/
* / compat_ioctl: don't pass fd around when not neededAl Viro2016-01-081-2/+0
|/