summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
Commit message (Expand)AuthorAge
* include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-10-03
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-14
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-14
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-04
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\ \
| * | VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-17
| * | vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells2017-07-17
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-14
|\ \ \
| * | | fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-04
| * | | fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-04
| * | | fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-04
| * | | fs: fix kernel_write prototypeChristoph Hellwig2017-09-04
| * | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-04
| | |/ | |/|
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-13
|\ \ \
| * | | vfs: add flags to d_real()Miklos Szeredi2017-09-04
* | | | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-08
* | | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-08
* | | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-07
|\ \ \ \
| * | | | fs: Provide __inode_get_bytes()Jan Kara2017-08-17
| |/ / /
* | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\ \ \ \
| * | | | block: cache the partition index in struct block_deviceChristoph Hellwig2017-08-23
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-06
|\ \ \ \
| * | | | include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton2017-09-06
* | | | | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \ \ \ \
| * | | | | mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton2017-08-01
| * | | | | mm: add file_fdatawait_range and file_write_and_waitJeff Layton2017-07-31
| * | | | | Documentation: add some docs for errseq_tJeff Layton2017-07-29
| | |_|_|/ | |/| | |
* | | | | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-06
|\ \ \ \ \
| * | | | | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-16
| |/ / / /
* | | | | Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-06
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-01
| | |/ / | |/| |
* | | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-05
|\ \ \ \
| * \ \ \ Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman2017-08-28
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-23
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | block: order /proc/devices by major numberLogan Gunthorpe2017-07-17
| * | | | char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-17
| * | | | char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe2017-07-17
| | |_|/ | |/| |
* | | | annotate RWF_... flagsChristoph Hellwig2017-08-31
| |_|/ |/| |
* | | Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds2017-08-27
| |/ |/|
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\ \ | |/ |/|
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-15
|\ \
| * | VFS: Kill off s_options and helpersDavid Howells2017-07-11
| * | VFS: Make get_filesystem() return the affected filesystemDavid Howells2017-07-06
| |/
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-12
|\ \
| * | vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-04
* | | mm: always enable thp for dax mappingsDan Williams2017-07-10
* | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\ \ \
| * | | fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-06
| * | | jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-06
| | |/ | |/|