1. 4d9248f cifs: Fix null pointer check in cifs_read by Steve French · 4 years, 5 months ago
  2. 9bc0225 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 4 years, 7 months ago
  3. 3ddc09c CIFS: Respect O_SYNC and O_DIRECT flags during reconnect by Pavel Shilovsky · 5 years ago
  4. df871e5 CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks by Pavel Shilovsky · 5 years ago
  5. 80b42f4 cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  6. 01332b0 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
  7. a8de709 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 5 years ago
  8. d72c211 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 5 years ago
  9. acc0794 cifs: add spinlock for the openFileList to cifsInodeInfo by Ronnie Sahlberg · 5 years ago
  10. fb2dabe CIFS: Fix error paths in writeback code by Pavel Shilovsky · 6 years ago
  11. 297a251 CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM by Roberto Bergantinos Corpas · 5 years ago
  12. 8092ecc CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 6 years ago
  13. 2938651 CIFS: fix POSIX lock leak and invalid ptr deref by Aurelien Aptel · 6 years ago
  14. 43eaa6c CIFS: Fix read after write for files with read caching by Pavel Shilovsky · 6 years ago
  15. 63715c1 cifs: Limit memory used by lock request calls to a page by Ross Lagerwall · 6 years ago
  16. 2a71a47 cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 6 years ago
  17. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  18. 1dbe346 CIFS: Use offset when reading pages by Long Li · 6 years ago
  19. f9f5aca CIFS: Add support for direct pages in rdata by Long Li · 6 years ago
  20. a5240cb fs: cifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  21. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  22. bd3dcc6 CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration by Long Li · 7 years ago
  23. f04a703 cifs: Fix missing put_xid in cifs_file_strict_mmap by Matthew Wilcox · 7 years ago
  24. 9c19a9c cifs: use find_get_pages_range_tag() by Jan Kara · 7 years ago
  25. 1013e76 SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags by Steve French · 7 years ago
  26. 4d61eda CIFS: make arrays static const, reduces object code size by Colin Ian King · 7 years ago
  27. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  28. 966681c CIFS: fix circular locking dependency by Rabin Vincent · 7 years ago
  29. 97b37f2 cifs: set mapping error when page writeback fails in writepage or launder_pages by Jeff Layton · 7 years ago
  30. 8a7b0d8 CIFS: Set ->should_dirty in cifs_user_readv() by Dan Carpenter · 7 years ago
  31. 560d388 CIFS: silence lockdep splat in cifs_relock_file() by Rabin Vincent · 7 years ago
  32. c610c4b CIFS: Add asynchronous write support through kernel AIO by Pavel Shilovsky · 7 years ago
  33. 6685c5e CIFS: Add asynchronous read support through kernel AIO by Pavel Shilovsky · 7 years ago
  34. 1fa839b CIFS: store results of cifs_reopen_file to avoid infinite wait by Germano Percossi · 8 years ago
  35. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  36. d70b910 CIFS: Add copy into pages callback for a read operation by Pavel Shilovsky · 8 years ago
  37. 9c25702 CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 8 years ago
  38. 96a988f CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  39. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  40. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  41. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  42. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  43. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  45. fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
  46. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  47. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  48. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  50. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 9 years ago
  51. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
  52. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  53. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  54. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  55. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  56. 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 9 years ago
  57. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  58. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  59. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  60. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  61. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  62. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  63. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  64. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 10 years ago
  65. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
  66. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  67. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  68. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  69. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 10 years ago
  70. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 10 years ago
  71. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  72. e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 10 years ago
  73. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
  74. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  75. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  76. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  77. ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 10 years ago
  78. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  79. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  80. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  81. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  82. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  83. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  84. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  85. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  86. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  87. 1209bbd CIFS: Fix readpages retrying on reconnects by Pavel Shilovsky · 10 years ago
  88. 787aded cifs: Allow directIO read/write during cache=strict by Namjae Jeon · 10 years ago
  89. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  90. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  91. b770ddf CIFS: Optimize readpages in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  92. d913ed1 CIFS: Optimize cifs_user_read() in a short read case on reconnects by Pavel Shilovsky · 10 years ago
  93. fb8a3e5 CIFS: Improve indentation in cifs_user_read() by Pavel Shilovsky · 10 years ago
  94. 2e8a05d CIFS: Fix possible buffer corruption in cifs_user_read() by Pavel Shilovsky · 10 years ago
  95. b3160ae CIFS: Count got bytes in read_into_pages() by Pavel Shilovsky · 10 years ago
  96. 34a54d6 CIFS: Use separate var for the number of bytes got in async read by Pavel Shilovsky · 10 years ago
  97. 3fabaa2 CIFS: Indicate reconnect with ECONNABORTED error code by Pavel Shilovsky · 10 years ago
  98. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 10 years ago
  99. e374d90 CIFS: Fix rsize usage for sync read by Pavel Shilovsky · 10 years ago
  100. 25f4025 CIFS: Fix rsize usage in user read by Pavel Shilovsky · 10 years ago