aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+12
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2019-07-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+9
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2019-07-10Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+2
2019-07-03locks: Cleanup lm_compare_owner and lm_owner_keyBenjamin Coddington1-2/+0
2019-07-01vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong1-0/+9
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-0/+3
2019-06-20mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler1-0/+2
2019-06-19locks: eliminate false positive conflicts for write leaseAmir Goldstein1-2/+2
2019-06-09vfs: introduce file_modified() helperAmir Goldstein1-0/+2
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein1-0/+3
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein1-0/+1
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner1-0/+3
2019-06-08docs: fs: fix broken links to vfs.txt with was renamed to vfs.rstMauro Carvalho Chehab1-1/+1
2019-05-28fanotify: Disallow permission events for proc filesystemJan Kara1-0/+1
2019-05-07Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2019-05-07Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-05-07Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+5
2019-05-07Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-05-02fs: add sync_file_range() helperJens Axboe1-0/+3
2019-05-01new inode method: ->free_inode()Al Viro1-1/+5
2019-04-25ext4: Support case-insensitive file name lookupsGabriel Krisman Bertazi1-0/+2
2019-04-25afs: Add file locking tracepointsDavid Howells1-0/+1
2019-04-12fs: drop unused fput_atomic definitionLukas Bulwahn1-1/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-0/+4
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-2/+5
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+11
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-2/+2
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2019-03-07linux/fs.h: move member alignment check next to definition of struct filenameRasmus Villemoes1-0/+3
2019-03-07Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-16/+1
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen1-1/+1
2019-03-04aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds1-1/+7
2019-02-28fs: add fget_many() and fput_many()Jens Axboe1-1/+3
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+9
2019-02-28vfs: Remove kern_mount_data()David Howells1-2/+1
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro1-0/+4
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells1-0/+2
2019-02-24fs: add an iopoll method to struct file_operationsChristoph Hellwig1-0/+2
2019-01-30introduce fs_context methodsAl Viro1-0/+2
2019-01-30convert do_remount_sb() to fs_contextDavid Howells1-0/+1
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro1-1/+1
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long1-4/+5
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-2/+2
2019-01-21fs: common implementation of file typePhillip Potter1-16/+1