aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: remove unnecessary shiftsDarrick J. Wong
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2021-06-01xfs: Hoist node transaction handlingAllison Henderson
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson
2021-06-01xfs: Hoist xfs_attr_node_addnameAllison Henderson
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson
2021-06-01xfs: Refactor xfs_attr_set_shortformAllison Henderson
2021-06-01xfs: Add xfs_attr_node_remove_nameAllison Henderson
2021-06-01xfs: Reverse apply 72b97ea40dAllison Henderson
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesDave Chinner
2021-05-27xfs: btree format inode forks can have zero extentsDave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong
2021-05-24xfs: standardize extent size hint validationDarrick J. Wong
2021-05-24xfs: check free AG space when making per-AG reservationsDarrick J. Wong
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong
2021-05-16xfs: adjust rt allocation minlen when extszhint > rtextsizeDarrick J. Wong
2021-05-06Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-05-04iomap: remove unused private field from ioendBrian Foster