summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-5097/+0
2023-05-23cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum sizeDavid Howells1-1/+2
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM1-5/+12
2023-05-17SMB3: Close all deferred handles of inode in case of handle lease breakBharath SM1-8/+1
2023-04-27SMB3: Close deferred file handles in case of handle lease breakBharath SM1-0/+16
2023-04-19cifs: Fix unbuffered readDavid Howells1-4/+0
2023-03-17cifs: check only tcon status on tcon related functionsShyam Prasad N1-4/+4
2023-03-02cifs: Fix memory leak in direct I/ODavid Howells1-2/+2
2023-03-02cifs: Fix cifs_write_back_from_locked_folio()David Howells1-0/+1
2023-03-02cifs: Add some missing xas_retry() callsDavid Howells1-0/+6
2023-02-24cifs: Fix cifs_writepages_region()David Howells1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-52/+66
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1012/+798
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-447/+748
2023-02-21cifs: Add some helper functionsDavid Howells1-0/+93
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells1-0/+16
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-0/+1
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke1-16/+19
2023-02-20cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)1-9/+8
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-4/+4
2023-02-03cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-3/+29
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2022-12-16Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-14/+22
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+2
2022-12-08cifs: remove ->writepageChristoph Hellwig1-9/+0
2022-12-08cifs: stop using generic_writepagesChristoph Hellwig1-2/+18
2022-12-08cifs: wire up >migrate_folioChristoph Hellwig1-3/+4
2022-11-30cifs: use locks_inode_context helperJeff Layton1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-24cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()Zhang Xiaoxu1-0/+3
2022-10-24cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()Zhang Xiaoxu1-3/+7
2022-10-18cifs: Fix xid leak in cifs_flock()Zhang Xiaoxu1-4/+7
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French1-2/+2
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-19/+22
2022-09-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg1-0/+9
2022-09-12cifs: revalidate mapping when doing direct writesRonnie Sahlberg1-0/+3
2022-08-14Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds1-31/+8
2022-08-12SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM1-19/+1
2022-08-12smb3: allow deferred close timeout to be configurableSteve French1-2/+2
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-7/+2
2022-08-11cifs: fix lock length calculationPaulo Alcantara1-3/+3
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-4/+2
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-3/+261
2022-08-01cifs: trivial style fixupSteve French1-0/+1
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-7/+3