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-08
cifs: Fix cifs_dump_mids() to call ->dump_detail
David Howells
1
-1
/
+1
2026-02-08
cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
David Howells
2
-7
/
+6
2026-02-08
cifs: SMB1 split: Move BCC access functions
David Howells
2
-35
/
+34
2026-02-08
cifs: SMB1 split: Adjust #includes
David Howells
13
-11
/
+4
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
23
-2358
/
+2363
2026-02-08
cifs: SMB1 split: Add some #includes
David Howells
2
-4
/
+5
2026-02-08
cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.c
David Howells
4
-128
/
+128
2026-02-08
cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.c
David Howells
3
-171
/
+173
2026-02-08
cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
David Howells
3
-200
/
+206
2026-02-08
cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
David Howells
3
-12
/
+39
2026-02-08
cifs: SMB1 split: Rename cifstransport.c
David Howells
2
-1
/
+4
2026-02-08
cifs: Scripted clean up fs/smb/client/ntlmssp.h
David Howells
1
-7
/
+8
2026-02-08
cifs: Scripted clean up fs/smb/client/reparse.h
David Howells
1
-6
/
+7
2026-02-08
cifs: Scripted clean up fs/smb/client/smb2proto.h
David Howells
1
-252
/
+216
2026-02-08
cifs: Scripted clean up fs/smb/client/cifs_debug.h
David Howells
1
-1
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/cifs_swn.h
David Howells
1
-5
/
+5
2026-02-08
cifs: Scripted clean up fs/smb/client/compress.h
David Howells
1
-1
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/cifs_spnego.h
David Howells
1
-2
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/fs_context.h
David Howells
1
-7
/
+9
2026-02-08
cifs: Scripted clean up fs/smb/client/fscache.h
David Howells
1
-5
/
+5
2026-02-08
cifs: Scripted clean up fs/smb/client/cifsglob.h
David Howells
1
-6
/
+6
2026-02-08
cifs: Scripted clean up fs/smb/client/dns_resolve.h
David Howells
1
-2
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/dfs_cache.h
David Howells
1
-7
/
+12
2026-02-08
cifs: Scripted clean up fs/smb/client/cifsfs.h
David Howells
1
-56
/
+58
2026-02-08
cifs: Scripted clean up fs/smb/client/netlink.h
David Howells
1
-2
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/cifs_unicode.h
David Howells
1
-8
/
+9
2026-02-08
cifs: Scripted clean up fs/smb/client/cifsproto.h
David Howells
1
-486
/
+445
2026-02-08
cifs: Scripted clean up fs/smb/client/dfs.h
David Howells
1
-1
/
+2
2026-02-08
cifs: Scripted clean up fs/smb/client/cached_dir.h
David Howells
1
-17
/
+13
2026-02-08
smb: client: add multichannel async work for CONFIG_CIFS_DFS_UPCALL=n
Henrique Carvalho
1
-0
/
+14
2026-02-08
smb: client: introduce multichannel async work during mount
Henrique Carvalho
2
-3
/
+63
2026-02-08
smb: client: prevent races in ->query_interfaces()
Henrique Carvalho
1
-11
/
+8
2026-02-08
smb: client: add proper locking around ses->iface_last_update
Henrique Carvalho
1
-0
/
+2
2026-02-08
smb: client: split cached_fid bitfields to avoid shared-byte RMW races
Henrique Carvalho
1
-4
/
+4
2026-02-08
cifs: Fix locking usage for tcon fields
Shyam Prasad N
5
-10
/
+11
2026-02-08
cifs: Corrections to lock ordering notes
Shyam Prasad N
1
-4
/
+11
2026-02-08
cifs: make retry logic in read/write path consistent with other paths
Shyam Prasad N
2
-7
/
+74
2026-02-08
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
1
-1
/
+0
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
4
-6
/
+17
2026-02-08
cifs: on replayable errors back-off before replay, not after
Shyam Prasad N
4
-42
/
+129
2026-02-08
smb: client: fix potential UAF and double free in smb2_open_file()
Paulo Alcantara
1
-0
/
+2
2026-02-08
procfs: fix missing RCU protection when reading real_parent in do_task_stat()
Jinliang Zheng
1
-1
/
+1
2026-02-06
pstore/ram: fix buffer overflow in persistent_ram_save_old()
Sai Ritvik Tanksalkar
1
-0
/
+11
2026-02-06
pstore: ram_core: fix incorrect success return when vmap() fails
Ruipeng Qi
1
-0
/
+7
2026-02-06
hfsplus: avoid double unload_nls() on mount failure
Shardul Bankar
1
-1
/
+0
2026-02-06
Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-15
/
+27
2026-02-06
Merge tag 'ceph-for-6.19-rc9' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-15
/
+42
2026-02-06
ovl: relax requirement for uuid=off,index=on
Amir Goldstein
3
-17
/
+21
2026-02-06
erofs: fix UAF issue for file-backed mounts w/ directio option
Chao Yu
1
-1
/
+6
2026-02-05
procfs: avoid fetching build ID while holding VMA lock
Andrii Nakryiko
1
-15
/
+27
[prev]
[next]