summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro1-1/+2
2016-05-27Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2016-05-21Revert "block: enable dax for raw block devices"Dan Williams1-8/+0
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-6/+25
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+29
2016-05-18Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani1-8/+0
2016-05-17dax: Remove complete_unwritten argumentJan Kara1-1/+0
2016-05-13ext4: switch to ->iterate_shared()Al Viro1-0/+7
2016-05-03introduce a parallel variant of ->iterate()Al Viro1-0/+1
2016-05-03parallel lookups: actual switch to rwsemAl Viro1-6/+21
2016-05-03parallel lookups machinery, part 2Al Viro1-0/+1
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-1/+14
2016-05-02fs: simplify the generic_write_sync prototypeChristoph Hellwig1-6/+18
2016-05-02fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-4/+10
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-5/+4
2016-05-02filemap: 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-18Merge 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-08Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-23fs/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/kerne...Linus Torvalds1-1/+1
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-0/+8
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+3
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro1-7/+3
2016-03-18fs 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-19vfs: define kernel_read_file_id enumerationMimi Zohar1-1/+6
2016-02-19vfs: 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-31block: revert runtime dax control of the raw block deviceDan Williams1-3/+0
2016-01-31fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1