1. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  2. e2f2886 CIFS: Fix error handling in cifs_push_mandatory_locks by Pavel Shilovsky · 12 years ago
  3. 764a1b1 cifs: ensure that we always do cifsFileInfo_get under the spinlock by Jeff Layton · 12 years ago
  4. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  5. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  6. c5fd363 cifs: move file_lock off stack in cifs_push_posix_locks by Jeff Layton · 12 years ago
  7. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  8. ea319d5 CIFS: Improve identation in cifs_unlock_range by Pavel Shilovsky · 12 years ago
  9. 0013fb4 CIFS: Fix possible wrong memory allocation by Pavel Shilovsky · 12 years ago
  10. 2c0c2a0 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 12 years ago
  11. 7f92447 CIFS: Separate protocol specific part from setlk by Pavel Shilovsky · 12 years ago
  12. 55157df CIFS: Separate protocol specific part from getlk by Pavel Shilovsky · 13 years ago
  13. 106dc53 CIFS: Separate protocol specific lock type handling by Pavel Shilovsky · 13 years ago
  14. 04a6aa8 CIFS: Convert lock type to 32 bit variable by Pavel Shilovsky · 13 years ago
  15. fbd35ac CIFS: Move locks to cifsFileInfo structure by Pavel Shilovsky · 13 years ago
  16. 1c89254 cifs: convert cifs_iovec_read to use async reads by Jeff Layton · 12 years ago
  17. 2a1bb13 cifs: add wrapper for cifs_async_readv to retry opening file by Jeff Layton · 12 years ago
  18. 6993f74 cifs: add refcounting to cifs_readdata structures by Jeff Layton · 12 years ago
  19. 8d5ce4d cifs: abstract out function to marshal the iovec for readv receives by Jeff Layton · 12 years ago
  20. 0471ca3 cifs: make cifs_readdata_alloc take a work_func_t arg by Jeff Layton · 12 years ago
  21. 3af9d8f cifs: fix offset handling in cifs_iovec_write by Jeff Layton · 12 years ago
  22. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  23. 9ebb389 Revert "CIFS: Fix VFS lock usage for oplocked files" by Steve French · 12 years ago
  24. b5efb97 CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  25. c7ad42b [CIFS] Fix trivial sparse warning with asyn i/o patch by Steve French · 13 years ago
  26. da82f7e cifs: convert cifs_iovec_write to use async writes by Jeff Layton · 13 years ago
  27. 597b027 cifs: call cifs_update_eof with i_lock held by Jeff Layton · 13 years ago
  28. e949287 cifs: abstract out function to marshal up the iovec array for async writes by Jeff Layton · 13 years ago
  29. a7103b9 cifs: fix up get_numpages by Jeff Layton · 13 years ago
  30. e94f7ba cifs: fix allocation in cifs_write_allocate_pages by Jeff Layton · 13 years ago
  31. c2e8764 cifs: allow caller to specify completion op when allocating writedata by Jeff Layton · 13 years ago
  32. fe5f5d2 cifs: add pid field to cifs_writedata by Jeff Layton · 13 years ago
  33. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 13 years ago
  34. ce85852 CIFS: Fix a spurious error in cifs_push_posix_locks by Pavel Shilovsky · 13 years ago
  35. d575146 CIFS: Do not kmalloc under the flocks spinlock by Pavel Shilovsky · 13 years ago
  36. 9a5101c CIFS: Add descriptions to the brlock cache functions by Pavel Shilovsky · 13 years ago
  37. a88b470 CIFS: Cleanup byte-range locking code style by Pavel Shilovsky · 13 years ago
  38. 161ebf9 CIFS: Simplify setlk error handling for mandatory locking by Pavel Shilovsky · 13 years ago
  39. 5079276 CIFS: Fix the VFS brlock cache usage in posix locking case by Pavel Shilovsky · 13 years ago
  40. d12799b CIFS: Remove extra mutex_unlock in cifs_lock_add_if by Pavel Shilovsky · 13 years ago
  41. 32b9aaf CIFS: Make cifs_push_locks send as many locks at once as possible by Pavel Shilovsky · 13 years ago
  42. 9ee305b CIFS: Send as many mandatory unlock ranges at once as possible by Pavel Shilovsky · 13 years ago
  43. 4f6bcec CIFS: Implement caching mechanism for posix brlocks by Pavel Shilovsky · 13 years ago
  44. 85160e0 CIFS: Implement caching mechanism for mandatory brlocks by Pavel Shilovsky · 13 years ago
  45. 5eba8ab cifs: allow for larger rsize= options and change defaults by Jeff Layton · 13 years ago
  46. 690c5e3 cifs: convert cifs_readpages to use async reads by Jeff Layton · 13 years ago
  47. 7748dd6 CIFS: cleanup min_t() cast in cifs_read() by Dan Carpenter · 13 years ago
  48. d59dad2 CIFS: Move byte range lock list from fd to inode by Pavel Shilovsky · 13 years ago
  49. 03776f4 CIFS: Simplify byte range locking code by Pavel Shilovsky · 14 years ago
  50. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  51. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  52. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  53. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  54. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  55. 2cebaa5 CIFS: Fix wrong length in cifs_iovec_read by Pavel Shilovsky · 13 years ago
  56. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  57. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  58. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  59. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  60. c3d17b6 cifs: convert cifs_writepages to use async writes by Jeff Layton · 13 years ago
  61. 6feb989 CIFS: Simplify invalidate part (try #5) by Pavel Shilovsky · 13 years ago
  62. 0b81c1c CIFS: directio read/write cleanups by Pavel Shilovsky · 14 years ago
  63. 9ad1506 CIFS: Add launder_page operation (try #3) by Pavel Shilovsky · 13 years ago
  64. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  65. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 14 years ago
  66. 7797069 cifs: check for private_data before trying to put it by Jeff Layton · 13 years ago
  67. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  68. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 14 years ago
  69. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 14 years ago
  70. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 14 years ago
  71. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  72. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  73. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  74. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  75. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  76. 941b853 cifs: don't fail writepages on -EAGAIN errors by Jeff Layton · 14 years ago
  77. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 14 years ago
  78. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  79. 7e12edd CIFS: Simplify cifs_open code by Pavel Shilovsky · 14 years ago
  80. eeb910a CIFS: Simplify non-posix open stuff (try #2) by Pavel Shilovsky · 14 years ago
  81. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  82. ebe2e91 cifs: fix potential use-after-free in cifs_oplock_break_put by Jeff Layton · 14 years ago
  83. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  84. d389229 cifs: dereferencing first then checking by Jeff Layton · 14 years ago
  85. 54eeafe [CIFS] Cleanup unused variable build warning by Steve French · 14 years ago
  86. e66673e CIFS: Add cifs_set_oplock_level by Pavel Shilovsky · 14 years ago
  87. 50ae28f FS: cifs, remove unneeded NULL tests by Jiri Slaby · 14 years ago
  88. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  89. 6b03590 cifs: add kfree() on error path by Dan Carpenter · 14 years ago
  90. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  91. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  92. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  93. d3f1322 cifs: wait for writeback to complete in cifs_flush by Jeff Layton · 14 years ago
  94. 5f6dbc9 cifs: convert cifsFileInfo->count to non-atomic counter by Jeff Layton · 14 years ago
  95. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  96. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  97. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  98. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  99. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  100. 7da4b49 cifs: cifs_write argument change and cleanup by Jeff Layton · 14 years ago