summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: extract xfs_da_buf_copy() helper functionZhang Tianci2023-12-071-44/+30
* xfs: update dir3 leaf block metadata after swapZhang Tianci2023-12-071-0/+7
* xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang2022-10-041-1/+1
* xfs: clean up xfs_attr_node_hasnameDarrick J. Wong2022-05-221-0/+11
* xfs: add leaf split error tagAllison Henderson2022-05-111-0/+4
* xfs: use swap() to make dabtree code cleanerYang Guang2021-11-081-4/+1
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-3/+3
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-4/+4
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-281-3/+9
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong2020-03-151-1/+3
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-5/+5
* xfs: fix an undefined behaviour in _da3_path_shiftQian Cai2020-03-021-1/+2
* xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong2020-01-261-6/+2
* xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-221-15/+3
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-18/+16
* xfs: split xfs_da3_node_readChristoph Hellwig2019-11-221-46/+65
* xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-8/+2
* xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-221-29/+14
* xfs: refactor xfs_dabuf_mapChristoph Hellwig2019-11-221-102/+54
* xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig2019-11-221-52/+51
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-13/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-35/+15
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-4/+3
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-2/+3
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-6/+8
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-37/+31
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-101-7/+32
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-31/+53
* xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong2019-11-051-17/+21
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-6/+18
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-3/+3
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-121-7/+12
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-3/+3
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-4/+4
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-111-12/+32
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-6/+5
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-111-2/+2
* xfs: check da node magic in _node_lookup_intDarrick J. Wong2018-08-011-1/+3
* xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong2018-08-011-5/+6
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-4/+3