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
2019-10-31
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
1
-2
/
+68
2019-10-31
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Steven J. Magnani
1
-33
/
+60
2019-10-31
NFSv4: Handle the special Linux file open access mode
Trond Myklebust
2
-1
/
+2
2019-10-31
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
1
-4
/
+8
2019-10-05
SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write
Steve French
1
-1
/
+1
2019-10-05
btrfs: start readahead also in seed devices
Naohiro Aota
1
-0
/
+5
2019-10-05
Btrfs: fix race between readahead and device replace/removal
Filipe Manana
1
-0
/
+2
2019-10-05
fs/ocfs2: fix race in ocfs2_dentry_attach_lock()
Wengang Wang
1
-0
/
+12
2019-10-05
cifs: add spinlock for the openFileList to cifsInodeInfo
Ronnie Sahlberg
3
-2
/
+12
2019-10-05
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
Roberto Bergantinos Corpas
1
-1
/
+3
2019-10-05
configfs: Fix use-after-free when accessing sd->s_dentry
Sahitya Tummala
1
-8
/
+6
2019-10-05
Btrfs: fix race between ranged fsync and writeback of adjacent ranges
Filipe Manana
1
-0
/
+12
2019-09-23
xfs: clear sb->s_fs_info on mount failure
Dave Chinner
1
-0
/
+10
2019-09-23
GFS2: don't set rgrp gl_object until it's inserted into rgrp tree
Bob Peterson
1
-5
/
+8
2019-09-23
GFS2: Fix rgrp end rounding problem for bsize < page size
Bob Peterson
1
-2
/
+3
2019-09-23
ocfs2: fix ocfs2 read inode data panic in ocfs2_iget
Shuning Zhang
1
-1
/
+29
2019-09-23
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
1
-0
/
+7
2019-09-23
NFS4: Fix v4.0 client state corruption when mount
ZhangXiaoxu
1
-0
/
+4
2019-09-23
cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()
Christoph Probst
1
-6
/
+8
2019-09-23
ceph: flush dirty inodes before proceeding with remount
Jeff Layton
1
-0
/
+7
2019-09-23
ext4: actually request zeroing of inode table after grow
Kirill Tkhai
1
-1
/
+1
2019-09-23
fuse: fallocate: fix return with locked inode
Miklos Szeredi
1
-1
/
+1
2019-09-23
fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
Liu Bo
1
-0
/
+7
2019-09-23
fuse: fix writepages on 32bit
Miklos Szeredi
1
-1
/
+1
2019-09-23
jbd2: check superblock mapped prior to committing
Jiufei Xue
1
-0
/
+4
2019-08-20
ext4: cleanup bh release code in ext4_ind_remove_space()
zhangyi (F)
1
-25
/
+22
2019-08-20
ext4: brelse all indirect buffer in ext4_ind_remove_space()
zhangyi (F)
1
-4
/
+8
2019-08-13
mm/page_alloc.c: calculate 'available' memory in a separate function
Igor Redko
1
-30
/
+1
2019-08-13
proc: meminfo: estimate available memory more conservatively
Johannes Weiner
1
-4
/
+1
2019-08-13
ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
Al Viro
1
-1
/
+1
2019-08-13
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
1
-2
/
+4
2019-08-13
cifs: do not attempt cifs operation on smb2+ rename error
Frank Sorenson
1
-0
/
+4
2019-08-13
ceph: ensure d_name stability in ceph_dentry_hash()
Jeff Layton
1
-1
/
+5
2019-08-13
CIFS: keep FileInfo handle live during oplock break
Aurelien Aptel
4
-10
/
+53
2019-08-13
cifs: fix handle leak in smb2_query_symlink()
Ronnie Sahlberg
1
-0
/
+2
2019-08-13
btrfs: correctly validate compression type
Johannes Thumshirn
3
-3
/
+21
2019-08-13
btrfs: prop: fix vanished compression property after failed set
Anand Jain
1
-2
/
+2
2019-08-13
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
1
-1
/
+2
2019-08-13
afs: Fix StoreData op marshalling
David Howells
1
-3
/
+3
2019-08-13
NFS: fix mount/umount race in nlmclnt.
NeilBrown
1
-2
/
+1
2019-08-13
udf: Fix crash on IO error during truncate
Jan Kara
1
-0
/
+3
2019-08-13
ext4: add missing brelse() in add_new_gdb_meta_bg()
Lukas Czerner
1
-2
/
+9
2019-08-13
ext4: fix data corruption caused by unaligned direct AIO
Lukas Czerner
1
-1
/
+1
2019-07-09
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
1
-1
/
+3
2019-07-09
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
2
-2
/
+21
2019-07-09
CIFS: Fix read after write for files with read caching
Pavel Shilovsky
1
-5
/
+7
2019-07-09
nfsd: fix memory corruption caused by readdir
NeilBrown
2
-2
/
+15
2019-07-09
CIFS: Do not reset lease state to NONE on lease break
Pavel Shilovsky
2
-5
/
+25
2019-07-09
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
5
-30
/
+53
2019-07-09
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
1
-7
/
+8
[next]