aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_inactive.c
AgeCommit message (Expand)Author
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-12xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-23xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-10-26xfs: fail if xattr inactivation hits a holeBrian Foster
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-09-01xfs: refactor xfs_trans_rollChristoph Hellwig
2016-06-01xfs: make several functions staticEric Sandeen
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextDave Chinner
2015-06-23xfs: don't truncate attribute extents if no extents existBrian Foster
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsBrian Foster
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-22xfs: return is not a functionEric Sandeen
2013-10-30xfs: vectorise encoding/decoding directory headersDave Chinner
2013-10-30xfs: vectorise DA btree operationsDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-12xfs: split out attribute fork truncation code into separate fileDave Chinner