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
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
cifs: return a single-use cfid if we did not get a lease
Ronnie Sahlberg
1
-3
/
+13
2023-02-20
cifs: Check the lease context if we actually got a lease
Ronnie Sahlberg
1
-5
/
+9
2023-02-20
cifs: Replace remaining 1-element arrays
Kees Cook
5
-56
/
+52
2023-02-20
cifs: Convert struct fealist away from 1-element array
Kees Cook
2
-10
/
+10
2023-02-20
cifs: fix mount on old smb servers
Paulo Alcantara
1
-59
/
+35
2023-02-20
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
10
-243
/
+274
2023-02-20
cifs: remove unneeded 2bytes of padding from smb2 tree connect
Namjae Jeon
1
-4
/
+4
2023-02-20
cifs: Use a folio in cifs_page_mkwrite()
Matthew Wilcox (Oracle)
1
-9
/
+8
2023-02-20
cifs: Fix uninitialized memory read in smb3_qfs_tcon()
Volker Lendecke
1
-6
/
+7
2023-02-20
cifs: don't try to use rdma offload on encrypted connections
Stefan Metzmacher
1
-0
/
+4
2023-02-20
cifs: split out smb3_use_rdma_offload() helper
Stefan Metzmacher
1
-6
/
+28
2023-02-20
cifs: introduce cifs_io_parms in smb2_async_writev()
Stefan Metzmacher
1
-14
/
+39
2023-02-20
cifs: get rid of unneeded conditional in cifs_get_num_sgs()
Paulo Alcantara
1
-5
/
+7
2023-02-20
cifs: prevent data race in smb2_reconnect()
Paulo Alcantara
1
-55
/
+64
2023-02-20
cifs: fix indentation in make menuconfig options
Steve French
1
-0
/
+4
2023-02-20
cifs: update Kconfig description
Steve French
1
-32
/
+29
2023-02-20
cifs: Get rid of unneeded conditional in the smb2_get_aead_req()
Andy Shevchenko
1
-5
/
+9
2023-02-20
cifs: print last update time for interface list
Shyam Prasad N
1
-2
/
+4
2023-02-20
cifs: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2023-02-20
cifs: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-2
/
+3
2023-02-06
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
1
-2
/
+2
2023-02-03
cifs: use bvec_set_page to initialize bvecs
Christoph Hellwig
4
-18
/
+14
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-02-02
cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-3
/
+29
2023-01-25
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
David Howells
1
-0
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2
-3
/
+3
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-6
/
+6
2023-01-18
cifs: remove unused function
Paulo Alcantara
2
-63
/
+0
2023-01-18
cifs: do not include page data when checking signature
Enzo Matsumiya
1
-6
/
+9
2023-01-18
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
Paulo Alcantara
1
-3
/
+3
2023-01-18
cifs: handle cache lookup errors different than -ENOENT
Paulo Alcantara
1
-2
/
+9
2023-01-18
cifs: remove duplicate code in __refresh_tcon()
Paulo Alcantara
1
-38
/
+33
2023-01-18
cifs: don't take exclusive lock for updating target hints
Paulo Alcantara
1
-27
/
+20
2023-01-18
cifs: avoid re-lookups in dfs_cache_find()
Paulo Alcantara
1
-24
/
+34
2023-01-18
cifs: fix potential deadlock in cache_refresh_path()
Paulo Alcantara
1
-19
/
+23
2023-01-12
cifs: Fix uninitialized memory read for smb311 posix symlink create
Volker Lendecke
1
-0
/
+1
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
5
-0
/
+5
2023-01-10
cifs: fix potential memory leaks in session setup
Paulo Alcantara
3
-0
/
+4
2023-01-10
cifs: do not query ifaces on smb1 mounts
Paulo Alcantara
1
-3
/
+6
2023-01-10
cifs: fix double free on failed kerberos auth
Paulo Alcantara
1
-1
/
+4
2023-01-10
cifs: remove redundant assignment to the variable match
Colin Ian King
1
-1
/
+0
[prev]
[next]