aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-3/+7
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg1-25/+49
2019-11-25CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2019-11-25cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/OLong Li1-2/+18
2019-11-25CIFS: remove set but not used variables 'cinode' and 'netfid'YueHaibing1-4/+0
2019-11-25cifs: add support for flockSteve French1-1/+51
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski1-8/+15
2019-10-24CIFS: Fix use after free of file info structuresPavel Shilovsky1-3/+3
2019-10-06CIFS: Gracefully handle QueryInfo errors during openPavel Shilovsky1-0/+6
2019-10-06cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panicDave Wysochanski1-16/+11
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg1-0/+36
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg1-0/+35
2019-09-16cifs: remove set but not used variablesYueHaibing1-7/+0
2019-09-16cifs: remove unused variablezhengbin1-2/+0
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg1-2/+6
2019-05-29CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas1-1/+3
2019-05-07cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton1-5/+0
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse1-14/+1
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel1-5/+25
2019-03-22CIFS: Fix an issue with re-sending rdata when transport returning -EAGAINLong Li1-30/+41
2019-03-22CIFS: Fix an issue with re-sending wdata when transport returning -EAGAINLong Li1-32/+45
2019-03-14CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel1-1/+13
2019-03-05CIFS: Fix read after write for files with read cachingPavel Shilovsky1-5/+7
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky1-29/+61
2019-03-05CIFS: Move open file handling to writepagesPavel Shilovsky1-15/+14
2019-03-05CIFS: Move unlocking pages from wdata_send_pages()Pavel Shilovsky1-7/+5
2019-03-05CIFS: Find and reopen a file before get MTU credits in writepagesPavel Shilovsky1-6/+18
2019-03-05CIFS: Reopen file before get SMB2 MTU credits for async IOPavel Shilovsky1-9/+30
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-14/+39
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-24/+38
2019-03-04smb3: fix bytes_read statisticsSteve French1-2/+0
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky1-3/+8
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky1-6/+23
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall1-4/+4
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall1-0/+8
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-1/+2
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+10
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-1/+1
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li1-25/+6
2018-11-30fs/locks: rename some lists and pointers.NeilBrown1-1/+1
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French1-6/+11
2018-11-02CIFS: Add support for direct I/O writeLong Li1-41/+163
2018-11-02CIFS: Add support for direct I/O readLong Li1-39/+186
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+2
2018-10-23cifs: track writepages in vfs operation countersSteve French1-1/+10