summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-09-06include/linux/fs.h: remove unneeded forward definition of mm_structJeff Layton1-2/+0
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-4/+16
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+0
2017-09-06Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+7
2017-09-01xfs: evict all inodes involved with log redo itemDarrick J. Wong1-0/+1
2017-08-31annotate RWF_... flagsChristoph Hellwig1-5/+7
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman1-2/+2
2017-08-27Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2017-08-01mm: remove optimizations based on i_size in mapping writeback waitsJeff Layton1-1/+6
2017-07-31mm: add file_fdatawait_range and file_write_and_waitJeff Layton1-1/+10
2017-07-29Documentation: add some docs for errseq_tJeff Layton1-2/+0
2017-07-23Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman1-8/+9
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+9
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe1-2/+2
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe1-1/+1
2017-07-17char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe1-0/+4
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+0
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-10/+1
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2017-07-11VFS: Kill off s_options and helpersDavid Howells1-9/+0
2017-07-10mm: always enable thp for dax mappingsDan Williams1-0/+6
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+60
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton1-1/+59
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton1-1/+1
2017-07-06VFS: Make get_filesystem() return the affected filesystemDavid Howells1-1/+1
2017-07-05fs: remove call_fsync helper functionJeff Layton1-6/+0
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein1-0/+4
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-8/+9
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+2
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-1/+2
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe1-12/+35
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues1-0/+9
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues1-0/+2
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues1-0/+14
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar1-1/+1
2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby1-1/+1
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig1-2/+3
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig1-1/+1
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-2/+3
2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig1-4/+4
2017-05-12time: delete current_fs_time()Deepa Dinamani1-1/+0
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+8
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-3/+2