aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+2
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+0
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-8/+0
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+2
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-6/+25
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+29
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani1-8/+0
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-1/+0
2016-05-12ext4: switch to ->iterate_shared()Al Viro1-0/+7
2016-05-02introduce a parallel variant of ->iterate()Al Viro1-0/+1
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-6/+21
2016-05-02parallel lookups machinery, part 2Al Viro1-0/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+14
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-6/+18
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-4/+10
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-5/+4
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig1-1/+1
2016-04-27fs: fix over-zealous use of "const"Kees Cook1-1/+1
2016-04-21fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar1-6/+25
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman1-2/+12
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+2
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+10
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-0/+12
2016-03-29chrdev: emit a warning when we go below dynamic major rangeLinus Walleij1-0/+2
2016-03-28constify vfs_truncate()Al Viro1-1/+1
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+10
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