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-11-10
CIFS: Fix retry mid list corruption on reconnects
Pavel Shilovsky
2
-20
/
+32
2019-11-10
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
Dave Wysochanski
4
-9
/
+22
2019-11-06
io_uring: ensure we clear io_kiocb->result before each issue
Jens Axboe
1
-0
/
+1
2019-11-06
NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
Trond Myklebust
1
-1
/
+1
2019-11-06
fuse: truncate pending writes on O_TRUNC
Miklos Szeredi
1
-3
/
+7
2019-11-06
fuse: flush dirty data/metadata before non-truncate setattr
Miklos Szeredi
1
-0
/
+13
2019-11-06
NFSv4: Fix leak of clp->cl_acceptor string
Chuck Lever
1
-0
/
+1
2019-11-06
btrfs: silence maybe-uninitialized warning in clone_range
Austin Kim
1
-1
/
+1
2019-11-06
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...
Jia-Ju Bai
1
-1
/
+1
2019-11-06
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
Jia-Ju Bai
1
-1
/
+2
2019-11-06
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
Jia-Ju Bai
1
-33
/
+23
2019-11-06
ocfs2: clear zero in unaligned direct IO
Jia Guo
1
-1
/
+21
2019-11-06
fs: cifs: mute -Wunused-const-variable message
Austin Kim
1
-4
/
+0
2019-11-06
nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
ZhangXiaoxu
1
-2
/
+3
2019-11-06
btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...
Qu Wenruo
7
-27
/
+20
2019-11-06
Btrfs: fix inode cache block reserve leak on failure to allocate data space
Filipe Manana
1
-0
/
+1
2019-11-06
io_uring: fix up O_NONBLOCK handling for sockets
Jens Axboe
1
-18
/
+39
2019-10-29
ceph: just skip unrecognized info in ceph_reply_info_extra
Jeff Layton
1
-10
/
+11
2019-10-29
btrfs: tracepoints: Fix wrong parameter order for qgroup events
Qu Wenruo
1
-2
/
+2
2019-10-29
Btrfs: check for the full sync flag while holding the inode lock during fsync
Filipe Manana
1
-19
/
+17
2019-10-29
Btrfs: fix qgroup double free after failure to reserve metadata for delalloc
Filipe Manana
1
-1
/
+0
2019-10-29
btrfs: don't needlessly create extent-refs kernel thread
David Sterba
2
-8
/
+0
2019-10-29
Btrfs: add missing extents release on file extent cluster relocation error
Filipe Manana
1
-0
/
+2
2019-10-29
btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group()
Qu Wenruo
1
-0
/
+1
2019-10-29
fs/dax: Fix pmd vs pte conflict detection
Dan Williams
1
-2
/
+3
2019-10-29
CIFS: Fix use after free of file info structures
Pavel Shilovsky
1
-3
/
+3
2019-10-29
cifs: Fix missed free operations
Chuhong Yuan
1
-2
/
+2
2019-10-29
CIFS: avoid using MID 0xFFFF
Roberto Bergantinos Corpas
1
-0
/
+3
2019-10-29
io_uring: used cached copies of sq->dropped and cq->overflow
Jens Axboe
1
-5
/
+8
2019-10-29
io_uring: Fix race for sqes with userspace
Pavel Begunkov
1
-1
/
+2
2019-10-29
io_uring: Fix broken links with offloading
Pavel Begunkov
1
-27
/
+31
2019-10-29
fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
David Hildenbrand
1
-12
/
+16
2019-10-29
io_uring: Fix corrupted user_data
Pavel Begunkov
1
-0
/
+2
2019-10-29
io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD
Jens Axboe
1
-12
/
+32
2019-10-29
ocfs2: fix panic due to ocfs2_wq is null
Yi Li
2
-2
/
+4
2019-10-29
filldir[64]: remove WARN_ON_ONCE() for bad directory entries
Linus Torvalds
1
-2
/
+2
2019-10-29
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
1
-42
/
+2
2019-10-29
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-29
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-29
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-17
io_uring: only flush workqueues on fileset removal
Jens Axboe
1
-1
/
+2
2019-10-17
Fix the locking in dcache_readdir() and friends
Al Viro
1
-65
/
+69
2019-10-17
NFS: Fix O_DIRECT accounting of number of bytes read/written
Trond Myklebust
1
-35
/
+43
2019-10-17
btrfs: fix uninitialized ret in ref-verify
Josef Bacik
1
-1
/
+1
2019-10-17
btrfs: fix incorrect updating of log root tree
Josef Bacik
1
-9
/
+27
2019-10-17
Btrfs: fix memory leak due to concurrent append writes with fiemap
Filipe Manana
1
-1
/
+12
2019-10-17
btrfs: fix balance convert to single on 32-bit host CPUs
Zygo Blaxell
1
-1
/
+5
2019-10-17
btrfs: allocate new inode in NOFS context
Josef Bacik
1
-0
/
+3
2019-10-17
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
1
-1
/
+8
2019-10-17
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
Dave Wysochanski
1
-16
/
+11
[next]