summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-8/+9
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-8/+9
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-10/+1
|\ \
| * | VFS: Kill off s_options and helpersDavid Howells2017-07-111-9/+0
| * | VFS: Make get_filesystem() return the affected filesystemDavid Howells2017-07-061-1/+1
| |/
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-121-0/+4
|\ \
| * | vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-041-0/+4
* | | mm: always enable thp for dax mappingsDan Williams2017-07-101-0/+6
* | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+60
|\ \ \
| * | | fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-061-1/+59
| * | | jbd2: don't clear and reset errors after waiting on writebackJeff Layton2017-07-061-1/+1
| | |/ | |/|
* | | Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-6/+0
|\ \ \
| * | | fs: remove call_fsync helper functionJeff Layton2017-07-051-6/+0
| |/ /
* | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-2/+4
|\ \ \
| * | | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+2
| * | | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+2
| |/ /
* | | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-5/+5
|\ \ \
| * | | fs/fcntl: f_setown, allow returning errorJiri Slaby2017-06-141-1/+1
| * | | fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig2017-05-271-4/+4
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\ \ \
| * | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-1/+1
| |/ /
* | | fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-271-12/+35
* | | fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-201-0/+9
* | | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-201-0/+2
* | | fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-201-0/+14
* | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-131-2/+3
|\ \ \ | | |/ | |/|
| * | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-2/+3
| |/
* | fs: remove the unused error argument to dio_end_io()Christoph Hellwig2017-06-091-1/+1
|/
* time: delete current_fs_time()Deepa Dinamani2017-05-121-1/+0
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-0/+2
|\
| * locks: Set FL_CLOSE when removing flock locks on close()Benjamin Coddington2017-04-211-0/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-6/+8
|\ \
| * | Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells2017-05-041-3/+5
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-2/+3
| * | fs: drop duplicate header percpu-rwsem.hGeliang Tang2017-04-261-1/+0
| |/
* | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-081-3/+2
* | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-031-1/+3
|\ \
| * | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-101-1/+1
| * | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-101-1/+3
| |/
* | fs: Remove SB_I_DYNBDI flagJan Kara2017-04-201-3/+0
* | fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-201-0/+6
|/
* include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann2017-03-091-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-8/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-13/+39
|\
| * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-13/+39
| |\
| | * vfs: use helper for calling f_op->fsync()Miklos Szeredi2017-02-201-0/+6
| | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-0/+5
| | * vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-201-0/+12
| | * vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein2017-02-071-13/+13
| | * vfs: create vfs helper vfs_tmpfile()Amir Goldstein2017-02-071-0/+3
OpenPOWER on IntegriCloud