summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-251-4/+10
|\
| * iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-1/+5
| * iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-3/+5
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+2
|\ \
| * | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* | | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-1878-1081/+1295
|\ \ \
| * | | xfs: push the grant head when the log head moves forwardDave Chinner2019-09-051-25/+47
| * | | xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner2019-09-051-24/+33
| * | | xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner2019-09-051-98/+98
| * | | xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner2019-09-051-28/+48
| * | | xfs: factor debug code out of xlog_state_do_callback()Dave Chinner2019-09-051-35/+44
| * | | xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-052-10/+23
| * | | xfs: fix missed wakeup on l_flush_waitRik van Riel2019-09-051-5/+4
| * | | xfs: push the AIL in xlog_grant_head_wakeDave Chinner2019-09-051-1/+28
| * | | xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-051-1/+1
| * | | xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-031-41/+42
| * | | xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong2019-09-032-1/+5
| * | | xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-033-4/+11
| * | | xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-302-10/+5
| * | | xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-301-3/+3
| * | | xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-301-2/+1
| * | | xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-08-301-0/+26
| * | | xfs: allocate xattr buffer on demandDave Chinner2019-08-307-19/+55
| * | | xfs: consolidate attribute value copyingDave Chinner2019-08-301-39/+49
| * | | xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-302-16/+2
| * | | xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-301-16/+17
| * | | xfs: make attr lookup returns consistentDave Chinner2019-08-304-26/+48
| * | | xfs: reverse search directory freespace indexesDave Chinner2019-08-301-8/+5
| * | | xfs: speed up directory bestfree block scanningDave Chinner2019-08-301-63/+34
| * | | xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-92/+102
| * | | xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-166/+158
| * | | xfs: move xfs_dir2_addname()Dave Chinner2019-08-301-71/+69
| * | | xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-305-14/+8
| * | | xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-2915-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-261-31/+46
| * | | xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
| * | | xfs: add kmem_alloc_io()Dave Chinner2019-08-266-22/+60
| * | | xfs: get allocation alignment from the buftargDave Chinner2019-08-261-0/+6
| * | | xfs: add kmem allocation trace pointsDave Chinner2019-08-264-9/+50
| * | | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2646-109/+102
| |/ /
* | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-181-1/+1
|\ \ \ | |/ / |/| |