aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
AgeCommit message (Expand)Author
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
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06fs: new infrastructure for writeback error handling and reportingJeff Layton
2017-07-06jbd2: don't clear and reset errors after waiting on writebackJeff Layton
2017-07-06VFS: Make get_filesystem() return the affected filesystemDavid Howells
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig
2017-05-12time: delete current_fs_time()Deepa Dinamani
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-04Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-04-26fs: drop duplicate header percpu-rwsem.hGeliang Tang
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara