index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-03
1
-3
/
+29
*
cifs: Fix uninitialized memory read for smb311 posix symlink create
Volker Lendecke
2023-01-12
1
-0
/
+1
*
cifs: fix potential memory leaks in session setup
Paulo Alcantara
2023-01-11
3
-0
/
+4
*
cifs: do not query ifaces on smb1 mounts
Paulo Alcantara
2023-01-11
1
-3
/
+6
*
cifs: fix double free on failed kerberos auth
Paulo Alcantara
2023-01-10
1
-1
/
+4
*
cifs: remove redundant assignment to the variable match
Colin Ian King
2023-01-10
1
-1
/
+0
*
cifs: fix file info setting in cifs_open_file()
Paulo Alcantara
2023-01-09
1
-26
/
+28
*
cifs: fix file info setting in cifs_query_path_info()
Paulo Alcantara
2023-01-09
1
-3
/
+6
*
cifs: fix interface count calculation during refresh
Shyam Prasad N
2023-01-05
1
-1
/
+2
*
cifs: refcount only the selected iface during interface update
Shyam Prasad N
2023-01-05
1
-1
/
+2
*
cifs: protect access of TCP_Server_Info::{dstaddr,hostname}
Paulo Alcantara
2023-01-04
2
-11
/
+13
*
cifs: fix race in assemble_neg_contexts()
Paulo Alcantara
2023-01-04
1
-4
/
+7
*
cifs: ignore ipc reconnect failures during dfs failover
Paulo Alcantara
2023-01-04
1
-2
/
+1
*
cifs: Fix kmap_local_page() unmapping
Ira Weiny
2023-01-04
1
-7
/
+2
*
Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-21
22
-1338
/
+991
|
\
|
*
cifs: update internal module number
Steve French
2022-12-19
1
-2
/
+2
|
*
cifs: don't leak -ENOMEM in smb2_open_file()
Paulo Alcantara
2022-12-19
1
-2
/
+2
|
*
cifs: use origin fullpath for automounts
Paulo Alcantara
2022-12-19
4
-10
/
+53
|
*
cifs: set correct status of tcon ipc when reconnecting
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: optimize reconnect of nested links
Paulo Alcantara
2022-12-19
1
-5
/
+4
|
*
cifs: fix source pathname comparison of dfs supers
Paulo Alcantara
2022-12-19
1
-1
/
+15
|
*
cifs: fix confusing debug message
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
2022-12-19
4
-274
/
+269
|
*
cifs: refresh root referrals
Paulo Alcantara
2022-12-19
1
-18
/
+22
|
*
cifs: fix refresh of cached referrals
Paulo Alcantara
2022-12-19
4
-117
/
+37
|
*
cifs: don't refresh cached referrals from unactive mounts
Paulo Alcantara
2022-12-19
1
-72
/
+1
|
*
cifs: share dfs connections and supers
Paulo Alcantara
2022-12-19
9
-369
/
+323
|
*
cifs: split out ses and tcon retrieval from mount_get_conns()
Paulo Alcantara
2022-12-19
3
-39
/
+78
|
*
cifs: set resolved ip in sockaddr
Paulo Alcantara
2022-12-19
6
-103
/
+55
|
*
cifs: remove unused smb3_fs_context::mount_options
Paulo Alcantara
2022-12-19
2
-11
/
+0
|
*
cifs: get rid of mount options string parsing
Paulo Alcantara
2022-12-19
7
-247
/
+101
|
*
cifs: use fs_context for automounts
Paulo Alcantara
2022-12-19
1
-60
/
+40
|
*
cifs: reduce roundtrips on create/qinfo requests
Paulo Alcantara
2022-12-19
5
-84
/
+57
|
*
cifs: set correct ipc status after initial tree connect
Paulo Alcantara
2022-12-16
1
-2
/
+5
|
*
cifs: set correct tcon status after initial tree connect
Paulo Alcantara
2022-12-16
1
-0
/
+1
*
|
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-20
1
-0
/
+1
*
|
Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-15
13
-165
/
+297
|
\
\
|
*
|
cifs: Remove duplicated include in cifsglob.h
Yang Li
2022-12-14
1
-1
/
+0
|
*
|
cifs: fix oops during encryption
Paulo Alcantara
2022-12-12
4
-79
/
+140
|
*
|
cifs: print warning when conflicting soft vs. hard mount options specified
Steve French
2022-12-12
1
-3
/
+8
|
*
|
cifs: fix missing display of three mount options
Steve French
2022-12-12
1
-1
/
+7
|
*
|
cifs: fix various whitespace errors in headers
Steve French
2022-12-12
2
-30
/
+22
|
*
|
cifs: minor cleanup of some headers
Steve French
2022-12-12
3
-5
/
+8
|
*
|
cifs: skip alloc when request has no pages
Paulo Alcantara
2022-12-08
1
-15
/
+21
|
*
|
cifs: remove ->writepage
Christoph Hellwig
2022-12-08
1
-9
/
+0
|
*
|
cifs: stop using generic_writepages
Christoph Hellwig
2022-12-08
1
-2
/
+18
|
*
|
cifs: wire up >migrate_folio
Christoph Hellwig
2022-12-08
1
-3
/
+4
|
*
|
cifs: Parse owner/group for stat in smb311 posix extensions
Volker Lendecke
2022-12-08
3
-8
/
+59
|
*
|
cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()
Volker Lendecke
2022-12-08
1
-11
/
+12
[next]