index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb: move client and server files to common directory fs/smb
Steve French
2023-05-24
1
-5097
/
+0
*
cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
David Howells
2023-05-23
1
-1
/
+2
*
SMB3: drop reference to cfile before sending oplock break
Bharath SM
2023-05-17
1
-5
/
+12
*
SMB3: Close all deferred handles of inode in case of handle lease break
Bharath SM
2023-05-17
1
-8
/
+1
*
SMB3: Close deferred file handles in case of handle lease break
Bharath SM
2023-04-27
1
-0
/
+16
*
cifs: Fix unbuffered read
David Howells
2023-04-18
1
-4
/
+0
*
cifs: check only tcon status on tcon related functions
Shyam Prasad N
2023-03-17
1
-4
/
+4
*
cifs: Fix memory leak in direct I/O
David Howells
2023-03-01
1
-2
/
+2
*
cifs: Fix cifs_write_back_from_locked_folio()
David Howells
2023-03-01
1
-0
/
+1
*
cifs: Add some missing xas_retry() calls
David Howells
2023-03-01
1
-0
/
+6
*
cifs: Fix cifs_writepages_region()
David Howells
2023-02-24
1
-1
/
+2
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-52
/
+66
|
\
|
*
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-4
/
+4
|
*
cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-02
1
-3
/
+29
*
|
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-02-22
1
-1012
/
+798
|
\
\
|
*
|
cifs: DIO to/from KVEC-type iterators should now work
David Howells
2023-02-20
1
-20
/
+0
|
*
|
cifs: Remove unused code
David Howells
2023-02-20
1
-606
/
+0
|
*
|
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
2023-02-20
1
-447
/
+748
|
*
|
cifs: Add some helper functions
David Howells
2023-02-20
1
-0
/
+93
|
*
|
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
2023-02-20
1
-0
/
+16
|
*
|
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
2023-02-20
1
-16
/
+19
|
*
|
cifs: Use a folio in cifs_page_mkwrite()
Matthew Wilcox (Oracle)
2023-02-20
1
-9
/
+8
*
|
|
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
2023-02-20
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-11
1
-0
/
+1
|
|
/
*
/
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
2023-02-06
1
-2
/
+2
|
/
*
Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-15
1
-14
/
+22
|
\
|
*
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
*
|
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-12-12
1
-2
/
+2
|
\
\
|
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-2
/
+2
|
|
/
*
/
cifs: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-1
/
+1
|
/
*
cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()
Zhang Xiaoxu
2022-10-23
1
-0
/
+3
*
cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()
Zhang Xiaoxu
2022-10-23
1
-3
/
+7
*
cifs: Fix xid leak in cifs_flock()
Zhang Xiaoxu
2022-10-18
1
-4
/
+7
*
cifs: lease key is uninitialized in two additional functions when smb1
Steve French
2022-10-15
1
-2
/
+2
*
cifs: improve symlink handling for smb2+
Paulo Alcantara
2022-10-13
1
-19
/
+22
*
cifs: destage dirty pages before re-reading them for cache=none
Ronnie Sahlberg
2022-09-25
1
-0
/
+9
*
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
2022-09-12
1
-0
/
+3
*
Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2022-08-13
1
-31
/
+8
|
\
|
*
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
2022-08-11
1
-19
/
+1
|
*
smb3: allow deferred close timeout to be configurable
Steve French
2022-08-11
1
-2
/
+2
|
*
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
2022-08-11
1
-7
/
+2
|
*
cifs: fix lock length calculation
Paulo Alcantara
2022-08-10
1
-3
/
+3
*
|
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-08
1
-4
/
+2
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-08
1
-1
/
+1
*
|
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
2022-08-05
1
-3
/
+261
*
|
cifs: trivial style fixup
Steve French
2022-08-01
1
-0
/
+1
*
|
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
2022-08-01
1
-7
/
+3
[next]