index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-23
btrfs: fix leak of kobject name for sub-group space_info
Shin'ichiro Kawasaki
1
-1
/
+1
2026-03-23
btrfs: fix zero size inode with non-zero size after log replay
Filipe Manana
1
-33
/
+65
2026-03-23
btrfs: fix super block offset in error message in btrfs_validate_super()
Mark Harmstone
1
-2
/
+2
2026-03-23
smb/client: ensure smb2_mapping_table rebuild on cmd changes
Huiwen He
1
-3
/
+4
2026-03-23
xfs: remove redundant validation in xlog_recover_attri_commit_pass2
Long Li
1
-46
/
+0
2026-03-23
xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
Long Li
1
-2
/
+2
2026-03-23
xfs: close crash window in attr dabtree inactivation
Long Li
1
-38
/
+57
2026-03-23
xfs: factor out xfs_attr3_leaf_init
Long Li
2
-0
/
+25
2026-03-23
xfs: factor out xfs_attr3_node_entry_remove
Long Li
2
-11
/
+44
2026-03-23
xfs: only assert new size for datafork during truncate extents
Long Li
1
-1
/
+2
2026-03-22
ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()
Namjae Jeon
1
-8
/
+12
2026-03-22
ksmbd: fix memory leaks and NULL deref in smb2_lock()
Werner Kasselman
1
-9
/
+18
2026-03-22
ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
Werner Kasselman
1
-27
/
+45
2026-03-22
ksmbd: do not expire session on binding failure
Hyunwoo Kim
1
-2
/
+8
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
18
-40
/
+341
2026-03-20
Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-3
/
+6
2026-03-20
Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-33
/
+21
2026-03-20
Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-8
/
+18
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
3
-9
/
+14
2026-03-19
smb: client: fix generic/694 due to wrong ->i_blocks
Paulo Alcantara
4
-32
/
+16
2026-03-19
netfs: Fix read abandonment during retry
David Howells
1
-1
/
+4
2026-03-19
vfs: fix docstring of hash_name()
Jori Koolstra
1
-2
/
+8
2026-03-18
Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-21
/
+97
2026-03-18
fs/tests: exec: Remove bad test vector
Kees Cook
1
-3
/
+0
2026-03-19
erofs: add GFP_NOIO in the bio completion if needed
Jiucheng Xu
1
-0
/
+3
2026-03-18
iomap: fix invalid folio access when i_blkbits differs from I/O granularity
Joanne Koong
1
-5
/
+10
2026-03-18
xfs: annotate struct xfs_attr_list_context with __counted_by_ptr
Bill Wendling
3
-3
/
+4
2026-03-18
xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIA
Christoph Hellwig
1
-10
/
+8
2026-03-18
xfs: scrub: unlock dquot before early return in quota scrub
hongao
1
-1
/
+3
2026-03-18
xfs: refactor xfsaild_push loop into helper
Yuto Ohnuki
1
-58
/
+69
2026-03-18
xfs: save ailp before dropping the AIL lock in push callbacks
Yuto Ohnuki
2
-4
/
+14
2026-03-18
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
2
-11
/
+51
2026-03-18
xfs: stop reclaim before pushing AIL during unmount
Yuto Ohnuki
1
-3
/
+4
2026-03-17
ksmbd: fix use-after-free in durable v2 replay of active file handles
Hyunwoo Kim
1
-1
/
+5
2026-03-17
ksmbd: fix use-after-free of share_conf in compound request
Hyunwoo Kim
1
-0
/
+2
2026-03-17
ksmbd: use volume UUID in FS_OBJECT_ID_INFORMATION
Namjae Jeon
1
-4
/
+4
2026-03-17
ksmbd: unset conn->binding on failed binding request
Namjae Jeon
1
-0
/
+1
2026-03-17
ksmbd: fix share_conf UAF in tree_conn disconnect
Nicholas Carlini
1
-3
/
+6
2026-03-17
fs: clear I_DIRTY_TIME in sync_lazytime
Christoph Hellwig
1
-3
/
+15
2026-03-17
btrfs: reject root items with drop_progress and zero drop_level
ZhengYuan Huang
1
-0
/
+17
2026-03-17
btrfs: check block group before marking it unused in balance_remap_chunks()
Mark Harmstone
1
-8
/
+17
2026-03-17
btrfs: hold block group reference during entire move_existing_remap()
Mark Harmstone
1
-5
/
+4
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()
Qu Wenruo
1
-2
/
+2
2026-03-17
btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()
Qu Wenruo
1
-1
/
+1
2026-03-17
btrfs: do not touch page cache for encoded writes
Qu Wenruo
1
-3
/
+7
2026-03-17
btrfs: fix a bug that makes encoded write bio larger than expected
Qu Wenruo
2
-3
/
+5
2026-03-17
btrfs: reserve enough transaction items for qgroup ioctls
Filipe Manana
1
-3
/
+9
2026-03-17
btrfs: check for NULL root after calls to btrfs_csum_root()
Filipe Manana
7
-6
/
+84
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
8
-9
/
+195
2026-03-17
erofs: set fileio bio failed in short read case
Sheng Yong
1
-4
/
+2
[prev]
[next]