summaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)Author
2023-08-30cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical
2023-03-17SMB3: Backup intent flag missing from some more opsAmir Goldstein
2022-10-26cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg
2022-09-28cifs: revalidate mapping when doing direct writesRonnie Sahlberg
2021-12-01smb3: do not error on fsync when readonlySteve French
2021-09-30cifs: fix a sign extension bugDan Carpenter
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg
2020-10-01cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu
2020-10-01CIFS: Properly process SMB3 lease breaksPavel Shilovsky
2020-06-03cifs: Fix null pointer check in cifs_readSteve French
2020-04-17CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin
2020-03-25locks: reinstate locks_delete_block optimizationLinus Torvalds
2020-03-12cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel
2020-01-04cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky
2019-10-06CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky
2019-10-06cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg
2019-09-16cifs: remove set but not used variablesYueHaibing
2019-09-16cifs: remove unused variablezhengbin
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-05-29CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas
2019-05-07cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-03-22CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li
2019-03-22CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky
2019-03-05CIFS: Move open file handling to writepagesPavel Shilovsky
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-04smb3: fix bytes_read statisticsSteve French
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li