summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
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-25xfs: validate extsz hints against rt extent size when rtinherit is setDarrick J. Wong2-0/+39
2021-05-25xfs: standardize extent size hint validationDarrick J. Wong1-4/+20
2021-05-25xfs: 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-07Merge 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
2021-04-29xfs: introduce in-core global counter of allocbt blocksBrian Foster2-0/+16
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationBrian Foster1-11/+23
2021-04-29xfs: update superblock counters correctly for !lazysbcountDave Chinner1-3/+13
2021-04-29xfs: remove obsolete AGF counter debuggingDarrick J. Wong3-7/+0
2021-04-23xfs: rename struct xfs_legacy_ictimestampChristoph Hellwig1-1/+1
2021-04-23xfs: rename xfs_ictimestamp_tChristoph Hellwig1-5/+5
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig5-28/+9
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig7-23/+12
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkChristoph Hellwig1-7/+6
2021-04-15xfs: simplify xfs_attr_remove_argsChristoph Hellwig1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig4-38/+26
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-48/+34
2021-04-12xfs: convert to fileattrMiklos Szeredi1-4/+0
2021-04-09xfs: fix return of uninitialized value in variable errorColin Ian King1-0/+1
2021-04-08xfs: precalculate default inode attribute offsetDave Chinner3-11/+15
2021-04-08xfs: default attr fork size does not handle device inodesDave Chinner1-2/+7
2021-04-08xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Chandan Babu R1-1/+3
2021-04-08xfs: deprecate BMV_IF_NO_DMAPI_READ flagAnthony Iliopoulos1-1/+1
2021-04-08xfs: move the di_crtime field to struct xfs_inodeChristoph Hellwig4-18/+5
2021-04-08xfs: move the di_flags2 field to struct xfs_inodeChristoph Hellwig3-5/+3
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig4-7/+5
2021-04-08xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig5-32/+31
2021-04-08xfs: use a union for i_cowextsize and i_flushiterChristoph Hellwig1-1/+2
2021-04-08xfs: move the di_flushiter field to struct xfs_inodeChristoph Hellwig2-3/+2