- 2e98c018 cifs: remove the retry in cifs_poxis_lock_set by yangerkun · 4 years, 7 months ago
- 95a3d8f cifs: Fix double add page to memcg when cifs_readpages by Zhang Xiaoxu · 4 years, 7 months ago
- d313852 smb311: add support for using info level for posix extensions query by Steve French · 4 years, 7 months ago
- 3803d5e Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 8 months ago
- 352d96f cifs: multichannel: move channel selection above transport layer by Aurelien Aptel · 4 years, 8 months ago
- 7c06514 cifs: multichannel: always zero struct cifs_io_parms by Aurelien Aptel · 4 years, 8 months ago
- 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 8 months ago
- a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
- 9bd21d4 cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 8 months ago
- 4e8aea3 smb3: enable swap on SMB3 mounts by Steve French · 4 years, 9 months ago
- 97adda8 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 4 years, 10 months ago
- dcf23ac locks: reinstate locks_delete_block optimization by Linus Torvalds · 4 years, 10 months ago
- 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 5 years ago
- 2391ca4 smb3: add one more dynamic tracepoint missing from strict fsync path by Steve French · 5 years ago
- f2bf09e cifs: Add tracepoints for errors on flush or fsync by Steve French · 5 years ago
- 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
- 6629400 cifs: Don't use iov_iter::type directly by David Howells · 5 years ago
- 43f8a6a smb3: query attributes on file close by Steve French · 5 years ago
- 6f582b2 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 5 years ago
- 9bd4540 CIFS: Properly process SMB3 lease breaks by Pavel Shilovsky · 5 years ago
- 32546a9 cifs: move cifsFileInfo_put logic into a work-queue by Ronnie Sahlberg · 5 years ago
- 44805b0 CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
- b7a55bb cifs: smbd: Invalidate and deregister memory registration on re-send for direct I/O by Long Li · 5 years ago
- f28a2e5 CIFS: remove set but not used variables 'cinode' and 'netfid' by YueHaibing · 5 years ago
- d067799 cifs: add support for flock by Steve French · 6 years ago
- d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
- 1a67c41 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
- 30573a82 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 5 years ago
- cb24881 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 5 years ago
- 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
- 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 5 years ago
- 31ebdc1 cifs: remove set but not used variables by YueHaibing · 5 years ago
- 2617474 cifs: remove unused variable by zhengbin · 5 years ago
- 487317c cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 6 years ago
- 31fad7d CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM by Roberto Bergantinos Corpas · 6 years ago
- 0ae3fa4 cifs: remove superfluous inode_lock in cifs_{strict_}fsync by Jeff Layton · 6 years ago
- 13f5938 cifs: fix page reference leak with readv/writev by Jérôme Glisse · 6 years ago
- b98749c CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
- 0b0dfd5 CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN by Long Li · 6 years ago
- d53e292 CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN by Long Li · 6 years ago
- bc31d0c CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
- 6dfbd84 CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
- fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
- c4b8f65 CIFS: Move open file handling to writepages by Pavel Shilovsky · 6 years ago
- 258f060 CIFS: Move unlocking pages from wdata_send_pages() by Pavel Shilovsky · 6 years ago
- c7d38db CIFS: Find and reopen a file before get MTU credits in writepages by Pavel Shilovsky · 6 years ago
- 3e95299 CIFS: Reopen file before get SMB2 MTU credits for async IO by Pavel Shilovsky · 6 years ago
- 9a1c67e CIFS: Adjust MTU credits before reopening a file by Pavel Shilovsky · 6 years ago
- 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
- d26e290 smb3: fix bytes_read statistics by Steve French · 6 years ago
- 9bda872 CIFS: Fix possible oops and memory leaks in async IO by Pavel Shilovsky · 6 years ago
- 9a66396 CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
- b9a74cd cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
- 92a8109 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
- f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
- cacf02d Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
- 00c569b Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
- 54e94ff CIFS: return correct errors when pinning memory failed for direct I/O by Long Li · 6 years ago
- b6bc8a7 CIFS: use the correct length when pinning memory for direct I/O for write by Long Li · 6 years ago
- cb03f94 fs/locks: merge posix_unblock_lock() and locks_delete_block() by NeilBrown · 6 years ago
- 6ac7929 CIFS: Avoid returning EBUSY to upper layer VFS by Long Li · 6 years ago
- ada5c1d fs/locks: rename some lists and pointers. by NeilBrown · 6 years ago
- b98e26d cifs: fix signed/unsigned mismatch on aio_read patch by Steve French · 6 years ago
- 8c5f9c1 CIFS: Add support for direct I/O write by Long Li · 6 years ago
- 6e6e2b8 CIFS: Add support for direct I/O read by Long Li · 6 years ago
- 413d610 cifs: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
- 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- fae8044 smb3: show number of current open files in /proc/fs/cifs/Stats by Steve French · 6 years ago
- 0cb012d cifs: track writepages in vfs operation counters by Steve French · 6 years ago
- 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
- 9b9c5be cifs: do not return atime less than mtime by Steve French · 6 years ago
- 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
- f9f5aca CIFS: Add support for direct pages in rdata by Long Li · 7 years ago
- a5240cb fs: cifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
- f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
- 9c19a9c cifs: use find_get_pages_range_tag() by Jan Kara · 7 years ago
- 1013e76 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
- 4d61eda CIFS: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
- 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 8 years ago
- 966681c CIFS: fix circular locking dependency by Rabin Vincent · 8 years ago
- 97b37f2 cifs: set mapping error when page writeback fails in writepage or launder_pages by Jeff Layton · 8 years ago
- 8a7b0d8 CIFS: Set ->should_dirty in cifs_user_readv() by Dan Carpenter · 8 years ago
- 560d388 CIFS: silence lockdep splat in cifs_relock_file() by Rabin Vincent · 8 years ago
- c610c4b CIFS: Add asynchronous write support through kernel AIO by Pavel Shilovsky · 8 years ago
- 6685c5e CIFS: Add asynchronous read support through kernel AIO by Pavel Shilovsky · 8 years ago
- 1fa839b CIFS: store results of cifs_reopen_file to avoid infinite wait by Germano Percossi · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- d70b910 CIFS: Add copy into pages callback for a read operation by Pavel Shilovsky · 8 years ago
- 9c25702 CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 8 years ago
- 96a988f CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
- de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
- f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
- 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
- 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago