index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dir2_leaf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-16
/
+20
*
xfs: connect up write verifiers to new buffers
Dave Chinner
2012-11-15
1
-7
/
+12
*
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
2012-11-15
1
-7
/
+24
*
xfs: Add verifiers to dir2 data readahead.
Dave Chinner
2012-11-15
1
-6
/
+5
*
xfs: add xfs_da_node verification
Dave Chinner
2012-11-15
1
-1
/
+1
*
xfs: factor dir2 leaf read
Dave Chinner
2012-11-15
1
-11
/
+62
*
xfs: factor out dir2 data block reading
Dave Chinner
2012-11-15
1
-21
/
+17
*
xfs: factor dir2 free block reading
Dave Chinner
2012-11-15
1
-2
/
+1
*
xfs: add verifier callback to directory read code
Dave Chinner
2012-11-15
1
-17
/
+16
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-1
/
+1
*
xfs: factor buffer reading from xfs_dir2_leaf_getdents
Dave Chinner
2012-07-01
1
-202
/
+232
*
xfs: remove struct xfs_dabuf and infrastructure
Dave Chinner
2012-07-01
1
-100
/
+91
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: introduce xfs_bmapi_read()
Dave Chinner
2011-10-11
1
-4
/
+2
*
xfs: factor out xfs_dir2_leaf_find_stale
Christoph Hellwig
2011-07-13
1
-46
/
+37
*
xfs: reshuffle dir2 headers
Christoph Hellwig
2011-07-13
1
-6
/
+2
*
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-07-08
1
-27
/
+32
*
xfs: cleanup struct xfs_dir2_leaf
Christoph Hellwig
2011-07-08
1
-9
/
+25
*
xfs: kill struct xfs_dir2_data
Christoph Hellwig
2011-07-08
1
-4
/
+2
*
xfs: avoid usage of struct xfs_dir2_data
Christoph Hellwig
2011-07-08
1
-38
/
+38
*
xfs: avoid usage of struct xfs_dir2_block
Christoph Hellwig
2011-07-08
1
-8
/
+8
*
xfs: factor out xfs_dir2_leaf_find_entry
Christoph Hellwig
2011-07-08
1
-96
/
+121
*
xfs: remove xfs_buf wrappers
Christoph Hellwig
2010-10-18
1
-1
/
+1
*
xfs: remove unused delta tracking code in xfs_bmapi
Christoph Hellwig
2010-07-26
1
-1
/
+1
*
xfs: remove unneeded #include statements
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: clean up sign warnings in dir2 code
Dave Chinner
2010-01-20
1
-1
/
+1
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-7
/
+14
*
fix readahead calculations in xfs_dir2_leaf_getdents()
Eric Sandeen
2009-10-08
1
-1
/
+3
*
xfs: kill ino64 mount option
Christoph Hellwig
2009-03-29
1
-14
/
+1
*
xfs: make symbols static
Hannes Eder
2009-03-06
1
-1
/
+1
*
[XFS] truncate readdir offsets to signed 32 bit values
Christoph Hellwig
2009-01-09
1
-3
/
+3
*
[XFS] Fix CI lookup in leaf-form directories
Barry Naujok
2008-07-28
1
-24
/
+25
*
[XFS] Return case-insensitive match for dentry cache
Barry Naujok
2008-07-28
1
-2
/
+3
*
[XFS] Add op_flags field and helpers to xfs_da_args
Barry Naujok
2008-07-28
1
-7
/
+8
*
[XFS] Name operation vector for hash and compare
Barry Naujok
2008-07-28
1
-17
/
+43
*
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
2008-07-28
1
-1
/
+1
*
xfs: convert beX_add to beX_add_cpu (new common API)
Marcin Slusarz
2008-02-13
1
-8
/
+8
*
[XFS] Put the correct offset in dirent d_off
Lachlan McIlroy
2007-12-18
1
-1
/
+1
*
[XFS] use filldir internally
Christoph Hellwig
2007-10-15
1
-46
/
+30
*
[XFS] Reduce shouting by removing unnecessary macros from dir2 code.
Christoph Hellwig
2007-07-14
1
-53
/
+53
*
[XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.
Eric Sandeen
2007-05-08
1
-4
/
+3
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[XFS] endianess annotations for xfs_dir2_data_entry_t
Christoph Hellwig
2006-06-09
1
-5
/
+5
*
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
Olaf Weber
2006-06-09
1
-1
/
+1
*
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
2006-03-29
1
-1
/
+1
*
[XFS] endianess annotations for xfs_da_blkinfo_t
Nathan Scott
2006-03-17
1
-10
/
+10
*
[XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P
Nathan Scott
2006-03-17
1
-3
/
+3
*
[XFS] endianess annotations for xfs_dir2_leaf_entry_t
Nathan Scott
2006-03-17
1
-27
/
+28
*
[XFS] endianess annotations for xfs_dir2_leaf_hdr_t
Nathan Scott
2006-03-17
1
-37
/
+37
[next]