summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-301-15/+5
* xfs: validate directory leaf buffer ownersDarrick J. Wong2024-04-151-0/+16
* xfs: validate dabtree node buffer ownersDarrick J. Wong2024-04-151-0/+109
* xfs: validate attr leaf buffer ownersDarrick J. Wong2024-04-151-0/+42
* xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong2024-04-151-1/+1
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-5/+32
* xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner2024-02-131-3/+5
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-5/+5
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+2
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-2/+3
* 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