aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-06-01xfs: Hoist node transaction handlingGravatar Allison Henderson 1-26/+29
2021-06-01xfs: Hoist xfs_attr_leaf_addnameGravatar Allison Henderson 1-113/+96
2021-06-01xfs: Hoist xfs_attr_node_addnameGravatar Allison Henderson 1-84/+75
2021-06-01xfs: Add helper xfs_attr_node_addname_find_attrGravatar Allison Henderson 1-33/+54
2021-06-01xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteGravatar Allison Henderson 1-0/+23
2021-06-01xfs: Refactor xfs_attr_set_shortformGravatar Allison Henderson 1-28/+14
2021-06-01xfs: Add xfs_attr_node_remove_nameGravatar Allison Henderson 1-9/+20
2021-06-01xfs: Reverse apply 72b97ea40dGravatar Allison Henderson 1-19/+9
2021-05-27xfs: bunmapi has unnecessary AG lock ordering issuesGravatar Dave Chinner 1-11/+0
2021-05-27xfs: btree format inode forks can have zero extentsGravatar Dave Chinner 1-1/+0
2021-05-24xfs: validate extsz hints against rt extent size when rtinherit is setGravatar Darrick J. Wong 2-0/+39
2021-05-24xfs: standardize extent size hint validationGravatar Darrick J. Wong 1-4/+20
2021-05-24xfs: check free AG space when making per-AG reservationsGravatar Darrick J. Wong 1-3/+15
2021-05-20xfs: restore old ioctl definitionsGravatar Darrick J. Wong 1-0/+4
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-27/+58
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 32-384/+416
2021-04-29xfs: introduce in-core global counter of allocbt blocksGravatar Brian Foster 2-0/+16
2021-04-29xfs: unconditionally read all AGFs on mounts with perag reservationGravatar Brian Foster 1-11/+23
2021-04-29xfs: update superblock counters correctly for !lazysbcountGravatar Dave Chinner 1-3/+13
2021-04-29xfs: remove obsolete AGF counter debuggingGravatar Darrick J. Wong 3-7/+0
2021-04-22xfs: rename struct xfs_legacy_ictimestampGravatar Christoph Hellwig 1-1/+1
2021-04-22xfs: rename xfs_ictimestamp_tGravatar Christoph Hellwig 1-5/+5
2021-04-15xfs: remove XFS_IFEXTENTSGravatar Christoph Hellwig 5-28/+9
2021-04-15xfs: remove XFS_IFINLINEGravatar Christoph Hellwig 7-23/+12
2021-04-15xfs: remove XFS_IFBROOTGravatar Christoph Hellwig 4-14/+8
2021-04-15xfs: only look at the fork format in xfs_idestroy_forkGravatar Christoph Hellwig 1-7/+6
2021-04-15xfs: simplify xfs_attr_remove_argsGravatar Christoph Hellwig 1-13/+8
2021-04-15xfs: rename and simplify xfs_bmap_one_blockGravatar Christoph Hellwig 4-38/+26
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsGravatar Christoph Hellwig 1-48/+34
2021-04-12xfs: convert to fileattrGravatar Miklos Szeredi 1-4/+0
2021-04-09xfs: fix return of uninitialized value in variable errorGravatar Colin Ian King 1-0/+1
2021-04-07xfs: precalculate default inode attribute offsetGravatar Dave Chinner 3-11/+15
2021-04-07xfs: default attr fork size does not handle device inodesGravatar Dave Chinner 1-2/+7
2021-04-07xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...Gravatar Chandan Babu R 1-1/+3
2021-04-07xfs: deprecate BMV_IF_NO_DMAPI_READ flagGravatar Anthony Iliopoulos 1-1/+1
2021-04-07xfs: move the di_crtime field to struct xfs_inodeGravatar Christoph Hellwig 4-18/+5
2021-04-07xfs: move the di_flags2 field to struct xfs_inodeGravatar Christoph Hellwig 3-5/+3
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 4-7/+5
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeGravatar Christoph Hellwig 5-32/+31
2021-04-07xfs: use a union for i_cowextsize and i_flushiterGravatar Christoph Hellwig 1-1/+2
2021-04-07xfs: move the di_flushiter field to struct xfs_inodeGravatar Christoph Hellwig 2-3/+2
2021-04-07xfs: move the di_cowextsize field to struct xfs_inodeGravatar Christoph Hellwig 2-3/+2
2021-04-07xfs: move the di_extsize field to struct xfs_inodeGravatar Christoph Hellwig 3-4/+3
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeGravatar Christoph Hellwig 6-14/+13
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 9-42/+41
2021-04-07xfs: move the di_projid field to struct xfs_inodeGravatar Christoph Hellwig 2-5/+4
2021-04-07xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinodeGravatar Christoph Hellwig 2-6/+3
2021-04-07xfs: remove the unused xfs_icdinode_has_bigtime helperGravatar Christoph Hellwig 1-5/+0
2021-04-07xfs: split xfs_imap_to_bpGravatar Christoph Hellwig 3-28/+7
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsGravatar Chandan Babu R 1-1/+2