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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-10-10
NFS: Fix a race in __nfs_list_for_each_server()
Trond Myklebust
1
-1
/
+1
2023-10-10
NFSv4: Fix a nfs4_state_manager() race
Trond Myklebust
1
-0
/
+7
2023-10-10
NFS: Add a helper nfs_client_for_each_server()
Trond Myklebust
2
-1
/
+38
2023-10-10
NFS4: Trace state recovery operation
Chuck Lever
2
-0
/
+96
2023-10-10
fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
Greg Ungerer
1
-3
/
+2
2023-10-10
btrfs: properly report 0 avail for very full file systems
Josef Bacik
1
-1
/
+1
2023-10-10
nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
Pan Bian
1
-3
/
+3
2023-10-10
ext4: do not let fstrim block system suspend
Jan Kara
1
-2
/
+10
2023-10-10
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
1
-21
/
+25
2023-10-10
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-10-10
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
1
-6
/
+12
2023-10-10
ext4: change s_last_trim_minblks type to unsigned long
Lukas Czerner
2
-3
/
+3
2023-10-10
ext4: scope ret locally in ext4_try_to_trim_range()
Lukas Bulwahn
1
-3
/
+2
2023-10-10
ext4: add new helper interface ext4_try_to_trim_range()
Wang Jianchao
1
-45
/
+57
2023-10-10
ext4: remove the 'group' parameter of ext4_trim_extent
Wang Jianchao
1
-5
/
+4
2023-10-10
NFS/pNFS: Report EINVAL errors from connect() to the server
Trond Myklebust
1
-0
/
+1
2023-09-23
ext4: fix rec_len verify error
Shida Zhang
1
-11
/
+15
2023-09-23
tracefs: Add missing lockdown check to tracefs_create_dir()
Steven Rostedt (Google)
1
-0
/
+3
2023-09-23
nfsd: fix change_info in NFSv4 RENAME replies
Jeff Layton
1
-2
/
+2
2023-09-23
btrfs: fix lockdep splat and potential deadlock after failure running delayed...
Filipe Manana
1
-3
/
+16
2023-09-23
attr: block mode changes of symlinks
Christian Brauner
1
-2
/
+18
2023-09-23
btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super
Anand Jain
1
-5
/
+3
2023-09-23
btrfs: add a helper to read the superblock metadata_uuid
Anand Jain
2
-0
/
+9
2023-09-23
btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
Josef Bacik
2
-2
/
+2
2023-09-23
jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount
Liu Shixin via Jfs-discussion
1
-0
/
+1
2023-09-23
fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()
Andrew Kanner
1
-0
/
+1
2023-09-23
ext2: fix datatype of block number in ext2_xattr_set2()
Georg Ottinger
1
-2
/
+2
2023-09-23
locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock
Will Shiu
1
-1
/
+1
2023-09-23
btrfs: output extra debug info if we failed to find an inline backref
Qu Wenruo
1
-0
/
+5
2023-09-23
autofs: fix memory leak of waitqueues in autofs_catatonic_mode
Fedor Pchelkin
1
-1
/
+2
2023-09-23
btrfs: use the correct superblock to compare fsid in btrfs_validate_super
Anand Jain
1
-3
/
+2
2023-09-23
btrfs: don't start transaction when joining with TRANS_JOIN_NOSTART
Filipe Manana
1
-3
/
+4
2023-09-23
fuse: nlookup missing decrement in fuse_direntplus_link
ruanmeisi
1
-1
/
+9
2023-09-23
NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info
Fedor Pchelkin
1
-1
/
+1
2023-09-23
udf: initialize newblock to 0
Tom Rix
1
-3
/
+1
2023-09-23
pstore/ram: Check start of empty przs during init
Enlin Mu
1
-1
/
+1
2023-09-23
fsverity: skip PKCS#7 parser when keyring is empty
Eric Biggers
1
-0
/
+16
2023-09-23
dlm: fix plock lookup when using multiple lockspaces
Alexander Aring
1
-3
/
+3
2023-09-23
procfs: block chmod on /proc/thread-self/comm
Aleksa Sarai
1
-1
/
+2
2023-09-23
NFS: Guard against READDIR loop when entry names exceed MAXNAMELEN
Benjamin Coddington
2
-2
/
+2
2023-09-23
NFSD: da_addr_body field missing in some GETDEVICEINFO replies
Chuck Lever
3
-14
/
+29
2023-09-23
fs: lockd: avoid possible wrong NULL parameter
Su Hui
1
-0
/
+3
2023-09-23
jfs: validate max amount of blocks before allocation.
Alexei Filippov
1
-0
/
+5
2023-09-23
nfs/blocklayout: Use the passed in gfp flags
Dan Carpenter
1
-2
/
+2
2023-09-23
quota: fix dqput() to follow the guarantees dquot_srcu should provide
Baokun Li
1
-18
/
+78
2023-09-23
quota: add new helper dquot_active()
Baokun Li
1
-9
/
+14
2023-09-23
quota: rename dquot_active() to inode_quota_active()
Baokun Li
1
-10
/
+10
2023-09-23
quota: factor out dquot_write_dquot()
Baokun Li
1
-23
/
+16
2023-09-23
quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list
Chengguang Xu
1
-2
/
+0
2023-09-23
fs: ocfs2: namei: check return value of ocfs2_add_entry()
Artem Chernyshev
1
-0
/
+4
[next]