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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
xfs: Avoid races with cnt_btree lastrec updates
Zizhi Wo
4
-130
/
+115
2024-07-04
Merge tag 'refcount-intent-cleanups-6.11_2024-07-02' of https://git.kernel.or...
Chandan Babu R
6
-281
/
+222
2024-07-04
Merge tag 'rmap-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org/pu...
Chandan Babu R
6
-313
/
+321
2024-07-04
Merge tag 'extfree-intent-cleanups-6.11_2024-07-02' of https://git.kernel.org...
Chandan Babu R
20
-192
/
+141
2024-07-04
Merge tag 'inode-refactor-6.11_2024-07-02' of https://git.kernel.org/pub/scm/...
Chandan Babu R
28
-1545
/
+1948
2024-07-02
xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
Darrick J. Wong
4
-20
/
+18
2024-07-02
xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
Darrick J. Wong
1
-4
/
+3
2024-07-02
xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...
Darrick J. Wong
3
-20
/
+19
2024-07-02
xfs: reuse xfs_refcount_update_cancel_item
Darrick J. Wong
1
-13
/
+12
2024-07-02
xfs: add a ci_entry helper
Darrick J. Wong
1
-11
/
+9
2024-07-02
xfs: remove xfs_trans_set_refcount_flags
Darrick J. Wong
1
-20
/
+12
2024-07-02
xfs: clean up refcount log intent item tracepoint callsites
Darrick J. Wong
4
-51
/
+29
2024-07-02
xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
Darrick J. Wong
4
-20
/
+17
2024-07-02
xfs: pass btree cursors to refcount btree tracepoints
Darrick J. Wong
2
-72
/
+53
2024-07-02
xfs: create specialized classes for refcount tracepoints
Darrick J. Wong
2
-37
/
+48
2024-07-02
xfs: give refcount btree cursor error tracepoints their own class
Darrick J. Wong
2
-41
/
+27
2024-07-02
xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one
Christoph Hellwig
1
-4
/
+2
2024-07-02
xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
Christoph Hellwig
3
-20
/
+19
2024-07-02
xfs: reuse xfs_rmap_update_cancel_item
Christoph Hellwig
1
-13
/
+12
2024-07-02
xfs: add a ri_entry helper
Christoph Hellwig
1
-11
/
+9
2024-07-02
xfs: remove xfs_trans_set_rmap_flags
Darrick J. Wong
1
-45
/
+34
2024-07-02
xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
Darrick J. Wong
4
-27
/
+25
2024-07-02
xfs: clean up rmap log intent item tracepoint callsites
Darrick J. Wong
4
-48
/
+44
2024-07-02
xfs: pass btree cursors to rmap btree tracepoints
Darrick J. Wong
2
-123
/
+85
2024-07-02
xfs: give rmap btree cursor error tracepoints their own class
Darrick J. Wong
2
-40
/
+110
2024-07-02
xfs: remove xfs_defer_agfl_block
Christoph Hellwig
1
-46
/
+22
2024-07-02
xfs: remove duplicate asserts in xfs_defer_extent_free
Christoph Hellwig
1
-13
/
+0
2024-07-02
xfs: factor out a xfs_efd_add_extent helper
Christoph Hellwig
1
-19
/
+18
2024-07-02
xfs: reuse xfs_extent_free_cancel_item
Christoph Hellwig
1
-15
/
+13
2024-07-02
xfs: add a xefi_entry helper
Christoph Hellwig
1
-12
/
+10
2024-07-02
xfs: pass the fsbno to xfs_perag_intent_get
Christoph Hellwig
6
-23
/
+11
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
12
-28
/
+39
2024-07-02
xfs: clean up extent free log intent item tracepoint callsites
Darrick J. Wong
3
-26
/
+20
2024-07-02
xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
Darrick J. Wong
2
-5
/
+5
2024-07-02
xfs: get rid of trivial rename helpers
Darrick J. Wong
1
-63
/
+14
2024-07-02
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
6
-144
/
+130
2024-07-02
xfs: create libxfs helper to rename two directory entries
Darrick J. Wong
3
-215
/
+273
2024-07-02
xfs: create libxfs helper to exchange two directory entries
Darrick J. Wong
3
-98
/
+142
2024-07-02
xfs: create libxfs helper to remove an existing inode/name from a directory
Darrick J. Wong
3
-65
/
+92
2024-07-02
xfs: hoist inode free function to libxfs
Darrick J. Wong
3
-34
/
+58
2024-07-02
xfs: create libxfs helper to link an existing inode into a directory
Darrick J. Wong
3
-46
/
+81
2024-07-02
xfs: create libxfs helper to link a new inode into a directory
Darrick J. Wong
4
-65
/
+102
2024-07-02
xfs: separate the icreate logic around INIT_XATTRS
Darrick J. Wong
7
-24
/
+33
2024-07-02
xfs: hoist xfs_{bump,drop}link to libxfs
Darrick J. Wong
4
-55
/
+55
2024-07-02
xfs: hoist xfs_iunlink to libxfs
Darrick J. Wong
4
-282
/
+289
2024-07-02
xfs: wrap inode creation dqalloc calls
Darrick J. Wong
4
-52
/
+55
2024-07-02
xfs: push xfs_icreate_args creation out of xfs_create*
Darrick J. Wong
3
-67
/
+63
2024-07-02
xfs: hoist new inode initialization functions to libxfs
Darrick J. Wong
5
-217
/
+225
2024-07-02
xfs: split new inode creation into two pieces
Darrick J. Wong
2
-40
/
+48
2024-07-02
xfs: use xfs_trans_ichgtime to set times when allocating inode
Darrick J. Wong
1
-7
/
+6
[next]