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
*
tty: vt: eliminate unneeded consw::con_putc() implementations
Jiri Slaby (SUSE)
2024-01-28
4
-29
/
+0
*
tty: vt: add con_putc() helper
Jiri Slaby (SUSE)
2024-01-28
1
-5
/
+13
*
tty: vt: remove checks for count in consw::con_clear() implementations
Jiri Slaby (SUSE)
2024-01-28
2
-6
/
+0
*
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
2024-01-28
8
-37
/
+39
*
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
2024-01-28
8
-12
/
+14
*
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
2024-01-28
3
-33
/
+12
*
tty: vt: remove extern from functions in selection.h
Jiri Slaby (SUSE)
2024-01-28
1
-28
/
+24
*
tty: vt: define an enum for ascii characters
Jiri Slaby (SUSE)
2024-01-28
1
-18
/
+44
*
tty: vt: reflow csi_K()
Jiri Slaby (SUSE)
2024-01-28
1
-14
/
+14
*
tty: vt: define an enum for CSI+K codes
Jiri Slaby (SUSE)
2024-01-28
1
-3
/
+9
*
don't pass vc->vc_par[0] to csi_?() handlers
Jiri Slaby (SUSE)
2024-01-28
1
-16
/
+19
*
use clamp() for counts in csi_?() handlers
Jiri Slaby (SUSE)
2024-01-28
1
-22
/
+5
*
tty: vt: reflow csi_J()
Jiri Slaby (SUSE)
2024-01-28
1
-25
/
+25
*
tty: vt: define an enum for CSI+J codes
Jiri Slaby (SUSE)
2024-01-28
1
-8
/
+15
*
tty: vt: use case ranges for CSI+m fg/bg colors
Jiri Slaby (SUSE)
2024-01-28
1
-19
/
+16
*
tty: vt: define an enum for CSI+m codes
Jiri Slaby (SUSE)
2024-01-28
1
-29
/
+69
*
tty: vt: make vc_is_sel()'s vc const
Jiri Slaby (SUSE)
2024-01-28
2
-2
/
+2
*
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2024-01-28
7
-25
/
+27
*
tty: vt: push console lock from tioclinux() down to 2 functions
Jiri Slaby (SUSE)
2024-01-28
2
-10
/
+14
*
tty: vt: pass proper pointers from tioclinux()
Jiri Slaby (SUSE)
2024-01-28
3
-14
/
+15
*
tty: vt: expect valid vc when in tty ops
Jiri Slaby (SUSE)
2024-01-28
1
-16
/
+3
*
tty: vt: fix 20 vs 0x20 typo in EScsiignore
Jiri Slaby (SUSE)
2024-01-28
1
-1
/
+1
*
fbcon: make display_desc a static array in fbcon_startup()
Jiri Slaby (SUSE)
2024-01-28
1
-1
/
+1
*
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
2024-01-28
3
-45
/
+34
*
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
[next]