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_attr_leaf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-9
/
+10
*
xfs: connect up write verifiers to new buffers
Dave Chinner
2012-11-15
1
-2
/
+2
*
xfs: add pre-write metadata buffer verifier callbacks
Dave Chinner
2012-11-15
1
-2
/
+17
*
xfs: add xfs_da_node verification
Dave Chinner
2012-11-15
1
-6
/
+6
*
xfs: factor and verify attr leaf reads
Dave Chinner
2012-11-15
1
-33
/
+45
*
xfs: add verifier callback to directory read code
Dave Chinner
2012-11-15
1
-9
/
+9
*
xfs: add more attribute tree trace points.
Dave Chinner
2012-11-13
1
-15
/
+22
*
xfs: fix attr tree double split corruption
Dave Chinner
2012-11-13
1
-2
/
+18
*
xfs: remove struct xfs_dabuf and infrastructure
Dave Chinner
2012-07-01
1
-117
/
+138
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: kill XBF_LOCK
Dave Chinner
2012-05-14
1
-1
/
+1
*
xfs: add lots of attribute trace points
Dave Chinner
2012-03-27
1
-4
/
+36
*
xfs: remove the if_ext_max field in struct xfs_ifork
Christoph Hellwig
2012-01-17
1
-9
/
+0
*
xfs: fix attr2 vs large data fork assert
Christoph Hellwig
2011-11-29
1
-25
/
+39
*
xfs: introduce xfs_bmapi_read()
Dave Chinner
2011-10-11
1
-3
/
+2
*
xfs: Check the return value of xfs_trans_get_buf()
Chandra Seetharaman
2011-10-11
1
-0
/
+2
*
xfs: byteswap constants instead of variables
Christoph Hellwig
2011-07-08
1
-30
/
+30
*
xfs: use KM_NOFS for allocations during attribute list operations
Dave Chinner
2010-12-23
1
-2
/
+2
*
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
-2
/
+0
*
xfs: drop dmapi hooks
Christoph Hellwig
2010-07-26
1
-1
/
+0
*
xfs: remove duplicate buffer flags
Christoph Hellwig
2010-01-21
1
-1
/
+1
*
xfs: convert attr to use unsigned names
Dave Chinner
2010-01-20
1
-14
/
+14
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-8
/
+6
*
xfs: kill the STATIC_INLINE macro
Christoph Hellwig
2009-12-11
1
-1
/
+1
*
xfs: remove m_attroffset
Christoph Hellwig
2009-03-29
1
-1
/
+2
*
xfs: factor out attr fork reset handling
Christoph Hellwig
2009-02-04
1
-30
/
+25
*
[XFS] Remove macro-to-function indirections in attr code
Eric Sandeen
2009-01-09
1
-36
/
+36
*
[XFS] Move xfs_attr_rolltrans to xfs_trans_roll
Niv Sardi
2008-08-13
1
-67
/
+8
*
[XFS] Switches xfs_vn_listxattr to set it's put_listent callback directly
Christoph Hellwig
2008-07-28
1
-54
/
+7
*
[XFS] Add op_flags field and helpers to xfs_da_args
Barry Naujok
2008-07-28
1
-9
/
+11
*
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
2008-07-28
1
-9
/
+9
*
[XFS] Always use di_forkoff when checking for attr space.
Eric Sandeen
2008-04-18
1
-1
/
+1
*
[XFS] remove shouting-indirection macros from xfs_sb.h
Eric Sandeen
2008-04-10
1
-3
/
+3
*
xfs: convert beX_add to beX_add_cpu (new common API)
Marcin Slusarz
2008-02-13
1
-23
/
+23
*
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
2008-02-07
1
-5
/
+3
*
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with
Eric Sandeen
2007-05-08
1
-1
/
+1
*
[XFS] Fix assertion in xfs_attr_shortform_remove().
Lachlan McIlroy
2007-02-10
1
-1
/
+2
*
[XFS] Fix attr2 corruption with btree data extents
Barry Naujok
2007-02-10
1
-3
/
+42
*
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
2007-02-10
1
-3
/
+3
*
[XFS] Add EA list callbacks for xfs kernel use. Cleanup some namespace
Tim Shimmin
2006-09-28
1
-196
/
+155
*
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-20
1
-2
/
+0
*
[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
-2
/
+2
*
[XFS] endianess annotations for xfs_da_node_hdr_t
Nathan Scott
2006-03-17
1
-2
/
+2
*
[XFS] endianess annotations for xfs_da_node_entry_t
Nathan Scott
2006-03-17
1
-3
/
+3
*
[XFS] store xfs_attr_inactive_list_t in native endian
Nathan Scott
2006-03-17
1
-9
/
+5
*
[XFS] store xfs_attr_sf_sort in native endian
Nathan Scott
2006-03-17
1
-10
/
+7
*
[XFS] endianess annotations for xfs_attr_shortform_t
Nathan Scott
2006-03-17
1
-30
/
+25
*
[XFS] endianess annotations for xfs_attr_leaf_name_remote_t
Nathan Scott
2006-03-17
1
-14
/
+10
[next]