summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
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
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro
2021-03-26cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove various function description warningsSteve French
2020-07-07cifs: remove the retry in cifs_poxis_lock_setyangerkun
2020-06-23cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu
2020-06-12smb311: add support for using info level for posix extensions querySteve French
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-01cifs: Standardize logging outputJoe Perches
2020-05-14cifs: Fix null pointer check in cifs_readSteve French
2020-04-10smb3: enable swap on SMB3 mountsSteve French
2020-03-22CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds