summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-134-9/+9
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-136-76/+76
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-1317-187/+187
* xfs: introduce new private btree cursor namesDave Chinner2020-03-131-0/+2
* xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala2020-03-131-5/+7
* xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-5/+5
* xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: check owner of dir3 blocksDarrick J. Wong2020-03-121-2/+31
* xfs: check owner of dir3 data blocksDarrick J. Wong2020-03-121-2/+30
* xfs: check owner of dir3 free blocksDarrick J. Wong2020-03-121-0/+2
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-03-121-0/+1
* xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong2020-03-121-1/+1
* xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong2020-03-123-4/+5
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-1212-20/+46
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2020-03-121-1/+1
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-118-15/+15
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-1111-72/+68
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-118-35/+33
* xfs: remove the xfs_agfl_t typedefChristoph Hellwig2020-03-111-3/+3
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-115-13/+17
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-03-111-1/+3
* xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig2020-03-021-4/+0
* xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig2020-03-021-6/+1
* xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig2020-03-021-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-028-37/+22
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-024-15/+11
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-0213-96/+96
* xfs: clean up the ATTR_REPLACE checksChristoph Hellwig2020-03-021-12/+12
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-024-28/+24
* xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig2020-03-023-37/+20
* xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig2020-03-023-41/+22
* xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig2020-03-022-22/+12
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-025-9/+9
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-026-144/+137
* xfs: open code ATTR_ENTSIZEChristoph Hellwig2020-03-021-7/+4
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-021-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-024-54/+55
* xfs: factor out a xfs_attr_match helperChristoph Hellwig2020-03-021-50/+30
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-025-11/+6
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-025-33/+18
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-026-22/+13
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-023-10/+9
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-025-100/+68
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-026-74/+87
* xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig2020-03-021-1/+1
* xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig2020-03-021-3/+0
* xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig2020-03-021-4/+0