summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorLines
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong-3/+11
2021-12-01xfs: remove incorrect ASSERT in xfs_renameEric Sandeen-1/+0
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig-24/+1
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu-10/+7
2021-11-14Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-7/+12
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong-0/+4
2021-11-10xfs: #ifdef out perag code for userspaceEric Sandeen-3/+7
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang-4/+1
2021-11-02Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-900/+1649
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2021-11-01Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2021-10-30xfs: use swap() to make code cleanerChangcheng Deng-8/+2
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing-1/+0
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher-3/+3
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster-3/+12
2021-10-22xfs: remove unused parameter from refcount codeDarrick J. Wong-11/+8
2021-10-22xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong-14/+32
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong-106/+118
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong-16/+154
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong-3/+3
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong-216/+215
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong-54/+50
2021-10-20xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva-3/+3
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong-29/+185
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong-17/+203
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong-18/+85
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong-36/+37
2021-10-19xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong-1/+17
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong-19/+22
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong-9/+22
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong-8/+10
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong-22/+21
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong-139/+167
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong-12/+26
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong-10/+3
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong-4/+4
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong-7/+0
2021-10-19xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong-3/+4
2021-10-19xfs: fix perag reference leak on iteration race with growfsBrian Foster-10/+6
2021-10-19xfs: terminate perag iteration reliably on agcountBrian Foster-1/+1
2021-10-19xfs: rename the next_agno perag iteration variableBrian Foster-9/+9
2021-10-19xfs: fold perag loop iteration logic into helper functionBrian Foster-3/+13
2021-10-19xfs: replace snprintf in show functions with sysfs_emitQing Wang-12/+12
2021-10-18block: switch polling to be bio basedChristoph Hellwig-1/+1
2021-10-14xfs: remove the xfs_dqblk_t typedefChristoph Hellwig-6/+6
2021-10-14xfs: remove the xfs_dsb_t typedefChristoph Hellwig-8/+8
2021-10-14xfs: remove the xfs_dinode_t typedefChristoph Hellwig-14/+14
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong-0/+4