index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'vfs.file' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/v...
Vlastimil Babka
2024-09-10
15
-133
/
+344
|
\
|
*
mm: Removed @freeptr_offset to prevent doc warning
R Sundar
2024-09-02
1
-1
/
+0
|
*
Merge patch series "fs,mm: add kmem_cache_create_rcu()"
Christian Brauner
2024-08-29
6
-51
/
+127
|
|
\
|
|
*
fs: use kmem_cache_create_rcu()
Christian Brauner
2024-08-29
2
-3
/
+5
|
|
*
mm: add kmem_cache_create_rcu()
Christian Brauner
2024-08-29
4
-46
/
+121
|
|
*
mm: remove unused argument from create_cache()
Christian Brauner
2024-08-29
1
-3
/
+2
|
|
/
|
*
fs: pack struct file
Christian Brauner
2024-08-29
1
-40
/
+51
|
*
fs: switch f_iocb_flags and f_ra
Christian Brauner
2024-08-28
1
-3
/
+3
|
*
file: reclaim 24 bytes from f_owner
Christian Brauner
2024-08-28
11
-43
/
+168
*
|
Linux 6.11-rc5
v6.11-rc5
Linus Torvalds
2024-08-25
1
-1
/
+1
*
|
Merge tag 'bcachefs-2024-08-24' of git://evilpiepirate.org/bcachefs
Linus Torvalds
2024-08-25
25
-192
/
+387
|
\
\
|
*
|
bcachefs: Fix rebalance_work accounting
Kent Overstreet
2024-08-24
5
-27
/
+98
|
*
|
bcachefs: Fix failure to flush moves before sleeping in copygc
Kent Overstreet
2024-08-24
1
-1
/
+1
|
*
|
bcachefs: don't use rht_bucket() in btree_key_cache_scan()
Kent Overstreet
2024-08-22
1
-3
/
+27
|
*
|
bcachefs: add missing inode_walker_exit()
Kent Overstreet
2024-08-22
1
-0
/
+2
|
*
|
bcachefs: clear path->should_be_locked in bch2_btree_key_cache_drop()
Kent Overstreet
2024-08-22
1
-0
/
+1
|
*
|
bcachefs: Fix double assignment in check_dirent_to_subvol()
Yuesong Li
2024-08-22
1
-1
/
+0
|
*
|
bcachefs: Fix refcounting in discard path
Kent Overstreet
2024-08-22
1
-6
/
+6
|
*
|
bcachefs: Fix compat issue with old alloc_v4 keys
Kent Overstreet
2024-08-22
3
-24
/
+36
|
*
|
bcachefs: Fix warning in bch2_fs_journal_stop()
Kent Overstreet
2024-08-22
1
-1
/
+1
|
*
|
fs/super.c: improve get_tree() error message
Kent Overstreet
2024-08-22
1
-2
/
+2
|
*
|
bcachefs: Fix missing validation in bch2_sb_journal_v2_validate()
Kent Overstreet
2024-08-22
1
-0
/
+15
|
*
|
bcachefs: Fix replay_now_at() assert
Kent Overstreet
2024-08-22
1
-1
/
+7
|
*
|
bcachefs: Fix locking in bch2_ioc_setlabel()
Kent Overstreet
2024-08-22
1
-2
/
+1
|
*
|
bcachefs: fix failure to relock in btree_node_fill()
Kent Overstreet
2024-08-22
1
-0
/
+4
|
*
|
bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()
Kent Overstreet
2024-08-22
3
-21
/
+44
|
*
|
bcachefs: unlock_long() before resort in journal replay
Kent Overstreet
2024-08-22
1
-0
/
+1
|
*
|
bcachefs: fix missing bch2_err_str()
Kent Overstreet
2024-08-22
1
-2
/
+1
|
*
|
bcachefs: fix time_stats_to_text()
Kent Overstreet
2024-08-22
1
-1
/
+0
|
*
|
bcachefs: Fix bch2_bucket_gens_init()
Kent Overstreet
2024-08-22
1
-1
/
+1
|
*
|
bcachefs: Fix bch2_trigger_alloc assert
Kent Overstreet
2024-08-22
1
-1
/
+1
|
*
|
bcachefs: Fix failure to relock in btree_node_get()
Kent Overstreet
2024-08-22
1
-0
/
+4
|
*
|
bcachefs: setting bcachefs_effective.* xattrs is a noop
Kent Overstreet
2024-08-22
1
-1
/
+11
|
*
|
bcachefs: Fix "trying to move an extent, but nr_replicas=0"
Kent Overstreet
2024-08-22
1
-17
/
+12
|
*
|
bcachefs: bch2_data_update_init() cleanup
Kent Overstreet
2024-08-22
1
-78
/
+101
|
*
|
bcachefs: Extra debug for data move path
Kent Overstreet
2024-08-19
2
-0
/
+5
|
*
|
bcachefs: Fix incorrect gfp flags
Kent Overstreet
2024-08-18
1
-1
/
+1
|
*
|
bcachefs: fix field-spanning write warning
Kent Overstreet
2024-08-18
1
-1
/
+2
|
*
|
bcachefs: Reallocate table when we're increasing size
Kent Overstreet
2024-08-18
1
-1
/
+3
*
|
|
Merge tag '6.11-rc5-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2024-08-25
2
-10
/
+10
|
\
\
\
|
*
|
|
smb/server: update misguided comment of smb2_allocate_rsp_buf()
ChenXiaoSong
2024-08-22
1
-1
/
+1
|
*
|
|
smb/server: remove useless assignment of 'file_present' in smb2_open()
ChenXiaoSong
2024-08-22
1
-1
/
+0
|
*
|
|
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2024-08-22
2
-6
/
+6
|
*
|
|
smb/server: fix return value of smb2_open()
ChenXiaoSong
2024-08-22
1
-1
/
+1
|
*
|
|
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
2024-08-22
1
-1
/
+2
*
|
|
|
Merge tag 's390-6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2024-08-25
9
-34
/
+91
|
\
\
\
\
|
*
|
|
|
s390/boot: Fix KASLR base offset off by __START_KERNEL bytes
Alexander Gordeev
2024-08-22
6
-31
/
+52
|
*
|
|
|
s390/boot: Avoid possible physmem_info segment corruption
Alexander Gordeev
2024-08-22
1
-2
/
+2
|
*
|
|
|
s390/ap: Refine AP bus bindings complete processing
Harald Freudenberger
2024-08-21
1
-1
/
+6
|
*
|
|
|
s390/mm: Pin identity mapping base to zero
Alexander Gordeev
2024-08-21
2
-1
/
+15
[next]