summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
2018-03-21fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-03-08dax: fix vma_is_fsdax() helperDan Williams
2017-12-05autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent
2017-12-05mm: introduce get_user_pages_longtermDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03include/linux/fs.h: fix comment about struct address_spaceMike Rapoport
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-04fs: unexport vfs_readv and vfs_writevChristoph Hellwig
2017-09-04fs: unexport __vfs_read/__vfs_writeChristoph Hellwig
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig
2017-09-04vfs: add flags to d_real()Miklos Szeredi
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds
2017-08-23block: cache the partition index in struct block_deviceChristoph Hellwig
2017-08-17fs: Provide __inode_get_bytes()Jan Kara
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton
2017-07-29Documentation: add some docs for errseq_tJeff Layton
2017-07-23Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe
2017-07-17char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells
2017-07-17vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-11VFS: Kill off s_options and helpersDavid Howells
2017-07-10mm: always enable thp for dax mappingsDan Williams
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds