index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_da_btree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-30
XFS: Assertion failed: first <= last && last < BBTOB(bp->b_length), file: fs/...
Dave Chinner
1
-2
/
+9
2013-08-22
xfs: Add read-only support for dirent filetype field
Dave Chinner
1
-0
/
+1
2013-04-27
xfs: add buffer types to directory and attribute buffers
Dave Chinner
1
-0
/
+2
2013-04-27
xfs: add CRCs to attr leaf blocks
Dave Chinner
1
-2
/
+3
2013-04-27
xfs: add CRCs to dir2/da node blocks
Dave Chinner
1
-23
/
+83
2013-04-27
xfs: add CRC checking to dir2 leaf blocks
Dave Chinner
1
-0
/
+23
2012-11-16
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-2
/
+2
2012-11-16
xfs: Add verifiers to dir2 data readahead.
Dave Chinner
1
-2
/
+2
2012-11-16
xfs: add xfs_da_node verification
Dave Chinner
1
-0
/
+3
2012-11-16
xfs: add verifier callback to directory read code
Dave Chinner
1
-3
/
+4
2012-07-22
xfs: fix comment typo of struct xfs_da_blkinfo.
Chen Baozi
1
-1
/
+1
2012-07-01
xfs: remove struct xfs_dabuf and infrastructure
Dave Chinner
1
-27
/
+5
2012-07-01
xfs: use discontiguous xfs_buf support in dabuf wrappers
Dave Chinner
1
-5
/
+1
2011-07-13
xfs: remove the dead XFS_DABUF_DEBUG code
Christoph Hellwig
1
-11
/
+0
2011-07-13
xfs: factor out xfs_da_grow_inode_int
Christoph Hellwig
1
-0
/
+2
2010-01-20
xfs: convert dirnameops to unsigned char names
Dave Chinner
1
-2
/
+3
2009-12-15
xfs: event tracing support
Christoph Hellwig
1
-0
/
+7
2009-03-29
xfs: fix various typos
Malcolm Parsons
1
-1
/
+1
2009-03-07
xfs: move declaration to header file
Hannes Eder
1
-0
/
+1
2009-02-09
xfs: remove uchar_t/ushort_t/uint_t/ulong_t types
Christoph Hellwig
1
-3
/
+3
2008-10-30
[XFS] Sync up kernel and user-space headers
Barry Naujok
1
-3
/
+1
2008-10-30
[XFS] Remove final remnants of dirv1 macros and other stuff
Barry Naujok
1
-20
/
+0
2008-07-28
[XFS] Return case-insensitive match for dentry cache
Barry Naujok
1
-0
/
+1
2008-07-28
[XFS] Add op_flags field and helpers to xfs_da_args
Barry Naujok
1
-4
/
+9
2008-07-28
[XFS] Name operation vector for hash and compare
Barry Naujok
1
-0
/
+22
2008-02-07
[XFS] Fix up sparse warnings.
David Chinner
1
-0
/
+1
2007-02-10
[XFS] Remove a bunch of unused functions from XFS.
Eric Sandeen
1
-1
/
+0
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-4
/
+0
2006-03-17
[XFS] endianess annotations for xfs_da_node_hdr_t
Nathan Scott
1
-2
/
+2
2006-03-17
[XFS] endianess annotations for xfs_da_node_entry_t
Nathan Scott
1
-2
/
+2
2006-03-17
[XFS] endianess annotations for xfs_da_blkinfo_t
Nathan Scott
1
-4
/
+4
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-25
/
+11
2005-11-02
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
1
-58
/
+10
2005-11-02
[XFS] Make some extended attributes routines take const parameters, for
Nathan Scott
1
-2
/
+2
2005-06-21
[XFS] mark various symbols static Patch from Adrian Bunk
Christoph Hellwig
1
-3
/
+0
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+335