summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_btree.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-04xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang1-1/+1
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong1-0/+11
2022-05-11xfs: add leaf split error tagAllison Henderson1-0/+4
2021-11-08xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-3/+3
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-4/+4
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-08xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-2/+2
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-3/+9
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong1-1/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-5/+5
2020-03-03xfs: fix an undefined behaviour in _da3_path_shiftQian Cai1-1/+2
2020-01-27xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong1-6/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig1-15/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-18/+16
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig1-46/+65
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-8/+2
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig1-29/+14
2019-11-22xfs: refactor xfs_dabuf_mapChristoph Hellwig1-102/+54
2019-11-22xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig1-52/+51
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig1-13/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-35/+15
2019-11-11xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig1-4/+3
2019-11-11xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig1-2/+3
2019-11-11xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig1-6/+8
2019-11-11xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-37/+31
2019-11-11xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig1-7/+32
2019-11-11xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-31/+53
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong1-17/+21
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-6/+18
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-3/+3
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong1-7/+12
2019-06-29xfs: remove unused header filesEric Sandeen1-6/+0
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-3/+3
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-4/+4
2019-02-12xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster1-12/+32
2019-02-12xfs: miscellaneous verifier magic value fixupsBrian Foster1-6/+5
2019-02-12xfs: always check magic values in on-disk byte orderBrian Foster1-2/+2
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong1-5/+6
2018-07-12xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-2/+1
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-3/+2
2018-07-12xfs: use ->t_firstblock in xattr opsBrian Foster1-4/+3
2018-07-12xfs: remove xfs_bunmapi() dfops paramBrian Foster1-1/+1
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-4/+2