index
:
kernel/git/stable/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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
2022-03-23
cifs: fix incorrect use of list iterator after the loop
Xiaomeng Tong
2022-03-23
cifs: fix bad fids sent over wire
Paulo Alcantara
2022-03-23
cifs: change smb2_query_info_compound to use a cached fid, if available
Ronnie Sahlberg
2022-03-23
cifs: convert the path to utf16 in smb2_query_info_compound
Ronnie Sahlberg
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
cifs: writeback fix
David Howells
2022-03-21
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
2022-03-18
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
2022-03-18
cifs: we do not need a spinlock around the tree access during umount
Ronnie Sahlberg
2022-03-18
Adjust cifssb maximum read size
Rohith Surabattula
2022-03-18
cifs: truncate the inode and mapping when we simulate fcollapse
Ronnie Sahlberg
2022-03-18
cifs: fix handlecache and multiuser
Ronnie Sahlberg
2022-03-18
netfs: Add a netfs inode context
David Howells
2022-03-18
fscache: export fscache_end_operation()
Jeffle Xu
2022-03-16
smb3: fix incorrect session setup check for multiuser mounts
Steve French
2022-03-15
fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()
Matthew Wilcox (Oracle)
2022-03-15
cifs: Convert from launder_page to launder_folio
Matthew Wilcox (Oracle)
2022-03-15
cifs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-02-16
cifs: fix confusing unneeded warning message on smb2.1 and earlier
Steve French
2022-02-14
cifs: modefromsids must add an ACE for authenticated users
Ronnie Sahlberg
2022-02-13
cifs: fix double free race when mount fails in cifs_get_root()
Ronnie Sahlberg
2022-02-13
cifs: do not use uninitialized data in the owner/group sid
Ronnie Sahlberg
2022-02-13
cifs: fix set of group SID via NTSD xattrs
Amir Goldstein
2022-02-13
smb3: fix snapshot mount option
Steve French
2022-02-08
cifs: mark sessions for reconnection in helper function
Shyam Prasad N
2022-02-08
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
2022-02-08
cifs: call cifs_reconnect when a connection is marked
Shyam Prasad N
2022-02-06
[smb3] improve error message when mount options conflict with posix
Steve French
2022-02-03
cifs: fix workstation_name for multiuser mounts
Ryan Bair
2022-02-03
Invalidate fscache cookie only when inode attributes are changed.
Rohith Surabattula
2022-02-01
cifs: Fix the readahead conversion to manage the batch when reading from cache
David Howells
2022-02-01
cifs: Implement cache I/O by accessing the cache directly
David Howells
2022-02-01
cifs: Transition from ->readpages() to ->readahead()
David Howells
2022-01-29
cifs: unlock chan_lock before calling cifs_put_tcp_session
Shyam Prasad N
2022-01-28
Fix a warning about a malformed kernel doc comment in cifs
David Howells
2022-01-19
cifs: update internal module number
Steve French
2022-01-19
smb3: send NTLMSSP version information
Steve French
2022-01-19
cifs: Support fscache indexing rewrite
David Howells
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
2022-01-19
cifs: update tcpStatus during negotiate and sess setup
Shyam Prasad N
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
2022-01-19
cifs: remove repeated state change in dfs tree connect
Shyam Prasad N
2022-01-19
cifs: fix the cifs_reconnect path for DFS
Shyam Prasad N
2022-01-19
cifs: remove unused variable ses_selected
Muhammad Usama Anjum
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
2022-01-19
cifs: check reconnects for channels of active tcons too
Shyam Prasad N
[prev]
[next]