aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-10/+38
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+3
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2017-09-08autofs: fix AT_NO_AUTOMOUNT not being honoredGravatar Ian Kent 1-2/+1
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-2/+2
2017-09-07Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structGravatar Jeff Layton 1-2/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-4/+16
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+0
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+7
2017-09-04fs: unexport vfs_readv and vfs_writevGravatar Christoph Hellwig 1-2/+0
2017-09-04fs: unexport __vfs_read/__vfs_writeGravatar Christoph Hellwig 1-1/+0
2017-09-04fs: make the buf argument to __kernel_write a void pointerGravatar Christoph Hellwig 1-1/+1
2017-09-04fs: fix kernel_write prototypeGravatar Christoph Hellwig 1-1/+1
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-1/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsGravatar Christoph Hellwig 1-3/+3
2017-09-04vfs: add flags to d_real()Gravatar Miklos Szeredi 1-1/+1
2017-09-01xfs: evict all inodes involved with log redo itemGravatar Darrick J. Wong 1-0/+1
2017-08-31annotate RWF_... flagsGravatar Christoph Hellwig 1-5/+7
2017-08-28Merge 4.13-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+2
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosGravatar Linus Torvalds 1-2/+2
2017-08-23block: cache the partition index in struct block_deviceGravatar Christoph Hellwig 1-0/+1
2017-08-17fs: Provide __inode_get_bytes()Gravatar Jan Kara 1-0/+4
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsGravatar Jeff Layton 1-1/+6
2017-07-31mm: add file_fdatawait_range and file_write_and_waitGravatar Jeff Layton 1-1/+10
2017-07-29Documentation: add some docs for errseq_tGravatar Jeff Layton 1-2/+0
2017-07-23Merge 4.13-rc2 into char-misc-nextGravatar Greg Kroah-Hartman 1-8/+9
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+9
2017-07-17block: order /proc/devices by major numberGravatar Logan Gunthorpe 1-2/+2
2017-07-17char_dev: order /proc/devices by major numberGravatar Logan Gunthorpe 1-1/+1
2017-07-17char_dev: extend dynamic allocation of majors into a higher rangeGravatar Logan Gunthorpe 1-0/+4
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsGravatar David Howells 1-9/+36
2017-07-17vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsGravatar David Howells 1-1/+2
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksGravatar Benjamin Coddington 1-1/+0
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-10/+1
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2017-07-11VFS: Kill off s_options and helpersGravatar David Howells 1-9/+0
2017-07-10mm: always enable thp for dax mappingsGravatar Dan Williams 1-0/+6
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+60
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+0
2017-07-06fs: new infrastructure for writeback error handling and reportingGravatar Jeff Layton 1-1/+59
2017-07-06jbd2: don't clear and reset errors after waiting on writebackGravatar Jeff Layton 1-1/+1
2017-07-06VFS: Make get_filesystem() return the affected filesystemGravatar David Howells 1-1/+1
2017-07-05fs: remove call_fsync helper functionGravatar Jeff Layton 1-6/+0
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+4