aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-8/+9
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+1
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus 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/git/jlayton/linuxLinus Torvalds1-1/+60
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus 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/git/viro/vfsLinus Torvalds1-2/+4
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/kernel/git/tip/tipLinus 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/wait_bit.h>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-baseChristoph 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/viro/vfsLinus Torvalds1-6/+8
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa1-3/+2
2017-05-04Make 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/linux-fsLinus Torvalds1-1/+3
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-2/+3
2017-04-26fs: 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-09include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-8/+27
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+39
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-13/+39
2017-02-27fs: add i_blocksize()Fabian Frederick1-0/+5
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-0/+6
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-0/+5
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-0/+12
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein1-13/+13