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
2020-07-22
fuse: Fix parameter for FS_IOC_{GET,SET}FLAGS
Chirantan Ekbote
1
-1
/
+11
2020-07-22
fuse: use ->reconfigure() instead of ->remount_fs()
Miklos Szeredi
1
-3
/
+5
2020-07-22
fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
Miklos Szeredi
1
-0
/
+7
2020-07-22
ovl: fix unneeded call to ovl_change_flags()
Amir Goldstein
1
-4
/
+6
2020-07-22
ovl: relax WARN_ON() when decoding lower directory file handle
Amir Goldstein
1
-1
/
+1
2020-07-22
ovl: inode reference leak in ovl_is_inuse true case.
youngjun
1
-1
/
+10
2020-07-22
ovl: fix regression with re-formatted lower squashfs
Amir Goldstein
1
-0
/
+12
2020-07-22
fuse: don't ignore errors from fuse_writepages_fill()
Vasily Averin
1
-2
/
+0
2020-07-22
NFS: Fix interrupted slots by sending a solo SEQUENCE operation
Anna Schumaker
1
-2
/
+18
2020-07-22
io_uring: fix recvmsg memory leak with buffer selection
Pavel Begunkov
1
-2
/
+8
2020-07-22
gfs2: The freeze glock should never be frozen
Bob Peterson
2
-8
/
+11
2020-07-22
gfs2: When freezing gfs2, use GL_EXACT and not GL_NOCACHE
Bob Peterson
2
-11
/
+9
2020-07-22
gfs2: read-only mounts should grab the sd_freeze_gl glock
Bob Peterson
1
-1
/
+11
2020-07-22
gfs2: freeze should work on read-only mounts
Bob Peterson
1
-4
/
+6
2020-07-22
gfs2: eliminate GIF_ORDERED in favor of list_empty
Bob Peterson
4
-9
/
+12
2020-07-22
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
1
-1
/
+1
2020-07-16
smb3: fix unneeded error message on change notify
Steve French
1
-2
/
+6
2020-07-16
smb3: fix access denied on change notify request to some servers
Steve French
1
-1
/
+1
2020-07-16
cifs: fix reference leak for tlink
Ronnie Sahlberg
1
-1
/
+8
2020-07-16
btrfs: fix double put of block group with nocow
Josef Bacik
1
-8
/
+1
2020-07-16
btrfs: discard: add missing put when grabbing block group from unused list
Qu Wenruo
1
-0
/
+1
2020-07-16
btrfs: reset tree root pointer after error in init_tree_roots
Josef Bacik
1
-2
/
+4
2020-07-16
btrfs: fix fatal extent_buffer readahead vs releasepage race
Boris Burkov
1
-16
/
+24
2020-07-16
io_uring: fix missing msg_name assignment
Pavel Begunkov
1
-0
/
+2
2020-07-16
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
1
-0
/
+1
2020-07-16
io_uring: account user memory freed when exit has been queued
Jens Axboe
1
-3
/
+10
2020-07-16
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
1
-1
/
+3
2020-07-16
btrfs: fix reclaim_size counter leak after stealing from global reserve
Filipe Manana
1
-1
/
+1
2020-07-16
nfs: Fix memory leak of export_path
Tom Rix
1
-0
/
+1
2020-07-16
cifs: update ctime and mtime during truncate
Zhang Xiaoxu
1
-0
/
+9
2020-07-09
gfs2: fix trans slab error when withdraw occurs inside log_flush
Bob Peterson
1
-0
/
+10
2020-07-09
cifs: Fix the target file was deleted when rename failed.
Zhang Xiaoxu
1
-2
/
+8
2020-07-09
SMB3: Honor 'handletimeout' flag for multiuser mounts
Paul Aurich
1
-0
/
+1
2020-07-09
SMB3: Honor lease disabling for multiuser mounts
Paul Aurich
1
-0
/
+1
2020-07-09
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
1
-0
/
+2
2020-07-09
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
1
-0
/
+1
2020-07-09
nfsd: apply umask on fs without ACL support
J. Bruce Fields
1
-0
/
+6
2020-07-09
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
1
-7
/
+22
2020-07-09
SMB3: Honor 'posix' flag for multiuser mounts
Paul Aurich
1
-4
/
+1
2020-07-09
nfsd: fix nfsdfs inode reference count leak
J. Bruce Fields
1
-0
/
+1
2020-07-09
nfsd4: fix nfsdfs reference count loop
J. Bruce Fields
3
-11
/
+22
2020-07-09
xfs: fix use-after-free on CIL context on shutdown
Dave Chinner
2
-6
/
+6
2020-07-09
btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO
Filipe Manana
1
-11
/
+26
2020-07-09
io_uring: use signal based task_work running
Jens Axboe
1
-8
/
+24
2020-07-09
io_uring: fix current->mm NULL dereference on exit
Pavel Begunkov
1
-0
/
+9
2020-07-09
io_uring: fix io_sq_thread no schedule when busy
Xuan Zhuo
1
-2
/
+2
2020-07-09
io_uring: fix {SQ,IO}POLL with unsupported opcodes
Pavel Begunkov
1
-0
/
+18
2020-07-09
btrfs: fix race between block group removal and block group creation
Filipe Manana
1
-8
/
+19
2020-07-09
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
1
-12
/
+25
2020-07-09
exfat: flush dirty metadata in fsync
Sungjong Seo
3
-2
/
+20
[next]