aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_btree.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsGravatar Darrick J. Wong 1-1/+3
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-5/+5
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftGravatar Qian Cai 1-1/+2
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeGravatar Darrick J. Wong 1-6/+2
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 1-15/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-18/+16
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 1-46/+65
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufGravatar Christoph Hellwig 1-8/+2
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsGravatar Christoph Hellwig 1-29/+14
2019-11-22xfs: refactor xfs_dabuf_mapGravatar Christoph Hellwig 1-102/+54
2019-11-22xfs: simplify mappedbno handling in xfs_da_{get,read}_bufGravatar Christoph Hellwig 1-52/+51
2019-11-18xfs: Remove kmem_zone_free() wrapperGravatar Carlos Maiolino 1-1/+1
2019-11-13xfs: devirtualize ->m_dirnameopsGravatar Christoph Hellwig 1-13/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-35/+15
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrGravatar Christoph Hellwig 1-4/+3
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskGravatar Christoph Hellwig 1-2/+3
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-6/+8
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-37/+31
2019-11-10xfs: devirtualize ->node_hdr_to_diskGravatar Christoph Hellwig 1-7/+32
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-31/+53
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapGravatar Darrick J. Wong 1-17/+21
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-6/+18
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-3/+3
2019-08-12xfs: remove more ondisk directory corruption assertsGravatar Darrick J. Wong 1-7/+12
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-6/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-3/+3
2019-02-18xfs: fix xfs_buf magic number endian checksGravatar Darrick J. Wong 1-4/+4
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperGravatar Brian Foster 1-12/+32
2019-02-11xfs: miscellaneous verifier magic value fixupsGravatar Brian Foster 1-6/+5
2019-02-11xfs: always check magic values in on-disk byte orderGravatar Brian Foster 1-2/+2
2018-08-01xfs: check da node magic in _node_lookup_intGravatar Darrick J. Wong 1-1/+3
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intGravatar Darrick J. Wong 1-5/+6
2018-07-11xfs: remove xfs_bunmapi() firstblock paramGravatar Brian Foster 1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramGravatar Brian Foster 1-3/+2
2018-07-11xfs: use ->t_firstblock in xattr opsGravatar Brian Foster 1-4/+3
2018-07-11xfs: remove xfs_bunmapi() dfops paramGravatar Brian Foster 1-1/+1
2018-07-11xfs: remove xfs_bmapi_write() dfops paramGravatar Brian Foster 1-4/+2
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeGravatar Brian Foster 1-9/+10
2018-06-08xfs: clean up MIN/MAXGravatar Dave Chinner 1-1/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-1/+1
2018-06-04xfs: don't return garbage buffers in xfs_da3_node_readGravatar Darrick J. Wong 1-3/+5
2018-01-29Split buffer's b_fspriv fieldGravatar Carlos Maiolino 1-1/+1
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataGravatar Darrick J. Wong 1-0/+25
2018-01-08xfs: refactor verifier callers to print address of failing checkGravatar Darrick J. Wong 1-6/+11
2018-01-08xfs: have buffer verifier functions report failing addressGravatar Darrick J. Wong 1-13/+13
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorGravatar Darrick J. Wong 1-11/+5
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdGravatar Darrick J. Wong 1-1/+21
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesGravatar Darrick J. Wong 1-1/+1
2017-06-20xfs: return the hash value of a leaf1 directory blockGravatar Darrick J. Wong 1-5/+5