index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
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
2025-06-04
NFS: Avoid flushing data while holding directory locks in nfs_rename()
Trond Myklebust
2
-1
/
+16
2025-06-04
nfs: don't share pNFS DS connections between net namespaces
Jeff Layton
4
-11
/
+14
2025-06-04
coredump: hand a pidfd to the usermode coredump helper
Christian Brauner
1
-7
/
+71
2025-06-04
coredump: fix error handling for replace_fd()
Christian Brauner
1
-2
/
+7
2025-06-04
btrfs: check folio mapping after unlock in relocate_one_folio()
Boris Burkov
1
-0
/
+6
2025-06-04
ksmbd: fix stream write failure
Namjae Jeon
1
-8
/
+6
2025-06-04
smb: client: Reset all search buffer pointers when releasing buffer
Wang Zhaolong
1
-0
/
+3
2025-06-04
smb: client: Fix use-after-free in cifs_fill_dirent
Wang Zhaolong
1
-2
/
+2
2025-06-04
__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock
Al Viro
1
-5
/
+1
2025-06-04
orangefs: Do not truncate file size
Matthew Wilcox (Oracle)
1
-4
/
+3
2025-06-04
gfs2: Check for empty queue in run_queue
Andreas Gruenbacher
1
-3
/
+8
2025-06-04
ext4: reject the 'data_err=abort' option in nojournal mode
Baokun Li
1
-0
/
+12
2025-06-04
ext4: reorder capability check last
Christian Göttsche
1
-2
/
+2
2025-06-04
dlm: make tcp still work in multi-link env
Heming Zhao
1
-2
/
+2
2025-06-04
btrfs: send: return -ENAMETOOLONG when attempting a path that is too long
Filipe Manana
1
-4
/
+2
2025-06-04
btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
Filipe Manana
1
-7
/
+11
2025-06-04
btrfs: fix non-empty delayed iputs list on unmount due to async workers
Filipe Manana
1
-0
/
+13
2025-06-04
btrfs: run btrfs_error_commit_super() early
Qu Wenruo
1
-7
/
+8
2025-06-04
btrfs: avoid linker error in btrfs_find_create_tree_block()
Mark Harmstone
1
-2
/
+5
2025-06-04
btrfs: make btrfs_discard_workfn() block_group ref explicit
Boris Burkov
1
-18
/
+16
2025-06-04
pNFS/flexfiles: Report ENETDOWN as a connection error
Trond Myklebust
1
-0
/
+1
2025-06-04
NFSv4: Treat ENETUNREACH errors as fatal for state recovery
Trond Myklebust
1
-1
/
+9
2025-06-04
cifs: Fix establishing NetBIOS session for SMB2+ connection
Pali Rohár
3
-6
/
+19
2025-06-04
NFS: Don't allow waiting for exiting tasks
Trond Myklebust
4
-3
/
+15
2025-06-04
NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
Trond Myklebust
1
-1
/
+2
2025-06-04
fuse: Return EPERM rather than ENOSYS from link()
Matt Johnston
1
-0
/
+2
2025-06-04
cifs: Fix negotiate retry functionality
Pali Rohár
3
-10
/
+10
2025-06-04
cifs: Fix querying and creating MF symlinks over SMB1
Pali Rohár
1
-4
/
+4
2025-06-04
cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
Pali Rohár
1
-1
/
+10
2025-05-22
btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
Filipe Manana
1
-5
/
+20
2025-05-22
smb: client: fix memory leak during error handling for POSIX mkdir
Jethro Donaldson
1
-1
/
+1
2025-05-22
btrfs: fix discard worker infinite loop after disabling discard
Filipe Manana
1
-2
/
+15
2025-05-22
NFSv4/pnfs: Reset the layout state after a layoutreturn
Trond Myklebust
1
-0
/
+9
2025-05-22
nfs: handle failure of nfs_get_lock_context in unlock path
Li Lingfeng
1
-1
/
+8
2025-05-22
binfmt_elf: Move brk for static PIE even if ASLR disabled
Kees Cook
1
-24
/
+47
2025-05-22
binfmt_elf: Honor PT_LOAD alignment for static PIE
Kees Cook
1
-5
/
+37
2025-05-22
binfmt_elf: Calculate total_size earlier
Kees Cook
1
-25
/
+27
2025-05-22
binfmt_elf: Leave a gap between .bss and brk
Kees Cook
1
-0
/
+3
2025-05-22
binfmt_elf: elf_bss no longer used by load_elf_binary()
Kees Cook
1
-5
/
+1
2025-05-22
binfmt_elf: Support segments with 0 filesz and misaligned starts
Eric W. Biederman
1
-63
/
+48
2025-05-22
binfmt: Fix whitespace issues
Kees Cook
3
-9
/
+9
2025-05-18
do_umount(): add missing barrier before refcount checks in sync case
Al Viro
1
-1
/
+2
2025-05-18
ocfs2: stop quota recovery before disabling quotas
Jan Kara
5
-9
/
+30
2025-05-18
ocfs2: implement handshaking with ocfs2 recovery thread
Jan Kara
2
-17
/
+39
2025-05-18
ocfs2: switch osb->disable_recovery to enum
Jan Kara
2
-7
/
+14
2025-05-18
ksmbd: fix memory leak in parse_lease_state()
Wang Zhaolong
1
-2
/
+5
2025-05-18
ksmbd: prevent out-of-bounds stream writes by validating *pos
Norbert Szetei
1
-0
/
+7
2025-05-09
xfs: restrict when we try to align cow fork delalloc to cowextsz hints
Darrick J. Wong
2
-26
/
+39
2025-05-09
xfs: allow unlinked symlinks and dirs with zero size
Darrick J. Wong
1
-5
/
+18
2025-05-09
xfs: fix freeing speculative preallocations for preallocated files
Christoph Hellwig
4
-20
/
+28
[next]