summaryrefslogtreecommitdiffstats
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-6/+6
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-2/+3
2020-12-14cifs: remove various function description warningsSteve French1-2/+7
2020-07-07cifs: remove the retry in cifs_poxis_lock_setyangerkun1-13/+6
2020-06-23cifs: Fix double add page to memcg when cifs_readpagesZhang Xiaoxu1-4/+7
2020-06-12smb311: add support for using info level for posix extensions querySteve French1-1/+4
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-29/+31
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-13/+19
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel1-2/+2
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-5/+5
2020-06-01cifs: Standardize logging outputJoe Perches1-14/+10
2020-05-14cifs: Fix null pointer check in cifs_readSteve French1-1/+1
2020-04-10smb3: enable swap on SMB3 mountsSteve French1-0/+61
2020-03-22CIFS: Fix bug which the return value by asynchronous read is errorYilu Lin1-1/+1
2020-03-18locks: reinstate locks_delete_block optimizationLinus Torvalds1-1/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-7/+12
2020-02-06smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French1-1/+3
2020-02-05cifs: Add tracepoints for errors on flush or fsyncSteve French1-2/+5
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-8/+2
2020-01-26cifs: Don't use iov_iter::type directlyDavid Howells1-4/+4
2019-12-03smb3: query attributes on file closeSteve French1-1/+3
2019-12-02CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
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 dire...Long 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