summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-311-3/+3
| * xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-311-2/+1
| * xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-08-311-0/+26
| * fs: Export generic_fadvise()Jan Kara2019-08-312-2/+4
| * mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara2019-08-311-6/+16
| * xfs: allocate xattr buffer on demandDave Chinner2019-08-317-19/+55
| * xfs: consolidate attribute value copyingDave Chinner2019-08-311-39/+49
| * xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-312-16/+2
| * xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-311-16/+17
| * xfs: make attr lookup returns consistentDave Chinner2019-08-314-26/+48
| * xfs: reverse search directory freespace indexesDave Chinner2019-08-311-8/+5
| * xfs: speed up directory bestfree block scanningDave Chinner2019-08-311-63/+34
| * xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-311-92/+102
| * xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-311-166/+158
| * xfs: move xfs_dir2_addname()Dave Chinner2019-08-311-71/+69
| * xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-315-14/+8
| * xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-3015-44/+54
| * xfs: log proper length of btree block in scrub/repairEric Sandeen2019-08-281-1/+1
| * xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-282-1/+1
| * xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-285-29/+15
| * xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-285-61/+36
| * xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-284-52/+36
| * xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong2019-08-281-4/+4
| * xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong2019-08-281-2/+14
| * xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4
| * xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
| * xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-271-31/+46
| * xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-271-2/+0
| * xfs: add kmem_alloc_io()Dave Chinner2019-08-276-22/+60
| * xfs: get allocation alignment from the buftargDave Chinner2019-08-271-0/+6
| * xfs: add kmem allocation trace pointsDave Chinner2019-08-274-9/+50
| * fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2646-109/+102
* | Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-196-18/+52
|\ \
| * | vfs: don't allow writes to swap filesDarrick J. Wong2019-08-206-3/+38
| * | mm: set S_SWAPFILE on blockdev swap devicesDarrick J. Wong2019-08-201-16/+15
* | | Merge tag 'ovl-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-195-30/+52
|\ \ \
| * | | ovl: filter of trusted xattr results in auditMark Salyzyn2019-09-111-1/+2
| * | | ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-09-111-2/+1
| * | | ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-163-27/+49
* | | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-1965-5499/+6066
|\ \ \ \
| * | | | btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-09-091-0/+1
| * | | | btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov2019-09-091-6/+3
| * | | | btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-092-18/+24
| * | | | btrfs: turn checksum type define into an enumJohannes Thumshirn2019-09-091-1/+3
| * | | | btrfs: add enospc debug messages for ticket failureJosef Bacik2019-09-091-7/+25
| * | | | btrfs: do not account global reserve in can_overcommitJosef Bacik2019-09-091-18/+1
| * | | | btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik2019-09-091-0/+1
| * | | | btrfs: always reserve our entire size for the global reserveJosef Bacik2019-09-091-9/+4
| * | | | btrfs: change the minimum global reserve sizeJosef Bacik2019-09-091-1/+21
| * | | | btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik2019-09-093-4/+5