aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+12
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-1/+1
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-0/+8
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro1-7/+3
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-0/+8
2016-03-14kill dentry_unhash()Al Viro1-5/+0
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig1-0/+1
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig1-2/+2
2016-02-21ima: load policy using pathDmitry Kasatkin1-0/+1
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar1-0/+2
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar1-0/+1
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar1-0/+2
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-0/+1
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar1-0/+2
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-1/+6
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+1
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig1-1/+1
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams1-3/+0
2016-01-30fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+27
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+27
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+11
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+8
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+26
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-36/+42
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+9
2016-01-09block: enable dax for raw block devicesDan Williams1-0/+11
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-2/+0
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro1-2/+0
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton1-2/+2
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong1-0/+4
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-6/+8
2015-12-29kill free_page_put_link()Al Viro1-1/+0
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-0/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+3
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+6
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig1-16/+14
2015-12-06fs/attr.c: is_sxid can be booleanYaowei Bai1-1/+1
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai1-1/+1
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai1-1/+1
2015-12-06fs/namespace.c: path_is_under can be booleanYaowei Bai1-1/+1
2015-12-06fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai1-2/+2
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown1-0/+3
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton1-34/+40
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0