summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_inactive.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: Add delay ready attr remove routinesAllison Henderson2021-06-011-1/+1
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-2/+5
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-3/+3
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2020-03-121-1/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-8/+9
* xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-231-1/+1
* xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong2020-01-161-72/+29
* xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong2020-01-161-35/+15
* xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-221-5/+19
* xfs: split xfs_da3_node_readChristoph Hellwig2019-11-221-4/+4
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-18/+16
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+5
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2019-10-291-3/+3
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-2/+0
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: fail if xattr inactivation hits a holeBrian Foster2017-10-261-36/+33
* xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
* xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-011-3/+3
* xfs: make several functions staticEric Sandeen2016-06-011-1/+1
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-13/+3
* Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner2015-06-231-2/+8
|\
| * xfs: don't truncate attribute extents if no extents existBrian Foster2015-06-231-2/+8
* | Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-4/+2
|\ \ | |/ |/|
| * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-1/+1
| * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-2/+2
* | xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-05-291-34/+49
|/
* xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster2015-04-131-1/+2
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: global error sign conversionDave Chinner2014-06-251-4/+4
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-3/+3
* xfs: return is not a functionEric Sandeen2014-06-221-7/+7
* xfs: vectorise encoding/decoding directory headersDave Chinner2013-10-301-1/+1
* xfs: vectorise DA btree operationsDave Chinner2013-10-301-1/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-6/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-4/+4
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-0/+1
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-3/+2
* xfs: split out attribute fork truncation code into separate fileDave Chinner2013-08-121-0/+454