blob: be69b496132a306fabe7bae2ada78c7acd3587a5 [file] [log] [blame]
8ca79df85b7f ("xfs: Remove kmem_zalloc_large()")
ed02d13f5da8 ("xfs: only allocate the buffer size actually needed in __xfs_set_acl")
eb241c747463 ("xfs: lift buffer allocation into xfs_ioc_attr_list")
17e1dd83ea21 ("xfs: rename xfs_attr_list_int to xfs_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")
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")
d29f781c32b1 ("xfs: Remove all strlen in all xfs_attr_* functions for attr names.")
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")
5e29f3b72083 ("xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino")
da1d9e591247 ("xfs: move bulkstat ichunk helpers to iwalk code")
2810bd6840e4 ("xfs: convert bulkstat to new iwalk infrastructure")
f16fe3ecde62 ("xfs: bulkstat should copy lastip whenever userspace supplies one")
ebd126a651f8 ("xfs: convert quotacheck to use the new iwalk functions")