blob: 3aee6ae862379842dc0cb566d86129cf1aa4bc9c [file] [log] [blame]
d5f0f49a9bdd ("xfs: clean up the attr flag confusion")
f3e93d95feef ("xfs: clean up the ATTR_REPLACE checks")
5a3930e27ef9 ("xfs: improve xfs_forget_acl")
f60463195179 ("xfs: lift common checks into xfs_ioc_attr_list")
3e7a779937a2 ("xfs: move the legacy xfs_attr_list to xfs_ioctl.c")
2f014aad03d8 ("xfs: open code ATTR_ENTSIZE")
fe960087121a ("xfs: remove the unused ATTR_ENTRY macro")
a9c8c69b4961 ("xfs: cleanup struct xfs_attr_list_context")
377f16ac6723 ("xfs: factor out a xfs_attr_match helper")
1d7330199400 ("xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME")
d49db18b247d ("xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL")
e513e25c380a ("xfs: remove ATTR_KERNOVAL")
e5171d7e9894 ("xfs: pass an initialized xfs_da_args to xfs_attr_get")
a25446224353 ("xfs: pass an initialized xfs_da_args structure to xfs_attr_set")
4df28c64e438 ("xfs: remove the MAXNAMELEN check from xfs_attr_args_init")
79f2280b9bfd ("xfs: remove the name == NULL check from xfs_attr_args_init")
d0ce64391128 ("xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op")
2282a9e65177 ("xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE")
6cc4f4fff10d ("xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set")
0eb81a5f5c34 ("xfs: merge xfs_attr_remove into xfs_attr_set")
5e81357435cc ("xfs: remove the ATTR_INCOMPLETE flag")
4d542e4c1e28 ("xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE")
d29f781c32b1 ("xfs: Remove all strlen in all xfs_attr_* functions for attr names.")
780d29057781 ("xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag")
8cde9f259c7d ("xfs: also remove cached ACLs when removing the underlying attr")
84fd081f8ae9 ("xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE")
953aa9d136f5 ("xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE")
8234532fd400 ("xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE")
5f213ddbcbe8 ("xfs: fix missing header includes")
a5155b870d68 ("xfs: always log corruption errors")
c2414ad6e66a ("xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata")
7a42c70ea0dd ("xfs: disable xfs_ioc_space for always COW inodes")
ddbca70cc45c ("xfs: allocate xattr buffer on demand")
9df243a1a9e6 ("xfs: consolidate attribute value copying")
e3cc4554ce1b ("xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue")
a0e959d3c9d5 ("xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue")
728bcaa3e0f9 ("xfs: make attr lookup returns consistent")
707e0ddaf67e ("fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.")
858b44dc62a1 ("xfs: remove more ondisk directory corruption asserts")
294fc7a4c8ec ("fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve().")
6d6ccedd7682 ("xfs: only allocate memory for scrubbing attributes when we need it")
00816759337c ("xfs: refactor attr scrub memory allocation function")
3addd248800c ("xfs: refactor extended attribute buffer pointer functions")
2c3b83d7ca6d ("xfs: attribute scrub should use seen_enough to pass error values")
7035f9724f84 ("xfs: introduce new v5 bulkstat structure")
8bfe9d1810e6 ("xfs: rename bulkstat functions")
40786717c88c ("xfs: multithreaded iwalk implementation")
677717fbd4b0 ("xfs: refactor INUMBERS to use iwalk functions")
04b8fba2e1bf ("xfs: refactor iwalk code to handle walking inobt records")
2b5eb826011b ("xfs: refactor xfs_iwalk_grab_ichunk")