summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-234-18/+54
|\ \
| * | xfs: cancel intents immediately if process_intents failsDarrick J. Wong2020-10-211-0/+8
| * | xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-213-18/+46
* | | Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1936-508/+992
|\| |
| * | xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong2020-10-161-0/+1
| * | xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-161-7/+4
| * | xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong2020-10-131-2/+2
| * | xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong2020-10-131-1/+7
| * | xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-10-131-2/+8
| * | xfs: fix the indent in xfs_trans_mod_dquotKaixu Xia2020-10-071-28/+15
| * | xfs: do the ASSERT for the arguments O_{u,g,p}dqppKaixu Xia2020-10-071-0/+3
| * | xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-073-71/+124
| * | xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-071-0/+3
| * | xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
| * | xfs: expose the log push thresholdDarrick J. Wong2020-10-072-10/+32
| * | xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-079-0/+168
| * | xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
| * | xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-077-13/+61
| * | xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong2020-10-071-18/+23
| * | xfs: clean up bmap intent item recovery checkingDarrick J. Wong2020-10-071-26/+12
| * | xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-073-3/+20
| * | xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-073-18/+11
| * | xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-078-91/+187
| * | xfs: remove XFS_LI_RECOVEREDDarrick J. Wong2020-10-072-8/+4
| * | xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
| * | xfs: fix finobt btree block recovery orderingDave Chinner2020-09-301-0/+2
| * | xfs: remove deprecated sysctl optionsPavel Reichl2020-09-251-2/+34
| * | xfs: remove deprecated mount optionsPavel Reichl2020-09-251-13/+18
| * | xfs: directly call xfs_generic_create() for ->create() and ->mkdir()Kaixu Xia2020-09-251-2/+2
| * | xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
| * | xfs: drop the obsolete comment on filestream lockingGao Xiang2020-09-251-33/+1
| * | xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia2020-09-251-4/+4
| * | xfs: do the assert for all the log done items in xfs_trans_cancelKaixu Xia2020-09-253-8/+17
| * | xfs: remove the unused parameter id from xfs_qm_dqattach_oneKaixu Xia2020-09-251-6/+5
| * | xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia2020-09-251-2/+0
| * | xfs: fix some commentsKaixu Xia2020-09-252-7/+7
| * | xfs: remove the unnecessary xfs_dqid_t type castKaixu Xia2020-09-251-1/+1
| * | xfs: use the existing type definition for di_projidKaixu Xia2020-09-251-1/+1
| * | xfs: remove the unused SYNCHRONIZE macroKaixu Xia2020-09-251-1/+0
| * | xfs: clean up calculation of LR header blocksGao Xiang2020-09-232-35/+18
| * | xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang2020-09-231-20/+19
| * | xfs: don't release log intent items when recovery failsDarrick J. Wong2020-09-234-31/+5
| * | xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong2020-09-231-0/+5
| * | xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-234-4/+32
| * | xfs: check dabtree node hash values when loading child blocksDarrick J. Wong2020-09-231-0/+14
| * | xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
| * | xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R2020-09-231-0/+1