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-02-26
btrfs: remove redundant warning message in btrfs_check_uuid_tree()
Filipe Manana
1
-1
/
+0
2026-02-26
btrfs: change warning messages to error level in open_ctree()
Filipe Manana
1
-3
/
+2
2026-02-26
btrfs: fix a double release on reserved extents in cow_one_range()
Qu Wenruo
1
-1
/
+16
2026-02-26
btrfs: handle discard errors in in btrfs_finish_extent_commit()
Jingkai Tan
1
-1
/
+7
2026-02-26
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
David Howells
4
-76
/
+218
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
1
-1
/
+14
2026-02-25
Merge tag 'erofs-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
5
-67
/
+62
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
9
-73
/
+138
2026-02-25
xfs: add static size checks for ioctl UABI
Wilfred Mallawa
1
-5
/
+34
2026-02-25
xfs: remove duplicate static size checks
Wilfred Mallawa
1
-9
/
+0
2026-02-25
xfs: Add comments for usages of some macros.
Nirjhar Roy (IBM)
1
-0
/
+9
2026-02-25
xfs: Update lazy counters in xfs_growfs_rt_bmblock()
Nirjhar Roy (IBM)
1
-0
/
+9
2026-02-25
xfs: Add a comment in xfs_log_sb()
Nirjhar Roy (IBM)
1
-0
/
+3
2026-02-25
xfs: Fix xfs_last_rt_bmblock()
Nirjhar Roy (IBM)
1
-6
/
+24
2026-02-25
xfs: don't report half-built inodes to fserror
Darrick J. Wong
2
-3
/
+14
2026-02-25
xfs: don't report metadata inodes to fserror
Darrick J. Wong
1
-2
/
+14
2026-02-25
xfs: fix potential pointer access race in xfs_healthmon_get
Darrick J. Wong
2
-5
/
+8
2026-02-25
xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
Darrick J. Wong
1
-2
/
+2
2026-02-25
xfs: fix xfs_group release bug in xfs_verify_report_losses
Darrick J. Wong
1
-2
/
+2
2026-02-25
xfs: fix copy-paste error in previous fix
Darrick J. Wong
1
-1
/
+1
2026-02-25
xfs: Fix error pointer dereference
Ethan Tidmore
1
-1
/
+6
2026-02-25
xfs: remove metafile inodes from the active inode stat
Christoph Hellwig
5
-5
/
+23
2026-02-25
xfs: cleanup inode counter stats
Christoph Hellwig
4
-18
/
+18
2026-02-25
xfs: fix code alignment issues in xfs_ondisk.c
Wilfred Mallawa
1
-2
/
+2
2026-02-25
xfs: Replace &rtg->rtg_group with rtg_group()
Nirjhar Roy (IBM)
2
-8
/
+8
2026-02-25
xfs: Refactoring the nagcount and delta calculation
Nirjhar Roy (IBM)
3
-15
/
+33
2026-02-25
xfs: Replace ASSERT with XFS_IS_CORRUPT in xfs_rtcopy_summary()
Nirjhar Roy (IBM)
1
-1
/
+4
2026-02-25
erofs: fix interlaced plain identification for encoded extents
Gao Xiang
1
-4
/
+5
2026-02-24
Squashfs: check metadata block offset is within range
Phillip Lougher
1
-0
/
+3
2026-02-24
nfsd: report the requested maximum number of threads instead of number running
Jeff Layton
2
-12
/
+13
2026-02-24
pidfs: avoid misleading break
Christian Brauner
1
-6
/
+4
2026-02-24
erofs: remove more unnecessary #ifdefs
Ferry Meng
1
-48
/
+35
2026-02-24
eventpoll: Fix integer overflow in ep_loop_check_proc()
Jann Horn
1
-2
/
+3
2026-02-23
binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
Andrei Vagin
1
-0
/
+6
2026-02-23
nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
Roberto Bergantinos Corpas
1
-1
/
+6
2026-02-23
rseq: slice ext: Ensure rseq feature size differs from original rseq size
Mathieu Desnoyers
1
-1
/
+2
2026-02-23
erofs: allow sharing page cache with the same aops only
Hongbo Li
3
-15
/
+22
2026-02-22
ksmbd: fix signededness bug in smb_direct_prepare_negotiation()
Nicholas Carlini
1
-2
/
+2
2026-02-22
ksmbd: Compare MACs in constant time
Eric Biggers
3
-3
/
+7
2026-02-22
smb: client: fix cifs_pick_channel when channels are equally loaded
Henrique Carvalho
1
-11
/
+10
2026-02-22
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2
-8
/
+7
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
20
-36
/
+26
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
28
-70
/
+35
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
25
-29
/
+29
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
307
-576
/
+576
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
516
-1355
/
+1276
2026-02-21
Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-2
/
+4
2026-02-21
Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2
-3
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
516
-1355
/
+1276
2026-02-20
Merge tag 'for-7.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
10
-21
/
+56
[prev]
[next]