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
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
2021-05-19
ext4: fix debug format string warning
Arnd Bergmann
2
-4
/
+3
2021-05-19
debugfs: Make debugfs_allow RO after init
Kees Cook
1
-1
/
+1
2021-05-19
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
3
-12
/
+13
2021-05-19
f2fs: compress: fix race condition of overwrite vs truncate
Chao Yu
1
-23
/
+12
2021-05-19
f2fs: compress: fix to free compress page correctly
Chao Yu
1
-1
/
+2
2021-05-19
dax: Wake up all waiters after invalidating dax entry
Vivek Goyal
1
-1
/
+1
2021-05-19
dax: Add a wakeup mode parameter to put_unlocked_entry()
Vivek Goyal
1
-7
/
+7
2021-05-19
dax: Add an enum for specifying dax wakup mode
Vivek Goyal
1
-6
/
+17
2021-05-19
btrfs: fix race leading to unpersisted data and metadata on fsync
Filipe Manana
2
-12
/
+27
2021-05-19
btrfs: fix deadlock when cloning inline extents and using qgroups
Filipe Manana
5
-7
/
+7
2021-05-19
mm/hugetlb: fix F_SEAL_FUTURE_WRITE
Peter Xu
1
-0
/
+5
2021-05-19
squashfs: fix divide error in calculate_skip()
Phillip Lougher
1
-3
/
+3
2021-05-19
hfsplus: prevent corruption in shrinking truncate
Jouni Roivas
1
-3
/
+4
2021-05-19
fs/proc/generic.c: fix incorrect pde_is_permanent check
Colin Ian King
1
-1
/
+1
2021-05-19
ceph: fix inode leak on getattr error in __fh_to_dentry
Jeff Layton
1
-1
/
+3
2021-05-19
nfsd: ensure new clients break delegations
J. Bruce Fields
1
-5
/
+19
2021-05-19
NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're unmounting
Trond Myklebust
1
-8
/
+9
2021-05-19
NFSv4.2 fix handling of sr_eof in SEEK's reply
Olga Kornievskaia
1
-1
/
+4
2021-05-19
pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()
Nikola Livic
1
-1
/
+1
2021-05-19
NFS: Deal correctly with attribute generation counter overflow
Trond Myklebust
1
-4
/
+4
2021-05-19
NFSv4.2: Always flush out writes in nfs42_proc_fallocate()
Trond Myklebust
1
-7
/
+9
2021-05-19
NFS: Fix attribute bitmask in _nfs42_proc_fallocate()
Trond Myklebust
1
-2
/
+8
2021-05-19
NFS: nfs4_bitmask_adjust() must not change the server global bitmasks
Trond Myklebust
1
-22
/
+34
2021-05-19
f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()
Chao Yu
1
-3
/
+3
2021-05-19
NFS: Only change the cookie verifier if the directory page cache is empty
Trond Myklebust
1
-1
/
+6
2021-05-19
NFS: Fix handling of cookie verifier in uncached_readdir()
Trond Myklebust
1
-6
/
+7
2021-05-19
nfs: Subsequent READDIR calls should carry non-zero cookieverifier
Nagendra S Tomar
1
-0
/
+2
2021-05-19
f2fs: Fix a hungtask problem in atomic write
Yi Zhuang
1
-13
/
+17
2021-05-19
fs: 9p: fix v9fs_file_open writeback fid error check
Yang Yingliang
1
-2
/
+2
2021-05-19
f2fs: fix to cover __allocate_new_section() with curseg_lock
Chao Yu
1
-0
/
+4
2021-05-19
f2fs: fix to avoid touching checkpointed data in get_victim()
Chao Yu
4
-24
/
+55
2021-05-19
f2fs: fix to update last i_size if fallocate partially succeeds
Chao Yu
1
-11
/
+11
2021-05-19
f2fs: fix to align to section for fallocate() on pinned file
Chao Yu
3
-19
/
+36
2021-05-19
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
1
-1
/
+2
2021-05-19
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
1
-0
/
+13
2021-05-19
f2fs: fix to allow migrating fully valid segment
Chao Yu
5
-16
/
+20
2021-05-19
cuse: prevent clone
Miklos Szeredi
1
-0
/
+2
2021-05-19
virtiofs: fix userns
Miklos Szeredi
1
-2
/
+1
2021-05-19
fuse: invalidate attrs when page writeback completes
Vivek Goyal
1
-0
/
+9
2021-05-19
fs: dlm: add shutdown hook
Alexander Aring
3
-28
/
+35
2021-05-19
fs: dlm: flush swork on shutdown
Alexander Aring
1
-4
/
+1
2021-05-19
fs: dlm: check on minimum msglen size
Alexander Aring
1
-3
/
+4
2021-05-19
fs: dlm: change allocation limits
Alexander Aring
1
-2
/
+4
2021-05-19
fs: dlm: add check if dlm is currently running
Alexander Aring
3
-3
/
+36
2021-05-19
fs: dlm: add errno handling to check callback
Alexander Aring
1
-7
/
+16
2021-05-19
fs: dlm: fix mark setting deadlock
Alexander Aring
4
-35
/
+45
2021-05-19
fs: dlm: fix debugfs dump
Alexander Aring
1
-0
/
+1
2021-05-14
afs: Fix speculative status fetches
David Howells
6
-2
/
+23
2021-05-14
ovl: invalidate readdir cache on changes to dir with origin
Amir Goldstein
3
-37
/
+36
2021-05-14
ovl: show "userxattr" in the mount data
Giuseppe Scrivano
1
-0
/
+2
[next]