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
2017-05-28
nfsd: encoders mustn't use unitialized values in error cases
J. Bruce Fields
1
-4
/
+4
2017-05-28
CIFS: add misssing SFM mapping for doublequote
Björn Jacke
2
-0
/
+7
2017-05-17
ceph: fix memory leak in __ceph_setxattr()
Luis Henriques
1
-0
/
+3
2017-05-17
SMB3: Work around mount failure when using SMB3 dialect to Macs
Steve French
1
-3
/
+11
2017-05-17
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
Björn Jacke
1
-2
/
+2
2017-05-17
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Andrey Ryabinin
1
-6
/
+5
2017-05-17
Set unicode flag on cifs echo request to avoid Mac error
Steve French
1
-0
/
+3
2017-05-17
ext4: evict inline data when writing to memory map
Eric Biggers
1
-0
/
+5
2017-05-17
proc: Fix unbalanced hard link numbers
Takashi Iwai
1
-0
/
+1
2017-05-17
nfsd: stricter decoding of write-like NFSv2/v3 ops
J. Bruce Fields
2
-0
/
+6
2017-05-17
nfsd4: minor NFSv2/v3 write decoding cleanup
J. Bruce Fields
2
-8
/
+8
2017-05-17
nfsd: check for oversized NFSv2/v3 arguments
J. Bruce Fields
1
-0
/
+36
2017-05-17
cifs: Do not send echoes before Negotiate is complete
Sachin Prabhu
1
-0
/
+10
2017-05-17
CIFS: store results of cifs_reopen_file to avoid infinite wait
Germano Percossi
1
-3
/
+3
2017-05-17
CIFS: remove bad_network_name flag
Germano Percossi
2
-6
/
+0
2017-05-17
sysfs: be careful of error returns from ops->show()
NeilBrown
1
-2
/
+4
2017-05-17
Reset TreeId to zero on SMB2 TREE_CONNECT
Jan-Marek Glogowski
1
-0
/
+4
2017-05-17
ext4: mark inode dirty after converting inline directory
Eric Biggers
1
-3
/
+2
2017-05-17
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
OGAWA Hirofumi
1
-1
/
+12
2017-05-17
NFSv4: fix getacl ERANGE for some ACL buffer sizes
Weston Andros Adamson
1
-6
/
+2
2017-05-17
NFSv4: fix getacl head length estimation
J. Bruce Fields
1
-1
/
+1
2017-05-17
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
Trond Myklebust
1
-1
/
+1
2017-05-17
jbd2: don't leak modified metadata buffers on an aborted journal
Theodore Ts'o
1
-1
/
+3
2017-05-17
mnt: Tuck mounts under others instead of creating shadow/side mounts.
Eric W. Biederman
4
-63
/
+111
2017-05-17
ext4: trim allocation requests to group size
Jan Kara
1
-0
/
+7
2017-03-06
vfs: fix uninitialized flags in splice_to_pipe()
Miklos Szeredi
1
-0
/
+1
2017-03-06
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
Jeff Mahoney
1
-2
/
+4
2017-03-06
NFSD: Fix a null reference case in find_or_create_lock_stateid()
Kinglong Mee
3
-15
/
+13
2017-03-06
nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"
Chuck Lever
1
-0
/
+1
2017-03-06
ceph: fix bad endianness handling in parse_reply_info_extra
Jeff Layton
1
-4
/
+5
2017-03-06
ubifs: Fix journal replay wrt. xattr nodes
Richard Weinberger
1
-2
/
+23
2017-03-06
ocfs2: fix crash caused by stale lvb with fsdlm plugin
Eric Ren
3
-0
/
+19
2017-03-06
sysctl: Drop reference added by grab_header in proc_sys_readdir
Zhou Chengming
1
-1
/
+2
2017-03-06
mnt: Protect the mountpoint hashtable with mount_lock
Eric W. Biederman
2
-21
/
+50
2017-03-02
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
1
-1
/
+1
2017-01-12
fs: exec: apply CLOEXEC before changing dumpable task flags
Aleksa Sarai
1
-2
/
+8
2017-01-12
block_dev: don't test bdev->bd_contains when it is not stable
NeilBrown
1
-1
/
+1
2017-01-12
btrfs: limit async_work allocation and worker func duration
Maxim Patlasov
3
-2
/
+19
2017-01-12
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2017-01-12
nfs_write_end(): fix handling of short copies
Al Viro
1
-1
/
+1
2017-01-12
CIFS: Fix a possible memory corruption during reconnect
Pavel Shilovsky
5
-31
/
+85
2017-01-12
CIFS: Fix a possible memory corruption in push locks
Pavel Shilovsky
1
-1
/
+1
2017-01-12
CIFS: Fix missing nls unload in smb2_reconnect()
Pavel Shilovsky
1
-1
/
+1
2017-01-12
xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
Eric Sandeen
1
-0
/
+1
2017-01-12
block: protect iterate_bdevs() against concurrent close
Rabin Vincent
1
-1
/
+6
2017-01-12
Btrfs: fix tree search logic when replaying directory entry deletes
Robbie Ko
1
-2
/
+1
2017-01-12
Btrfs: fix deadlock caused by fsync when logging directory entries
Robbie Ko
1
-2
/
+2
2017-01-12
f2fs: set ->owner for debugfs status file's file_operations
Nicolai Stange
1
-0
/
+1
2017-01-12
ext4: add sanity checking to count_overhead()
Theodore Ts'o
1
-3
/
+8
2017-01-12
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
1
-9
/
+6
[next]