summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-2337-54/+50
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-1913-29/+185
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-1914-17/+203
* xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong2021-10-191-2/+0
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-195-18/+85
* xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2021-10-192-36/+37
* xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong2021-10-193-1/+17
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-198-19/+22
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-197-9/+22
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-194-8/+10
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-196-22/+21
* xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong2021-10-191-4/+4
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-1911-139/+167
* xfs: dynamically allocate btree scrub context structureDarrick J. Wong2021-10-192-12/+26
* xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong2021-10-192-10/+3
* xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong2021-10-191-4/+4
* xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong2021-10-196-7/+0
* xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong2021-10-191-3/+4
* xfs: fix perag reference leak on iteration race with growfsBrian Foster2021-10-191-10/+6
* xfs: terminate perag iteration reliably on agcountBrian Foster2021-10-191-1/+1
* xfs: rename the next_agno perag iteration variableBrian Foster2021-10-191-9/+9
* xfs: fold perag loop iteration logic into helper functionBrian Foster2021-10-191-3/+13
* xfs: replace snprintf in show functions with sysfs_emitQing Wang2021-10-191-12/+12
* xfs: remove the xfs_dqblk_t typedefChristoph Hellwig2021-10-144-6/+6
* xfs: remove the xfs_dsb_t typedefChristoph Hellwig2021-10-143-8/+8
* xfs: remove the xfs_dinode_t typedefChristoph Hellwig2021-10-144-14/+14
* xfs: check that bc_nlevels never overflowsDarrick J. Wong2021-10-142-0/+4
* xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-142-1/+10
* xfs: stricter btree height checking when looking for errorsDarrick J. Wong2021-10-141-6/+7
* xfs: don't allocate scrub contexts on the stackDarrick J. Wong2021-10-143-81/+99
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-144-24/+24
* xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong2021-10-141-2/+2
* xfs: port the defer ops capture and continue to resource captureDarrick J. Wong2021-10-147-41/+79
* xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong2021-10-143-37/+78
* xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev2021-10-121-3/+3
* xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-121-3/+3
* Linux 5.15-rc4v5.15-rc4Linus Torvalds2021-10-031-1/+1
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-031-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-037-199/+182
|\
| * ext4: recheck buffer uptodate bit under buffer lockZhang Yi2021-10-011-0/+6
| * ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-011-3/+3
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| * ext4: fix reserved space counter leakageJeffle Xu2021-10-012-0/+11
| * ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
| * ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney2021-09-091-6/+9
| * ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
| * Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-093-179/+105
| |\
| | * ext4: drop unnecessary journal handle in delalloc writeZhang Yi2021-09-051-55/+5
| | * ext4: factor out write end code of inline fileZhang Yi2021-09-053-109/+84