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.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-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-01-27
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
1
-2
/
+4
2020-01-27
smb3: fix default permissions on new files when mounting with modefromsid
Steve French
3
-3
/
+29
2020-01-27
CIFS: Add support for setting owner info, dos attributes, and create time
Boris Protopopov
1
-11
/
+117
2020-01-27
cifs: remove set but not used variable 'server'
YueHaibing
1
-4
/
+1
2020-01-27
cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
Paulo Alcantara (SUSE)
1
-1
/
+1
2020-01-27
cifs: Fix mount options set in automount
Paulo Alcantara (SUSE)
1
-54
/
+43
2020-01-27
cifs: fix unitialized variable poential problem with network I/O cache lock p...
Steve French
1
-1
/
+1
2020-01-27
cifs: Fix return value in __update_cache_entry
YueHaibing
1
-1
/
+1
2020-01-27
cifs: Avoid doing network I/O while holding cache lock
Paulo Alcantara (SUSE)
1
-264
/
+283
2020-01-27
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
Paulo Alcantara (SUSE)
1
-32
/
+77
2020-01-27
cifs: Merge is_path_valid() into get_normalized_path()
Paulo Alcantara (SUSE)
1
-17
/
+4
2020-01-27
cifs: Introduce helpers for finding TCP connection
Paulo Alcantara (SUSE)
1
-13
/
+31
2020-01-27
cifs: Get rid of kstrdup_const()'d paths
Paulo Alcantara (SUSE)
1
-3
/
+3
2020-01-27
cifs: Clean up DFS referral cache
Paulo Alcantara (SUSE)
1
-286
/
+279
2020-01-27
cifs: Don't use iov_iter::type directly
David Howells
1
-4
/
+4
2020-01-27
cifs: set correct max-buffer-size for smb2_ioctl_init()
Ronnie Sahlberg
1
-2
/
+7
2020-01-27
cifs: use compounding for open and first query-dir for readdir()
Ronnie Sahlberg
2
-12
/
+87
2020-01-27
cifs: create a helper function to parse the query-directory response buffer
Ronnie Sahlberg
1
-46
/
+63
2020-01-27
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
3
-36
/
+82
2020-01-27
fs/cifs/cifssmb.c: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-01-27
fs/cifs/smb2ops.c: use true,false for bool variable
zhengbin
1
-1
/
+1
2020-01-26
Merge tag 'io_uring-5.5-2020-01-26' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+0
2020-01-26
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-7
/
+10
2020-01-26
io_uring: don't cancel all work on process exit
Jens Axboe
1
-4
/
+0
2020-01-26
Revert "io_uring: only allow submit from owning task"
Jens Axboe
1
-6
/
+0
2020-01-26
afs: Fix characters allowed into cell names
David Howells
1
-1
/
+10
2020-01-26
do_last(): fetch directory ->i_mode and ->i_uid before it's too late
Al Viro
1
-7
/
+10
2020-01-25
Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-9
/
+29
2020-01-25
btrfs: dev-replace: remove warning for unknown return codes when finished
David Sterba
1
-4
/
+1
2020-01-24
btrfs: scrub: Require mandatory block group RO for dev-replace
Qu Wenruo
1
-5
/
+28
2020-01-23
Merge tag 'ceph-for-5.5-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+6
2020-01-23
readdir: make user_access_begin() use the real access range
Linus Torvalds
1
-38
/
+35
2020-01-23
readdir: be more conservative with directory entry names
Linus Torvalds
1
-1
/
+5
2020-01-22
Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2020-01-21
ceph: hold extra reference to r_parent over life of request
Jeff Layton
1
-2
/
+6
2020-01-21
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
1
-1
/
+3
2020-01-20
Merge tag 'fixes_for_v5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+6
2020-01-17
Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-28
/
+56
2020-01-17
Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-46
/
+114
2020-01-17
Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2020-01-17
btrfs: check rw_devices, not num_devices for balance
Josef Bacik
1
-1
/
+5
2020-01-17
Btrfs: always copy scrub arguments back to user space
Filipe Manana
1
-1
/
+13
2020-01-17
io_uring: only allow submit from owning task
Jens Axboe
1
-0
/
+6
2020-01-16
reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr
Jeff Mahoney
1
-2
/
+6
2020-01-16
fuse: fix fuse_send_readpages() in the syncronous read case
Miklos Szeredi
1
-1
/
+3
2020-01-16
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
1
-0
/
+9
2020-01-16
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
1
-0
/
+2
2020-01-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-79
/
+13
2020-01-15
fix autofs regression caused by follow_managed() changes
Al Viro
1
-0
/
+1
2020-01-15
reimplement path_mountpoint() with less magic
Al Viro
2
-79
/
+12
[next]