summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
AgeCommit message (Expand)AuthorFilesLines
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-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells1-9/+36
2017-07-17vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells1-1/+2
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-11mm: always enable thp for dax mappingsDan Williams1-0/+6
2017-07-08Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+60
2017-07-08Merge 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-06fs: remove call_fsync helper functionJeff Layton1-6/+0
2017-07-06Merge 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-30fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+2
2017-06-30fs: 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-13time: 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-09fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-3/+2
2017-05-05Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells1-3/+5
2017-05-03Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds1-1/+3
2017-04-27fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-2/+3
2017-04-27fs: drop duplicate header percpu-rwsem.hGeliang Tang1-1/+0
2017-04-21locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington1-0/+2
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara1-3/+0
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara1-0/+6
2017-04-10fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara1-1/+1
2017-04-10fsnotify: Move mark list head from object into dedicated structureJan Kara1-1/+3
2017-03-10include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann1-1/+1
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-8/+27
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+39
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-13/+39