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.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-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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-14
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...
Darrick J. Wong
13
-144
/
+127
2022-07-14
Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...
Darrick J. Wong
1
-5
/
+10
2022-07-14
Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
3
-15
/
+2
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
2
-14
/
+0
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
1
-1
/
+2
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
8
-30
/
+17
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
5
-9
/
+8
2022-07-10
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
6
-12
/
+2
2022-07-10
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
7
-50
/
+63
2022-07-10
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
9
-58
/
+52
2022-07-09
xfs: removed useless condition in function xfs_attr_node_get
Andrey Strachuk
1
-1
/
+1
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
1
-5
/
+10
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
6
-17
/
+14
2022-07-07
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
1
-5
/
+5
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
6
-62
/
+79
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
8
-50
/
+87
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2
-17
/
+18
2022-07-07
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
4
-16
/
+8
2022-07-07
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
4
-19
/
+10
2022-07-07
xfs: pass perag to xfs_read_agf
Dave Chinner
2
-16
/
+14
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
2
-18
/
+13
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
9
-48
/
+32
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
6
-39
/
+17
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
4
-33
/
+28
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
3
-36
/
+16
2022-07-07
xfs: make last AG grow/shrink perag centric
Dave Chinner
2
-36
/
+26
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
4
-43
/
+12
2022-06-29
xfs: empty xattr leaf header blocks are not corruption
Darrick J. Wong
1
-9
/
+17
2022-06-16
xfs: fix variable state usage
Darrick J. Wong
1
-2
/
+1
2022-06-16
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
4
-15
/
+9
2022-05-30
Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next
Dave Chinner
1
-12
/
+2
2022-05-30
Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next
Dave Chinner
1
-6
/
+8
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
1
-11
/
+1
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
1
-3
/
+3
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
1
-1
/
+1
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
1
-6
/
+8
2022-05-27
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2022-05-27
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2022-05-27
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2022-05-27
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2022-05-23
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+1
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2
-12
/
+55
2022-05-23
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2
-4
/
+5
2022-05-22
xfs: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
4
-36
/
+36
2022-05-22
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
1
-5
/
+2
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
3
-52
/
+0
2022-05-22
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
1
-19
/
+13
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
3
-1
/
+27
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
3
-8
/
+8
[next]