index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-06
bcachefs: JOURNAL_SPACE_LOW
Kent Overstreet
5
-12
/
+19
2024-04-06
bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINE
Kent Overstreet
1
-0
/
+4
2024-04-06
bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystems
Kent Overstreet
1
-44
/
+50
2024-04-06
Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+2
2024-04-06
Merge tag 'xfs-6.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+13
2024-04-06
Merge tag '6.9-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
22
-178
/
+369
2024-04-05
bcachefs: fix rand_delete unit test
Kent Overstreet
1
-1
/
+1
2024-04-05
bcachefs: fix ! vs ~ typo in __clear_bit_le64()
Dan Carpenter
1
-1
/
+1
2024-04-05
nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
Jeff Layton
1
-5
/
+2
2024-04-05
Merge tag '6.9-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
5
-8
/
+52
2024-04-05
Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-37
/
+19
2024-04-05
aio: Fix null ptr deref in aio_complete() wakeup
Kent Overstreet
1
-1
/
+1
2024-04-05
bcachefs: Fix rebalance from durability=0 device
Kent Overstreet
1
-4
/
+13
2024-04-04
nfs: Handle error of rpc_proc_register() in nfs_net_init().
Kuniyuki Iwashima
1
-1
/
+6
2024-04-04
Merge tag 'bcachefs-2024-04-03' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
39
-494
/
+1869
2024-04-04
bcachefs: Print shutdown journal sequence number
Kent Overstreet
1
-0
/
+5
2024-04-04
bcachefs: Further improve btree_update_to_text()
Kent Overstreet
2
-55
/
+48
2024-04-04
bcachefs: Move btree_updates to debugfs
Kent Overstreet
2
-9
/
+42
2024-04-04
bcachefs: Bump limit in btree_trans_too_many_iters()
Kent Overstreet
2
-1
/
+15
2024-04-04
bcachefs: Make snapshot_is_ancestor() safe
Kent Overstreet
1
-6
/
+13
2024-04-03
bcachefs: create debugfs dir for each btree
Thomas Bertschinger
1
-15
/
+15
2024-04-03
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in smb2_is_valid_lease_break()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
1
-0
/
+2
2024-04-03
smb: client: fix potential UAF in cifs_dump_full_key()
Paulo Alcantara
1
-1
/
+5
2024-04-03
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+12
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
7
-17
/
+85
2024-04-03
bcachefs: reconstruct_inode()
Kent Overstreet
1
-2
/
+50
2024-04-03
bcachefs: Subvolume reconstruction
Kent Overstreet
1
-19
/
+148
2024-04-03
bcachefs: Check for extents that point to same space
Kent Overstreet
2
-8
/
+168
2024-04-03
bcachefs: Reconstruct missing snapshot nodes
Kent Overstreet
6
-6
/
+199
2024-04-03
bcachefs: Flag btrees with missing data
Kent Overstreet
6
-5
/
+44
2024-04-03
bcachefs: Topology repair now uses nodes found by scanning to fill holes
Kent Overstreet
2
-107
/
+199
2024-04-03
bcachefs: Repair pass for scanning for btree nodes
Kent Overstreet
12
-51
/
+605
2024-04-03
bcachefs: Don't skip fake btree roots in fsck
Kent Overstreet
1
-3
/
+0
2024-04-03
bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()
Kent Overstreet
3
-7
/
+7
2024-04-03
bcachefs: Etyzinger cleanups
Kent Overstreet
7
-182
/
+285
2024-04-03
bcachefs: bch2_shoot_down_journal_keys()
Kent Overstreet
3
-10
/
+35
2024-04-03
bcachefs: Clear recovery_passes_required as they complete without errors
Kent Overstreet
3
-12
/
+43
2024-04-03
Merge tag 'vboxsf-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ha...
Linus Torvalds
3
-7
/
+6
2024-04-03
security: Place security_path_post_mknod() where the original IMA call was
Roberto Sassu
1
-5
/
+2
2024-04-03
vboxsf: explicitly deny setlease attempts
Jeff Layton
1
-0
/
+1
2024-04-03
vboxsf: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-04-03
vboxsf: Avoid an spurious warning if load_nls_xxx() fails
Christophe JAILLET
1
-1
/
+2
2024-04-03
vboxsf: remove redundant variable out_len
Colin Ian King
1
-3
/
+0
2024-04-02
bcachefs: ratelimit informational fsck errors
Kent Overstreet
1
-4
/
+4
[prev]
[next]