summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-03-21Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-03-14kill dentry_unhash()Al Viro
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig
2016-02-21ima: load policy using pathDmitry Kasatkin
2016-02-21kexec: replace call to copy_file_from_fd() with kernel versionMimi Zohar
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar
2016-02-08direct-io: always call ->end_io if non-NULLChristoph Hellwig
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams
2016-01-30fs, block: force direct-I/O for dax-enabled block devicesDan Williams
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-12Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-09block: enable dax for raw block devicesDan Williams
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-12-07locks: new locks_mandatory_area calling conventionChristoph Hellwig
2015-12-06fs/attr.c: is_sxid can be booleanYaowei Bai
2015-12-06fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-12-06fs/namespace.c: path_is_under can be booleanYaowei Bai
2015-12-06fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefinedYaowei Bai
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-16locks: Allow disabling mandatory locking at compile timeJeff Layton
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-11vfs: remove stale comment in inode_operationsRoss Zwisler
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds