index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-04-05
smb: client: Remove unnecessary selection of CRYPTO_ECB
Eric Biggers
-2
/
+0
2026-04-05
smb/client: move smb2maperror declarations to smb2proto.h
ZhangGuoDong
-8
/
+8
2026-04-05
smb/client: introduce KUnit tests to check DOS/SRV err mapping search
Youling Tang
-5
/
+59
2026-04-05
smb/client: check if SMB1 DOS/SRV error mapping arrays are sorted
Youling Tang
-0
/
+12
2026-04-05
smb/client: use binary search for SMB1 DOS/SRV error mapping
Huiwen He
-30
/
+37
2026-04-05
smb/client: autogenerate SMB1 DOS/SRV to POSIX error mapping
Huiwen He
-79
/
+62
2026-04-05
smb/client: annotate smberr.h with POSIX error codes
Huiwen He
-142
/
+256
2026-04-05
smb/client: move ERRnetlogonNotStarted to DOS error class
Huiwen He
-1
/
+1
2026-04-05
smb/client: introduce KUnit test to check ntstatus_to_dos_map search
Youling Tang
-0
/
+95
2026-04-05
smb/client: check if ntstatus_to_dos_map is sorted
Youling Tang
-0
/
+39
2026-04-05
smb/client: use binary search for NT status to DOS mapping
Huiwen He
-13
/
+19
2026-04-05
smb/client: refactor ntstatus_to_dos() to return mapping entry
Huiwen He
-32
/
+19
2026-04-05
smb/client: replace nt_errs with ntstatus_to_dos_map
Huiwen He
-719
/
+12
2026-04-05
smb/client: autogenerate SMB1 NT status to DOS error mapping
Huiwen He
-555
/
+122
2026-04-05
smb/client: annotate nterr.h with DOS error codes
Huiwen He
-533
/
+534
2026-04-05
smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()
SunJianHao
-1
/
+1
2026-04-05
fs/smb/client: add verbose error logging for UNC parsing
Fredric Cover
-3
/
+9
2026-04-05
fs: afs: restore mmap_prepare implementation
Lorenzo Stoakes (Oracle)
-13
/
+29
2026-04-05
fs: afs: revert mmap_prepare() change
Lorenzo Stoakes (Oracle)
-6
/
+6
2026-04-05
mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Lorenzo Stoakes (Oracle)
-2
/
+1
2026-04-05
mm: vmalloc: update outdated comment for renamed vread()
Kexin Sun
-1
/
+1
2026-04-05
mm: reintroduce vma_desc_test() as a singular flag test
Lorenzo Stoakes (Oracle)
-3
/
+3
2026-04-05
mm: add vma_desc_test_all() and use it
Lorenzo Stoakes (Oracle)
-4
/
+2
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
-7
/
+7
2026-04-05
folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
Tal Zussman
-2
/
+2
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
-16
/
+16
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
-13
/
+0
2026-04-05
mm: remove stray references to struct pagevec
Tal Zussman
-3
/
+0
2026-04-05
mm: vmalloc: streamline vmalloc memory accounting
Johannes Weiner
-1
/
+2
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
-2
/
+2
2026-04-03
lsm: add backing_file LSM hooks
Paul Moore
-14
/
+50
2026-04-03
fs: prepare for adding LSM blob to backing_file
Amir Goldstein
-2
/
+20
2026-04-03
exfat: use exfat_chain_advance helper
Chi Zhiling
-74
/
+25
2026-04-03
exfat: introduce exfat_chain_advance helper
Chi Zhiling
-0
/
+21
2026-04-03
exfat: remove NULL cache pointer case in exfat_ent_get
Chi Zhiling
-14
/
+9
2026-04-03
exfat: use exfat_cluster_walk helper
Chi Zhiling
-45
/
+13
2026-04-03
exfat: introduce exfat_cluster_walk helper
Chi Zhiling
-1
/
+22
2026-04-03
exfat: fix incorrect directory checksum after rename to shorter name
Chi Zhiling
-0
/
+1
2026-04-02
ubifs: remove unnecessary cond_resched() from list_sort() compare
Kuan-Wei Chiu
-3
/
+0
2026-04-02
btrfs: use xor_gen
Christoph Hellwig
-23
/
+4
2026-04-02
Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-0
/
+4
2026-04-02
eventpoll: defer struct eventpoll free to RCU grace period
Nicholas Carlini
-1
/
+5
2026-04-02
Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd
Linus Torvalds
-32
/
+134
2026-04-02
fuse: support FSCONFIG_SET_FD for "fd" option
Miklos Szeredi
-7
/
+11
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
-24
/
+15
2026-04-02
fuse: don't require /dev/fuse fd to be kept open during mount
Miklos Szeredi
-27
/
+34
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
-18
/
+50
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
-66
/
+57
2026-04-02
fuse: check connection state on notification
Miklos Szeredi
-0
/
+7
2026-04-02
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
-11
/
+8
[prev]
[next]