aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+5
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu1-0/+32
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+5
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2019-09-18Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+11
2019-09-18Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+11
2019-08-30fs: Export generic_fadvise()Jan Kara1-0/+2
2019-08-30vfs: Add timestamp_truncate() apiDeepa Dinamani1-0/+2
2019-08-30vfs: Add file timestamp range supportDeepa Dinamani1-0/+3
2019-08-20vfs: don't allow writes to swap filesDarrick J. Wong1-0/+11
2019-08-19locks: create a new notifier chain for lease attemptsJeff Layton1-0/+5
2019-08-12fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers1-0/+1
2019-07-30loop: Fix mount(2) failure due to race with LOOP_SET_FDJan Kara1-0/+6
2019-07-28fs-verity: add inode and superblock fieldsEric Biggers1-0/+11
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+0
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-25vfs: Kill sget_userns()David Howells1-5/+0
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro1-13/+0
2019-05-25vfs: Kill mount_ns()David Howells1-3/+0
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-3/+3
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