- 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 · 7 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
- fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
- 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
- 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 9 years ago
- 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
- 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 9 years ago
- e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
- dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
- c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
- c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
- 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
- 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
- 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
- 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
- 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 10 years ago
- bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
- 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
- 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 10 years ago
- e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 10 years ago
- 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
- e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 10 years ago
- e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
- 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
- d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
- ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 10 years ago
- 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
- 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
- bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
- b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
- 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
- 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
- db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago