index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-1
/
+1
*
cifs: destage any unwritten data to the server before calling copychunk_write
Ronnie Sahlberg
2022-04-20
1
-0
/
+8
*
cifs: use correct lock type in cifs_reconnect()
Paulo Alcantara
2022-04-20
1
-1
/
+8
*
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
2022-04-20
2
-7
/
+14
*
cifs: Use kzalloc instead of kmalloc/memset
Haowen Bai
2022-04-18
1
-2
/
+1
*
cifs: verify that tcon is valid before dereference in cifs_kill_sb
Ronnie Sahlberg
2022-04-14
1
-3
/
+3
*
cifs: potential buffer overflow in handling symlinks
Harshit Mogalapalli
2022-04-13
1
-0
/
+3
*
cifs: Split the smb3_add_credits tracepoint
David Howells
2022-04-08
4
-6
/
+16
*
cifs: release cached dentries only if mount is complete
Shyam Prasad N
2022-04-08
1
-13
/
+15
*
cifs: Check the IOCB_DIRECT flag, not O_DIRECT
David Howells
2022-04-08
1
-1
/
+1
*
cifs: update internal module number
Steve French
2022-04-04
1
-1
/
+1
*
cifs: force new session setup and tcon for dfs
Paulo Alcantara
2022-04-04
1
-5
/
+8
*
cifs: remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-04
1
-4
/
+6
*
cifs: fix potential race with cifsd thread
Paulo Alcantara
2022-04-04
2
-2
/
+2
*
Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-04-01
14
-774
/
+243
|
\
|
*
cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
Paulo Alcantara
2022-03-31
1
-59
/
+65
|
*
cifs: prevent bad output lengths in smb2_ioctl_query_info()
Paulo Alcantara
2022-03-31
1
-6
/
+10
|
*
smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...
Steve French
2022-03-31
1
-112
/
+0
|
*
smb3: cleanup and clarify status of tree connections
Steve French
2022-03-28
7
-33
/
+40
|
*
smb3: move defines for query info and query fsinfo to smbfs_common
Steve French
2022-03-26
3
-319
/
+18
|
*
smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common
Steve French
2022-03-26
4
-70
/
+0
|
*
[smb3] move more common protocol header definitions to smbfs_common
Steve French
2022-03-25
3
-111
/
+11
|
*
cifs: fix incorrect use of list iterator after the loop
Xiaomeng Tong
2022-03-23
1
-2
/
+4
|
*
cifs: fix bad fids sent over wire
Paulo Alcantara
2022-03-23
3
-41
/
+34
|
*
cifs: change smb2_query_info_compound to use a cached fid, if available
Ronnie Sahlberg
2022-03-23
1
-10
/
+35
|
*
cifs: convert the path to utf16 in smb2_query_info_compound
Ronnie Sahlberg
2022-03-23
2
-12
/
+13
|
*
cifs: writeback fix
David Howells
2022-03-22
1
-1
/
+7
|
*
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
2022-03-21
1
-3
/
+11
*
|
Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-04-01
2
-2
/
+2
|
\
\
|
*
|
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-04-01
2
-2
/
+2
*
|
|
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-31
3
-18
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
netfs: Add a netfs inode context
David Howells
2022-03-18
3
-10
/
+13
|
*
|
fscache: export fscache_end_operation()
Jeffle Xu
2022-03-18
1
-8
/
+0
*
|
|
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
2022-03-24
1
-1
/
+1
|
\
\
\
|
*
|
|
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-17
1
-1
/
+1
*
|
|
|
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-19
/
+20
|
\
\
\
\
|
*
|
|
|
fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()
Matthew Wilcox (Oracle)
2022-03-15
1
-5
/
+6
|
*
|
|
|
cifs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-9
/
+9
|
*
|
|
|
cifs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-5
/
+5
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
*
|
|
|
|
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
2022-03-18
6
-7
/
+50
*
|
|
|
|
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg
2022-03-18
1
-2
/
+0
*
|
|
|
|
Adjust cifssb maximum read size
Rohith Surabattula
2022-03-18
2
-0
/
+13
*
|
|
|
|
cifs: truncate the inode and mapping when we simulate fcollapse
Ronnie Sahlberg
2022-03-18
1
-4
/
+14
*
|
|
|
|
cifs: fix handlecache and multiuser
Ronnie Sahlberg
2022-03-18
1
-3
/
+10
|
/
/
/
/
*
|
|
/
smb3: fix incorrect session setup check for multiuser mounts
Steve French
2022-03-16
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
2022-02-16
1
-5
/
+6
*
|
|
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
2022-02-14
1
-1
/
+4
*
|
|
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
2022-02-13
1
-0
/
+1
[next]