summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-071-0/+2
|\
| * ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi2019-04-251-0/+2
* | Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+1
|\ \
| * | afs: Add file locking tracepointsDavid Howells2019-04-251-0/+1
* | | Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-05-071-1/+0
|\ \ \
| * | | fs: drop unused fput_atomic definitionLukas Bulwahn2019-04-121-1/+0
| |/ /
* | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-2/+5
|\ \ \
| * | | vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-201-2/+5
| | |/ | |/|
* | | Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-0/+3
|\ \ \
| * | | fs: add sync_file_range() helperJens Axboe2019-05-021-0/+3
| | |/ | |/|
* / | new inode method: ->free_inode()Al Viro2019-05-011-1/+5
|/ /
* / fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-0/+4
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-3/+11
|\
| * vfs: Remove kern_mount_data()David Howells2019-02-281-2/+1
| * convenience helpers: vfs_get_super() and sget_fc()Al Viro2019-02-281-0/+4
| * vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2019-02-281-0/+2
| * introduce fs_context methodsAl Viro2019-01-301-0/+2
| * convert do_remount_sb() to fs_contextDavid Howells2019-01-301-0/+1
| * teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2019-01-301-1/+1
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-03-091-2/+2
|\ \
| * | fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-2/+2
| |/
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+12
|\ \
| * | fs: add fget_many() and fput_many()Jens Axboe2019-02-281-1/+3
| * | Add io_uring IO interfaceJens Axboe2019-02-281-0/+9
* | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+2
|\| |
| * | fs: add an iopoll method to struct file_operationsChristoph Hellwig2019-02-241-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-071-0/+3
|\ \ \
| * | | linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes2019-03-071-0/+3
* | | | Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-071-16/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fs: common implementation of file typePhillip Potter2019-01-211-16/+1
| | |/ | |/|
* | | writeback: fix inode cgroup switching commentGreg Thelen2019-03-051-1/+1
* | | aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-03-041-1/+7
| |/ |/|
* | fs: Don't need to put list_lru into its own cachelineWaiman Long2019-01-301-4/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-0/+4
|\
| * mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-281-0/+4
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-1/+1
|\ \ | |/ |/|
| * block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-191-1/+1
* | fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown2018-12-071-2/+2
* | fs/locks: rename some lists and pointers.NeilBrown2018-11-301-2/+7
|/
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-17/+38
|\
| * vfs: hide file range comparison functionDarrick J. Wong2018-10-301-3/+0
| * vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-2/+3
| * vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-301-1/+1
| * vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-301-2/+2
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-12/+15
| * vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-1/+1
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-1/+1
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-4/+21
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-3/+3
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-3/+6