summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_btree.c
AgeCommit message (Expand)Author
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-15xfs: validate directory leaf buffer ownersDarrick J. Wong
2024-04-15xfs: validate dabtree node buffer ownersDarrick J. Wong
2024-04-15xfs: validate attr leaf buffer ownersDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong
2022-05-11xfs: add leaf split error tagAllison Henderson
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftQian Cai
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig
2019-11-22xfs: refactor xfs_dabuf_mapChristoph Hellwig
2019-11-22xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen