index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
2022-07-14
1
-1
/
+2
*
|
|
xfs: removed useless condition in function xfs_attr_node_get
Andrey Strachuk
2022-07-09
1
-1
/
+1
|
/
/
*
|
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
6
-17
/
+14
*
|
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
2022-07-07
1
-5
/
+5
*
|
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
6
-62
/
+79
*
|
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
8
-50
/
+87
*
|
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2022-07-07
2
-17
/
+18
*
|
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
2022-07-07
4
-16
/
+8
*
|
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
2022-07-07
4
-19
/
+10
*
|
xfs: pass perag to xfs_read_agf
Dave Chinner
2022-07-07
2
-16
/
+14
*
|
xfs: pass perag to xfs_read_agi
Dave Chinner
2022-07-07
2
-18
/
+13
*
|
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
9
-48
/
+32
*
|
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
2022-07-07
6
-39
/
+17
*
|
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
2022-07-07
4
-33
/
+28
*
|
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
2022-07-07
3
-36
/
+16
*
|
xfs: make last AG grow/shrink perag centric
Dave Chinner
2022-07-07
2
-36
/
+26
|
/
*
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
2022-06-29
4
-43
/
+12
*
xfs: empty xattr leaf header blocks are not corruption
Darrick J. Wong
2022-06-29
1
-9
/
+17
*
xfs: fix variable state usage
Darrick J. Wong
2022-06-15
1
-2
/
+1
*
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
2022-06-15
4
-15
/
+9
*
Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next
Dave Chinner
2022-05-30
1
-12
/
+2
|
\
|
*
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
2022-05-27
1
-11
/
+1
|
*
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
1
-3
/
+3
*
|
Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next
Dave Chinner
2022-05-30
1
-6
/
+8
|
\
\
|
*
|
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
1
-1
/
+1
|
*
|
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2022-05-27
1
-6
/
+8
|
|
/
*
|
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
2022-05-27
1
-3
/
+5
*
|
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
2022-05-27
1
-1
/
+7
*
|
xfs: don't assert fail on perag references on teardown
Dave Chinner
2022-05-27
1
-2
/
+1
*
|
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
2022-05-27
1
-14
/
+33
|
/
*
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
2022-05-23
1
-1
/
+1
|
\
|
*
xfs: fix typo in comment
Julia Lawall
2022-05-22
1
-1
/
+1
*
|
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
2
-12
/
+55
*
|
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2022-05-23
2
-4
/
+5
*
|
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
2022-05-22
4
-36
/
+36
*
|
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
2022-05-22
1
-5
/
+2
*
|
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
3
-52
/
+0
*
|
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
2022-05-22
1
-19
/
+13
*
|
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-22
3
-1
/
+27
*
|
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
2022-05-22
3
-8
/
+8
*
|
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
2022-05-22
3
-31
/
+44
*
|
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
2022-05-20
1
-1
/
+9
*
|
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
2022-05-20
1
-2
/
+8
*
|
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
2022-05-20
1
-8
/
+14
|
/
*
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Dave Chinner
2022-05-12
1
-1
/
+0
|
\
|
*
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
2022-05-11
1
-1
/
+0
*
|
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
2022-05-12
1
-0
/
+9
*
|
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
2022-05-12
4
-66
/
+128
*
|
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
2022-05-12
4
-67
/
+84
*
|
xfs: remove xfs_attri_remove_iter
Dave Chinner
2022-05-12
1
-279
/
+139
[prev]
[next]