aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_attr_inactive.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19xfs: cleanup xfs_idestroy_forkGravatar Christoph Hellwig 1-2/+5
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-3/+3
2020-03-12xfs: fix use-after-free when aborting corrupt attr inactivationGravatar Darrick J. Wong 1-1/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeGravatar Darrick J. Wong 1-8/+9
2020-01-23xfs: fix uninitialized variable in xfs_attr3_leaf_inactiveGravatar Darrick J. Wong 1-1/+1
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveGravatar Darrick J. Wong 1-72/+29
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationGravatar Darrick J. Wong 1-35/+15
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 1-5/+19
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 1-4/+4
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-18/+16
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-1/+1
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+5
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataGravatar Darrick J. Wong 1-3/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-1/+1
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-2/+0
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Gravatar Brian Foster 1-0/+3
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-10-26xfs: fail if xattr inactivation hits a holeGravatar Brian Foster 1-36/+33
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkGravatar Brian Foster 1-0/+2
2017-09-01xfs: refactor xfs_trans_rollGravatar Christoph Hellwig 1-3/+3
2016-06-01xfs: make several functions staticGravatar Eric Sandeen 1-1/+1
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-13/+3
2015-06-23Merge branch 'xfs-misc-fixes-for-4.2-3' into for-nextGravatar Dave Chinner 1-2/+8
2015-06-23xfs: don't truncate attribute extents if no extents existGravatar Brian Foster 1-2/+8
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextGravatar Dave Chinner 1-4/+2
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-1/+1
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-2/+2
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindGravatar Dave Chinner 1-34/+49
2015-04-13xfs: pass attr geometry to attr leaf header conversion functionsGravatar Brian Foster 1-1/+2
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-4/+4
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-3/+3
2014-06-22xfs: return is not a functionGravatar Eric Sandeen 1-7/+7
2013-10-30xfs: vectorise encoding/decoding directory headersGravatar Dave Chinner 1-1/+1
2013-10-30xfs: vectorise DA btree operationsGravatar Dave Chinner 1-1/+2
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-6/+2
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-4/+4
2013-10-23xfs: unify directory/attribute format definitionsGravatar Dave Chinner 1-0/+1
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-3/+2
2013-08-12xfs: split out attribute fork truncation code into separate fileGravatar Dave Chinner 1-0/+454