summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
Commit message (Expand)AuthorAgeFilesLines
* loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara2019-07-301-0/+6
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-21/+0Star
|\
| * vfs: Kill sget_userns()David Howells2019-05-261-5/+0Star
| * fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2019-05-261-13/+0Star
| * vfs: Kill mount_ns()David Howells2019-05-251-3/+0Star
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-3/+3
* | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-0/+12
|\ \
| * | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-0/+9
| * | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-0/+3
| |/
* | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-111-2/+0Star
|\ \
| * | locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington2019-07-031-2/+0Star
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-07-111-0/+2
|\ \
| * | mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-06-201-0/+2
| |/
* | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-111-0/+9
|\ \
| * | vfs: introduce file_modified() helperAmir Goldstein2019-06-091-0/+2
| * | vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-0/+3
| * | vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-0/+1
| * | vfs: introduce generic_copy_file_range()Dave Chinner2019-06-091-0/+3
| |/
* | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-111-0/+1
|\ \
| * | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-0/+1
| |/
* | Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-07-111-2/+2
|\ \
| * | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-191-2/+2
| |/
* / docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab2019-06-081-1/+1
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-081-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-081-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-081-1/+0Star
|\ \ \
| * | | fs: drop unused fput_atomic definitionLukas Bulwahn2019-04-131-1/+0Star
| |/ /
* | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-081-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-081-0/+3
|\ \ \
| * | | fs: add sync_file_range() helperJens Axboe2019-05-021-0/+3
| | |/ | |/|
* / | new inode method: ->free_inode()Al Viro2019-05-021-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/+1Star
| * 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-241-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-081-0/+3
|\ \ \