summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong1-1/+0
2021-06-03xfs: fix radix tree tag signsDarrick J. Wong2-3/+3
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-02xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang1-12/+8
2021-06-02xfs: remove xfs_perag_tDave Chinner3-35/+35
2021-06-02xfs: use perag through unlink processingDave Chinner2-24/+12
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner2-30/+14
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner1-15/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner10-116/+111
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner3-107/+103
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner3-35/+24
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner4-34/+41
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner6-34/+32
2021-06-02xfs: add a perag to the btree cursorDave Chinner14-47/+93
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner1-2/+13
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner7-23/+23
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner5-39/+44
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner1-6/+10
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner1-1/+3
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner1-0/+17
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner4-2/+247
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner13-149/+154
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong1-1/+1
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson1-8/+3
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson2-67/+0
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson4-219/+610
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson5-85/+326
2021-06-01xfs: Hoist node transaction handlingAllison Henderson1-26/+29
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson1-113/+96
2021-06-01xfs: Hoist xfs_attr_node_addnameAllison Henderson1-84/+75
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson1-33/+54
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson1-0/+23
2021-06-01xfs: Refactor xfs_attr_set_shortformAllison Henderson1-28/+14
2021-06-01xfs: Add xfs_attr_node_remove_nameAllison Henderson1-9/+20
2021-06-01xfs: Reverse apply 72b97ea40dAllison Henderson1-19/+9
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner1-1/+0
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner1-1/+0
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva3-4/+4
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2-0/+39
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong1-4/+20
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong1-3/+15
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-27/+58
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds32-384/+416