index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clk: rockchip: rk3588: use linked clock ID for GATE_LINK
Sebastian Reichel
2024-02-27
1
-23
/
+23
*
clk: rockchip: rk3588: fix indent
Sebastian Reichel
2024-02-27
1
-1
/
+1
*
clk: rockchip: rk3588: fix pclk_vo0grf and pclk_vo1grf
Sebastian Reichel
2024-02-27
1
-6
/
+4
*
Merge branch 'v6.9-shared/clkids' into v6.9-clk/next
Heiko Stuebner
2024-02-27
4
-3
/
+24
|
\
|
*
dt-bindings: clock: rk3588: add missing PCLK_VO1GRF
Sebastian Reichel
2024-02-27
1
-0
/
+1
|
*
dt-bindings: clock: rk3588: drop CLK_NR_CLKS
Sebastian Reichel
2024-02-27
1
-2
/
+0
|
*
clk: rockchip: rk3588: fix CLK_NR_CLKS usage
Sebastian Reichel
2024-02-27
3
-1
/
+23
*
|
clk: rockchip: rk3568: Add PLL rate for 128MHz
Chris Morgan
2024-01-25
1
-0
/
+1
|
/
*
Linux 6.8-rc1
v6.8-rc1
Linus Torvalds
2024-01-21
1
-2
/
+2
*
Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-01-21
78
-1426
/
+1629
|
\
|
*
bcachefs: Improve inode_to_text()
Kent Overstreet
2024-01-21
1
-7
/
+18
|
*
bcachefs: logged_ops_format.h
Kent Overstreet
2024-01-21
2
-27
/
+31
|
*
bcachefs: reflink_format.h
Kent Overstreet
2024-01-21
3
-47
/
+48
|
*
bcachefs; extents_format.h
Kent Overstreet
2024-01-21
2
-279
/
+284
|
*
bcachefs: ec_format.h
Kent Overstreet
2024-01-21
2
-16
/
+20
|
*
bcachefs: subvolume_format.h
Kent Overstreet
2024-01-21
2
-32
/
+36
|
*
bcachefs: snapshot_format.h
Kent Overstreet
2024-01-21
2
-33
/
+37
|
*
bcachefs: alloc_background_format.h
Kent Overstreet
2024-01-21
2
-93
/
+94
|
*
bcachefs: xattr_format.h
Kent Overstreet
2024-01-21
2
-15
/
+20
|
*
bcachefs: dirent_format.h
Kent Overstreet
2024-01-21
2
-39
/
+43
|
*
bcachefs: inode_format.h
Kent Overstreet
2024-01-21
2
-164
/
+167
|
*
bcachefs; quota_format.h
Kent Overstreet
2024-01-21
2
-42
/
+48
|
*
bcachefs: sb-counters_format.h
Kent Overstreet
2024-01-21
2
-95
/
+100
|
*
bcachefs: counters.c -> sb-counters.c
Kent Overstreet
2024-01-21
5
-8
/
+7
|
*
bcachefs: comment bch_subvolume
Kent Overstreet
2024-01-21
1
-0
/
+3
|
*
bcachefs: bch_snapshot::btime
Kent Overstreet
2024-01-21
2
-0
/
+3
|
*
bcachefs: add missing __GFP_NOWARN
Kent Overstreet
2024-01-21
1
-1
/
+1
|
*
bcachefs: opts->compression can now also be applied in the background
Kent Overstreet
2024-01-21
11
-23
/
+24
|
*
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
2024-01-21
18
-97
/
+87
|
*
bcachefs: grab s_umount only if snapshotting
Su Yue
2024-01-21
1
-6
/
+5
|
*
bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit
Su Yue
2024-01-21
1
-1
/
+1
|
*
bcachefs: bios must be 512 byte algined
Kent Overstreet
2024-01-21
1
-0
/
+4
|
*
bcachefs: remove redundant variable tmp
Colin Ian King
2024-01-21
1
-3
/
+1
|
*
bcachefs: Improve trace_trans_restart_relock
Kent Overstreet
2024-01-21
5
-24
/
+44
|
*
bcachefs: Fix excess transaction restarts in __bchfs_fallocate()
Kent Overstreet
2024-01-21
4
-16
/
+35
|
*
bcachefs: extents_to_bp_state
Kent Overstreet
2024-01-21
1
-48
/
+41
|
*
bcachefs: bkey_and_val_eq()
Kent Overstreet
2024-01-21
1
-3
/
+8
|
*
bcachefs: Better journal tracepoints
Kent Overstreet
2024-01-21
2
-60
/
+79
|
*
bcachefs: Print size of superblock with space allocated
Kent Overstreet
2024-01-21
1
-1
/
+3
|
*
bcachefs: Avoid flushing the journal in the discard path
Kent Overstreet
2024-01-21
1
-19
/
+41
|
*
bcachefs: Improve move_extent tracepoint
Kent Overstreet
2024-01-21
5
-7
/
+48
|
*
bcachefs: Add missing bch2_moving_ctxt_flush_all()
Kent Overstreet
2024-01-21
1
-0
/
+1
|
*
bcachefs: Re-add move_extent_write tracepoint
Kent Overstreet
2024-01-21
2
-23
/
+20
|
*
bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amount
Kent Overstreet
2024-01-21
1
-2
/
+2
|
*
bcachefs: Add .val_to_text() for KEY_TYPE_cookie
Kent Overstreet
2024-01-21
1
-0
/
+9
|
*
bcachefs: Don't pass memcmp() as a pointer
Kent Overstreet
2024-01-21
1
-2
/
+8
|
*
bcachefs: Reduce would_deadlock restarts
Kent Overstreet
2024-01-21
1
-0
/
+7
|
*
bcachefs: bch2_trans_account_disk_usage_change()
Kent Overstreet
2024-01-21
3
-29
/
+48
|
*
bcachefs: bch_fs_usage_base
Kent Overstreet
2024-01-21
7
-47
/
+45
|
*
bcachefs: bch2_prt_compression_type()
Kent Overstreet
2024-01-21
5
-6
/
+15
[next]