aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds
2022-08-11SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM
2022-08-11smb3: allow deferred close timeout to be configurableSteve French
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-10cifs: fix lock length calculationPaulo Alcantara
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: trivial style fixupSteve French
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-22cifs: return the more nuanced writeback error on close()ChenXiaoSong
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara
2022-05-09cifs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22cifs: writeback fixDavid Howells
2022-03-18Adjust cifssb maximum read sizeRohith Surabattula
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15cifs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)
2022-03-15cifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-02-01cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells
2022-02-01cifs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-02-01cifs: Transition from ->readpages() to ->readahead()David Howells
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2021-11-10smb3: do not error on fsync when readonlySteve French
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-09-23cifs: Clear modified attribute bit from inode flagsSteve French
2021-09-21cifs: fix a sign extension bugDan Carpenter
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula
2021-07-26SMB3: fix readpage for large swap cacheSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula
2021-05-19Defer close only when lease is enabled.Rohith Surabattula
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula
2021-05-03cifs: add shutdown supportSteve French