summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_btree.c
AgeCommit message (Expand)Author
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
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2018-08-01xfs: check da node magic in _node_lookup_intDarrick J. Wong
2018-08-01xfs: use a local variable for magic number in xfs_da3_node_lookup_intDarrick J. Wong
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-06-04xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong