summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds2019-07-109-100/+257
|\
| * fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-06-091-0/+5
| * vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-095-10/+24
| * xfs: use file_modified() helperAmir Goldstein2019-06-091-14/+1
| * vfs: introduce file_modified() helperAmir Goldstein2019-06-093-18/+25
| * vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-093-1/+58
| * vfs: remove redundant checks from generic_remap_checks()Amir Goldstein2019-06-091-21/+12
| * vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-093-27/+36
| * vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-095-18/+73
| * vfs: introduce generic_copy_file_range()Dave Chinner2019-06-092-3/+35
* | Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-105-37/+47
|\ \
| * | iomap: fix page_done callback for short writesAndreas Gruenbacher2019-06-271-1/+1
| * | fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2019-06-272-35/+29
| * | iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2019-06-273-1/+17
| |/
* | Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-109-151/+195
|\ \
| * | udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-101-33/+60
| * | ext2: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-031-2/+1
| * | quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen2019-06-251-26/+12
| * | ext2: Always brelse bh on failure in ext2_iget()Jan Kara2019-06-191-4/+2
| * | ext2: add missing brelse() in ext2_iget()Chengguang Xu2019-06-191-0/+1
| * | ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu2019-06-121-1/+1
| * | ext2: fix a typo in commentChengguang Xu2019-06-121-2/+1
| * | ext2: add missing brelse() in ext2_new_inode()Chengguang Xu2019-05-301-0/+1
| * | ext2: optimize ext2_xattr_get()Chengguang Xu2019-05-281-4/+8
| * | ext2: introduce new helper for xattr entry comparisonChengguang Xu2019-05-281-7/+18
| * | ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu2019-05-281-20/+16
| * | ext2: code cleanup for ext2_preread_inode()Chengguang Xu2019-05-281-3/+1
| * | ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu2019-05-201-9/+8
| * | doc: ext2: update description of quota options for ext2Chengguang Xu2019-05-201-1/+7
| * | ext2: Strengthen xattr block checksJan Kara2019-05-201-12/+10
| * | ext2: Merge loops in ext2_xattr_set()Jan Kara2019-05-201-22/+19
| * | ext2: introduce helper for xattr entry validationChengguang Xu2019-05-201-11/+21
| * | ext2: introduce helper for xattr header validationChengguang Xu2019-05-201-11/+20
| * | quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu2019-05-201-3/+8
* | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-1016-71/+76
|\ \ \
| * | | fsnotify: get rid of fsnotify_nameremove()Amir Goldstein2019-06-203-49/+2
| * | | fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein2019-06-204-13/+2
| * | | configfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-0/+3
| * | | debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+3
| * | | debugfs: simplify __debugfs_remove_file()Amir Goldstein2019-06-201-12/+8
| * | | devpts: call fsnotify_unlink() hookAmir Goldstein2019-06-201-0/+1
| * | | tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+3
| * | | rpc_pipefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-201-0/+4
| * | | btrfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-1/+3
| * | | fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein2019-06-202-0/+28
| * | | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-283-1/+24
* | | | Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-07-103-22/+79
|\ \ \ \
| * | | | locks: eliminate false positive conflicts for write leaseAmir Goldstein2019-06-192-17/+29
| * | | | locks: Add trace_leases_conflictIra Weiny2019-06-192-5/+50
* | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-1046-992/+325