summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_btree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-1/+1
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-4/+2
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-9/+10
* xfs: clean up MIN/MAXDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-1/+1
* xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong2018-06-041-3/+5
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+25
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-6/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-13/+13
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-11/+5
* xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong2017-10-271-1/+21