index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
cifs: remove some minor warnings pointed out by kernel test robot
Steve French
1
-0
/
+4
2020-12-14
cifs: remove various function description warnings
Steve French
4
-7
/
+23
2020-12-14
cifs: Simplify reconnect code when dfs upcall is enabled
Samuel Cabrero
1
-13
/
+8
2020-12-14
cifs: Send witness register messages to userspace daemon in echo task
Samuel Cabrero
3
-0
/
+22
2020-12-14
cifs: Add witness information to debug data dump
Samuel Cabrero
3
-0
/
+50
2020-12-14
cifs: Set witness notification handler for messages from userspace daemon
Samuel Cabrero
3
-0
/
+99
2020-12-14
cifs: Send witness register and unregister commands to userspace daemon
Samuel Cabrero
5
-3
/
+474
2020-12-14
cifs: minor updates to Kconfig
Steve French
1
-8
/
+8
2020-12-14
cifs: add witness mount option and data structs
Samuel Cabrero
5
-0
/
+43
2020-12-14
cifs: Register generic netlink family
Samuel Cabrero
5
-1
/
+114
2020-12-14
cifs: cleanup misc.c
Steve French
3
-57
/
+68
2020-12-14
cifs: minor kernel style fixes for comments
Steve French
1
-10
/
+15
2020-12-14
cifs: Make extract_sharename function public
Samuel Cabrero
5
-25
/
+26
2020-12-14
cifs: Make extract_hostname function public
Samuel Cabrero
3
-34
/
+33
2020-12-14
ovl: unprivieged mounts
Miklos Szeredi
1
-0
/
+1
2020-12-14
ovl: do not get metacopy for userxattr
Miklos Szeredi
1
-0
/
+7
2020-12-14
ovl: do not fail because of O_NOATIME
Miklos Szeredi
1
-8
/
+3
2020-12-14
ovl: do not fail when setting origin xattr
Miklos Szeredi
1
-1
/
+2
2020-12-14
ovl: user xattr
Miklos Szeredi
5
-16
/
+71
2020-12-14
ovl: simplify file splice
Miklos Szeredi
1
-44
/
+2
2020-12-14
ovl: make ioctl() safe
Miklos Szeredi
1
-71
/
+16
2020-12-14
ovl: check privs before decoding file handle
Miklos Szeredi
2
-0
/
+6
2020-12-14
vfs: verify source area in vfs_dedupe_file_range_one()
Miklos Szeredi
1
-1
/
+9
2020-12-14
vfs: move cap_convert_nscap() call into vfs_setxattr()
Miklos Szeredi
1
-6
/
+11
2020-12-14
NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet
Trond Myklebust
1
-7
/
+8
2020-12-14
NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow
Trond Myklebust
1
-2
/
+7
2020-12-14
NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
Trond Myklebust
1
-19
/
+17
2020-12-14
NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer
Trond Myklebust
1
-0
/
+6
2020-12-14
NFSv4.2: decode_read_plus_hole() needs to check the extent offset
Trond Myklebust
1
-3
/
+21
2020-12-14
NFSv4.2: decode_read_plus_data() must skip padding after data segment
Trond Myklebust
1
-1
/
+3
2020-12-14
NFSv4.2: Ensure we always reset the result->count in decode_read_plus()
Trond Myklebust
1
-0
/
+1
2020-12-14
NFSv4.1: use BITS_PER_LONG macro in nfs4session.h
Geliang Tang
1
-1
/
+1
2020-12-14
NFSv4.2: improve page handling for GETXATTR
Frank van der Linden
2
-16
/
+44
2020-12-13
cifs: get rid of cifs_sb->mountdata
Ronnie Sahlberg
4
-18
/
+12
2020-12-13
cifs: add an smb3_fs_context to cifs_sb
Ronnie Sahlberg
3
-34
/
+41
2020-12-13
cifs: remove the devname argument to cifs_compose_mount_options
Ronnie Sahlberg
4
-22
/
+9
2020-12-13
cifs: switch to new mount api
Ronnie Sahlberg
10
-1281
/
+1096
2020-12-13
cifs: move cifs_parse_devname to fs_context.c
Ronnie Sahlberg
3
-57
/
+59
2020-12-13
cifs: move the enum for cifs parameters into fs_context.h
Ronnie Sahlberg
2
-57
/
+97
2020-12-13
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Ronnie Sahlberg
3
-60
/
+44
2020-12-13
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
Ronnie Sahlberg
12
-736
/
+750
2020-12-13
SMB3.1.1: do not log warning message if server doesn't populate salt
Steve French
2
-5
/
+16
2020-12-13
SMB3.1.1: update comments clarifying SPNEGO info in negprot response
Steve French
1
-1
/
+10
2020-12-13
cifs: Enable sticky bit with cifsacl mount option.
Shyam Prasad N
3
-12
/
+35
2020-12-13
cifs: Fix unix perm bits to cifsacl conversion for "other" bits.
Shyam Prasad N
3
-73
/
+155
2020-12-13
SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp
Steve French
1
-4
/
+12
2020-12-13
SMB3: avoid confusing warning message on mount to Azure
Steve French
1
-1
/
+2
2020-12-13
cifs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
3
-0
/
+3
2020-12-13
ubifs: ubifs_dump_node: Dump all branches of the index node
Zhihao Cheng
1
-1
/
+1
2020-12-13
ubifs: ubifs_dump_sleb: Remove unused function
Zhihao Cheng
2
-18
/
+0
[prev]
[next]