index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
xfs: fix dev_t usage in xmbuf tracepoints
Darrick J. Wong
2
-4
/
+9
2024-03-07
xfs: shrink failure needs to hold AGI buffer
Dave Chinner
1
-1
/
+10
2024-02-29
mm/shmem.c: Use new form of *@param in kernel-doc
Akira Yokosawa
1
-2
/
+2
2024-02-29
kernel-doc: Add unary operator * to $type_param_ref
Akira Yokosawa
1
-1
/
+1
2024-02-28
xfs: use kvfree() in xlog_cil_free_logvec()
Dave Chinner
1
-2
/
+2
2024-02-28
xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
Dave Chinner
1
-1
/
+1
2024-02-26
xfs: fix scrub stats file permissions
Darrick J. Wong
1
-2
/
+2
2024-02-24
xfs: fix log recovery erroring out on refcount recovery failure
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: move symlink target write function to libxfs
Darrick J. Wong
3
-64
/
+84
2024-02-22
xfs: move remote symlink target read function to libxfs
Darrick J. Wong
5
-77
/
+80
2024-02-22
xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
Darrick J. Wong
8
-14
/
+28
2024-02-22
xfs: xfs_bmap_finish_one should map unwritten extents properly
Darrick J. Wong
1
-0
/
+2
2024-02-22
xfs: support deferred bmap updates on the attr fork
Darrick J. Wong
4
-38
/
+29
2024-02-22
xfs: support recovering bmap intent items targetting realtime extents
Darrick J. Wong
1
-0
/
+9
2024-02-22
xfs: add a realtime flag to the bmap update log redo items
Darrick J. Wong
3
-6
/
+29
2024-02-22
xfs: add a xattr_entry helper
Darrick J. Wong
1
-4
/
+7
2024-02-22
xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
Darrick J. Wong
1
-2
/
+2
2024-02-22
xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
Darrick J. Wong
4
-8
/
+20
2024-02-22
xfs: reuse xfs_bmap_update_cancel_item
Darrick J. Wong
1
-13
/
+12
2024-02-22
xfs: add a bi_entry helper
Darrick J. Wong
1
-10
/
+9
2024-02-22
xfs: remove xfs_trans_set_bmap_flags
Darrick J. Wong
1
-25
/
+13
2024-02-22
xfs: clean up bmap log intent item tracepoint callsites
Darrick J. Wong
4
-47
/
+33
2024-02-22
xfs: split tracepoint classes for deferred items
Darrick J. Wong
1
-85
/
+166
2024-02-22
xfs: port refcount repair to the new refcount bag structure
Darrick J. Wong
4
-107
/
+81
2024-02-22
xfs: create refcount bag structure for btree repairs
Darrick J. Wong
5
-0
/
+401
2024-02-22
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
12
-39
/
+392
2024-02-22
xfs: define an in-memory btree for storing refcount bag info during repairs
Darrick J. Wong
5
-1
/
+390
2024-02-22
xfs: create a shadow rmap btree during rmap repair
Darrick J. Wong
9
-84
/
+377
2024-02-22
xfs: repair the rmapbt
Darrick J. Wong
18
-19
/
+1608
2024-02-22
xfs: create agblock bitmap helper to count the number of set regions
Darrick J. Wong
3
-0
/
+21
2024-02-22
xfs: launder in-memory btree buffers before transaction commit
Darrick J. Wong
7
-0
/
+236
2024-02-22
xfs: create a helper to decide if a file mapping targets the rt volume
Darrick J. Wong
4
-4
/
+14
2024-02-22
xfs: support in-memory btrees
Darrick J. Wong
14
-42
/
+675
2024-02-22
xfs: add a xfs_btree_ptrs_equal helper
Christoph Hellwig
1
-13
/
+17
2024-02-22
xfs: support in-memory buffer cache targets
Darrick J. Wong
8
-46
/
+369
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
5
-38
/
+67
2024-02-22
xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg
Christoph Hellwig
1
-4
/
+4
2024-02-22
xfs: remove xfs_setsize_buftarg_early
Christoph Hellwig
1
-15
/
+7
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
4
-16
/
+16
2024-02-22
xfs: split xfs_buf_rele for cached vs uncached buffers
Christoph Hellwig
1
-15
/
+31
2024-02-22
xfs: move and rename xfs_btree_read_bufl
Christoph Hellwig
3
-51
/
+25
2024-02-22
xfs: remove xfs_btree_reada_bufs
Christoph Hellwig
3
-42
/
+14
2024-02-22
xfs: remove xfs_btree_reada_bufl
Christoph Hellwig
2
-35
/
+6
2024-02-22
xfs: factor out a __xfs_btree_check_lblock_hdr helper
Christoph Hellwig
1
-7
/
+23
2024-02-22
xfs: rename btree helpers that depends on the block number representation
Christoph Hellwig
7
-59
/
+61
2024-02-22
xfs: consolidate btree block verification
Christoph Hellwig
3
-58
/
+32
2024-02-22
xfs: tighten up validation of root block in inode forks
Christoph Hellwig
1
-3
/
+13
2024-02-22
xfs: remove the crc variable in __xfs_btree_check_lblock
Christoph Hellwig
1
-2
/
+1
2024-02-22
xfs: misc cleanups for __xfs_btree_check_sblock
Christoph Hellwig
1
-8
/
+4
2024-02-22
xfs: consolidate btree ptr checking
Christoph Hellwig
3
-57
/
+36
[next]