index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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]