summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_node.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-13/+11
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-3/+4
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-101-8/+27
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-101-7/+5
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+1
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-59/+38
* xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig2019-11-101-22/+20
* xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig2019-11-101-4/+29
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-10/+36
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+1
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+2
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-37/+27
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-101-6/+6
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-14/+14
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+9
* xfs: reverse search directory freespace indexesDave Chinner2019-08-301-8/+5
* xfs: speed up directory bestfree block scanningDave Chinner2019-08-301-63/+34
* xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-92/+102
* xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-166/+158
* xfs: move xfs_dir2_addname()Dave Chinner2019-08-301-71/+69
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-121-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-3/+3
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8
* xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-5/+5
* xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva2018-07-171-10/+7
* 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/+2
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-231-3/+8
* xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-111-2/+3
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-1/+1
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-1/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-8/+16
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-26/+35
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-9/+4
* xfs: return the hash value of a leaf1 directory blockDarrick J. Wong2017-06-201-4/+6
* xfs: verify free block header fieldsDarrick J. Wong2017-02-021-2/+49
* xfs: always set rvalp in xfs_dir2_node_trim_freeChristoph Hellwig2016-03-151-1/+3
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+3
* Merge branch 'xfs-misc-fixes-for-4.3-3' into for-nextDave Chinner2015-08-251-1/+9
|\
| * xfs: Fix file type directory corruption for btree directoriesJan Kara2015-08-251-1/+9
* | Merge branch 'xfs-meta-uuid' into for-nextDave Chinner2015-07-291-2/+2
|\|
| * xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-2/+2
* | xfs: Use consistent logging message prefixesJoe Perches2015-07-291-2/+1
|/