summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07direct-io: use bio set/get op accessorsMike Christie
2016-06-07block: add REQ_OP definitions and helpersMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani
2016-05-16dax: Remove complete_unwritten argumentJan Kara
2016-05-12ext4: switch to ->iterate_shared()Al Viro
2016-05-02introduce a parallel variant of ->iterate()Al Viro
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-05-01filemap: remove the pos argument to generic_file_direct_writeChristoph Hellwig
2016-04-27fs: fix over-zealous use of "const"Kees Cook
2016-04-21fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-29chrdev: emit a warning when we go below dynamic major rangeLinus Walleij
2016-03-28constify vfs_truncate()Al Viro
2016-03-26fs: add file_dentry()Miklos Szeredi
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