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.12.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: adapt the orphanage code to handle parent pointers
Darrick J. Wong
2024-04-23
3
-0
/
+43
*
xfs: actually rebuild the parent pointer xattrs
Darrick J. Wong
2024-04-23
7
-23
/
+701
*
xfs: add a per-leaf block callback to xchk_xattr_walk
Darrick J. Wong
2024-04-23
6
-8
/
+20
*
xfs: split xfs_bmap_add_attrfork into two pieces
Darrick J. Wong
2024-04-23
3
-28
/
+50
*
xfs: remove pointless unlocked assertion
Darrick J. Wong
2024-04-23
1
-2
/
+0
*
xfs: implement live updates for parent pointer repairs
Darrick J. Wong
2024-04-23
2
-5
/
+100
*
xfs: repair directory parent pointers by scanning for dirents
Darrick J. Wong
2024-04-23
2
-3
/
+447
*
xfs: replay unlocked parent pointer updates that accrue during xattr repair
Darrick J. Wong
2024-04-23
2
-2
/
+509
*
xfs: implement live updates for directory repairs
Darrick J. Wong
2024-04-23
4
-22
/
+218
*
xfs: repair directories by scanning directory parent pointers
Darrick J. Wong
2024-04-23
1
-6
/
+341
*
xfs: add raw parent pointer apis to support repair
Darrick J. Wong
2024-04-23
4
-2
/
+72
*
xfs: salvage parent pointers when rebuilding xattr structures
Darrick J. Wong
2024-04-23
2
-9
/
+65
*
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
2024-04-23
4
-6
/
+6
*
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
2024-04-23
3
-23
/
+38
*
xfs: check parent pointer xattrs when scrubbing
Darrick J. Wong
2024-04-23
1
-0
/
+16
*
xfs: walk directory parent pointers to determine backref count
Darrick J. Wong
2024-04-23
6
-1
/
+177
*
xfs: deferred scrub of parent pointers
Darrick J. Wong
2024-04-23
3
-8
/
+264
*
xfs: scrub parent pointers
Darrick J. Wong
2024-04-23
1
-0
/
+371
*
xfs: deferred scrub of dirents
Darrick J. Wong
2024-04-23
4
-3
/
+346
*
xfs: check dirents have parent pointers
Darrick J. Wong
2024-04-23
3
-1
/
+138
*
xfs: revert commit 44af6c7e59b12
Darrick J. Wong
2024-04-23
1
-8
/
+5
*
xfs: enable parent pointers
Darrick J. Wong
2024-04-23
1
-1
/
+2
*
xfs: drop compatibility minimum log size computations for reflink
Darrick J. Wong
2024-04-23
1
-0
/
+14
*
xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
Darrick J. Wong
2024-04-23
1
-0
/
+32
*
xfs: add a incompat feature bit for parent pointers
Allison Henderson
2024-04-23
4
-0
/
+10
*
xfs: don't remove the attr fork when parent pointers are enabled
Allison Henderson
2024-04-23
1
-2
/
+4
*
xfs: add parent pointer ioctls
Darrick J. Wong
2024-04-23
11
-2
/
+522
*
xfs: split out handle management helpers a bit
Darrick J. Wong
2024-04-23
2
-32
/
+70
*
xfs: move handle ioctl code to xfs_handle.c
Darrick J. Wong
2024-04-23
6
-619
/
+649
*
xfs: pass the attr value to put_listent when possible
Allison Henderson
2024-04-23
5
-3
/
+13
*
xfs: don't return XFS_ATTR_PARENT attributes via listxattr
Allison Henderson
2024-04-23
2
-0
/
+7
*
xfs: Add parent pointers to xfs_cross_rename
Allison Henderson
2024-04-23
1
-8
/
+25
*
xfs: Add parent pointers to rename
Allison Henderson
2024-04-23
7
-11
/
+142
*
xfs: remove parent pointers in unlink
Allison Henderson
2024-04-23
5
-8
/
+60
*
xfs: add parent attributes to symlink
Allison Henderson
2024-04-23
4
-8
/
+45
*
xfs: add parent attributes to link
Allison Henderson
2024-04-23
5
-10
/
+54
*
xfs: parent pointer attribute creation
Allison Henderson
2024-04-23
9
-12
/
+242
*
xfs: create a hashname function for parent pointers
Darrick J. Wong
2024-04-23
4
-0
/
+59
*
xfs: extend transaction reservations for parent attributes
Allison Henderson
2024-04-23
1
-52
/
+274
*
xfs: add parent pointer validator functions
Allison Henderson
2024-04-23
5
-0
/
+123
*
xfs: Expose init_xattrs in xfs_create_tmpfile
Allison Henderson
2024-04-23
3
-4
/
+5
*
xfs: record inode generation in xattr update log intent items
Darrick J. Wong
2024-04-23
2
-7
/
+28
*
xfs: create attr log item opcodes and formats for parent pointers
Darrick J. Wong
2024-04-23
6
-26
/
+284
*
xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
Darrick J. Wong
2024-04-23
1
-3
/
+4
*
xfs: allow xattr matching on name and value for parent pointers
Darrick J. Wong
2024-04-23
1
-6
/
+46
*
xfs: define parent pointer ondisk extended attribute format
Allison Henderson
2024-04-23
2
-0
/
+14
*
xfs: add parent pointer support to attribute code
Allison Henderson
2024-04-23
3
-3
/
+10
*
xfs: create a separate hashname function for extended attributes
Darrick J. Wong
2024-04-23
6
-9
/
+54
*
xfs: move xfs_attr_defer_add to xfs_attr_item.c
Darrick J. Wong
2024-04-23
3
-34
/
+41
*
xfs: check the flags earlier in xfs_attr_match
Christoph Hellwig
2024-04-23
1
-9
/
+10
[next]