index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_dir2_node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
Christoph Hellwig
2019-11-10
1
-2
/
+2
*
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
2019-11-10
1
-3
/
+3
*
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
2019-11-10
1
-3
/
+3
*
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-13
/
+11
*
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
1
-3
/
+4
*
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
2019-11-10
1
-8
/
+27
*
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-7
/
+5
*
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-10
1
-59
/
+38
*
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
Christoph Hellwig
2019-11-10
1
-22
/
+20
*
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
2019-11-10
1
-4
/
+29
*
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-10
1
-10
/
+36
*
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-2
/
+2
*
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
2019-11-10
1
-37
/
+27
*
xfs: devirtualize ->leaf_hdr_to_disk
Christoph Hellwig
2019-11-10
1
-6
/
+6
*
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
2019-11-10
1
-14
/
+14
*
xfs: always log corruption errors
Darrick J. Wong
2019-11-04
1
-3
/
+9
*
xfs: reverse search directory freespace indexes
Dave Chinner
2019-08-30
1
-8
/
+5
*
xfs: speed up directory bestfree block scanning
Dave Chinner
2019-08-30
1
-63
/
+34
*
xfs: factor free block index lookup from xfs_dir2_node_addname_int()
Dave Chinner
2019-08-30
1
-92
/
+102
*
xfs: factor data block addition from xfs_dir2_node_addname_int()
Dave Chinner
2019-08-30
1
-166
/
+158
*
xfs: move xfs_dir2_addname()
Dave Chinner
2019-08-30
1
-71
/
+69
*
xfs: remove more ondisk directory corruption asserts
Darrick J. Wong
2019-08-12
1
-1
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-3
/
+0
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
1
-3
/
+3
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: clean up xfs_dir2_leafn_add
Darrick J. Wong
2019-03-08
1
-12
/
+8
*
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
Nathan Chancellor
2019-03-08
1
-0
/
+2
*
xfs: miscellaneous verifier magic value fixups
Brian Foster
2019-02-11
1
-5
/
+5
*
xfs: use swap macro in xfs_dir2_leafn_rebalance
Gustavo A. R. Silva
2018-07-17
1
-10
/
+7
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
2018-06-04
1
-1
/
+2
*
xfs: sanity-check the unused space before trying to use it
Darrick J. Wong
2018-03-23
1
-3
/
+8
*
xfs: convert a few more directory asserts to corruption
Darrick J. Wong
2018-03-11
1
-2
/
+3
*
Split buffer's b_fspriv field
Carlos Maiolino
2018-01-29
1
-1
/
+1
*
xfs: use %px for data pointers when debugging
Darrick J. Wong
2018-01-12
1
-1
/
+1
*
xfs: change 0x%p -> %p in print messages
Darrick J. Wong
2018-01-12
1
-1
/
+1
*
xfs: create a new buf_ops pointer to verify structure metadata
Darrick J. Wong
2018-01-08
1
-0
/
+1
*
xfs: refactor verifier callers to print address of failing check
Darrick J. Wong
2018-01-08
1
-8
/
+16
*
xfs: have buffer verifier functions report failing address
Darrick J. Wong
2018-01-08
1
-26
/
+35
*
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2018-01-08
1
-9
/
+4
*
xfs: return the hash value of a leaf1 directory block
Darrick J. Wong
2017-06-20
1
-4
/
+6
*
xfs: verify free block header fields
Darrick J. Wong
2017-02-02
1
-2
/
+49
*
xfs: always set rvalp in xfs_dir2_node_trim_free
Christoph Hellwig
2016-03-15
1
-1
/
+3
*
xfs: print name of verifier if it fails
Eric Sandeen
2016-01-04
1
-0
/
+1
*
xfs: validate metadata LSNs against log on v5 superblocks
Brian Foster
2015-10-12
1
-0
/
+3
*
Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next
Dave Chinner
2015-08-25
1
-1
/
+9
|
\
|
*
xfs: Fix file type directory corruption for btree directories
Jan Kara
2015-08-25
1
-1
/
+9
[next]