1. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  2. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 13 years ago
  3. 7797069 cifs: check for private_data before trying to put it by Jeff Layton · 13 years ago
  4. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  5. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 14 years ago
  6. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 14 years ago
  7. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 14 years ago
  8. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  9. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  10. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  11. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  12. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  13. 941b853 cifs: don't fail writepages on -EAGAIN errors by Jeff Layton · 14 years ago
  14. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 14 years ago
  15. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  16. 7e12edd CIFS: Simplify cifs_open code by Pavel Shilovsky · 14 years ago
  17. eeb910a CIFS: Simplify non-posix open stuff (try #2) by Pavel Shilovsky · 14 years ago
  18. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  19. ebe2e91 cifs: fix potential use-after-free in cifs_oplock_break_put by Jeff Layton · 14 years ago
  20. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  21. d389229 cifs: dereferencing first then checking by Jeff Layton · 14 years ago
  22. 54eeafe [CIFS] Cleanup unused variable build warning by Steve French · 14 years ago
  23. e66673e CIFS: Add cifs_set_oplock_level by Pavel Shilovsky · 14 years ago
  24. 50ae28f FS: cifs, remove unneeded NULL tests by Jiri Slaby · 14 years ago
  25. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  26. 6b03590 cifs: add kfree() on error path by Dan Carpenter · 14 years ago
  27. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  28. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  29. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  30. d3f1322 cifs: wait for writeback to complete in cifs_flush by Jeff Layton · 14 years ago
  31. 5f6dbc9 cifs: convert cifsFileInfo->count to non-atomic counter by Jeff Layton · 14 years ago
  32. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  33. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  34. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  35. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  36. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  37. 7da4b49 cifs: cifs_write argument change and cleanup by Jeff Layton · 14 years ago
  38. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  39. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  40. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  41. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  42. 2f4f26f cifs: eliminate cifs_posix_open_inode_helper by Jeff Layton · 14 years ago
  43. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  44. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  45. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  46. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  47. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  48. f3983c2 cifs: fix handling of signing with writepages (try #6) by Jeff Layton · 14 years ago
  49. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  50. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  51. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  52. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  53. a347ecb cifs: use type __u32 instead of int for the oplock parameter by Suresh Jayaraman · 14 years ago
  54. 232341b cifs: consolidate error handling in several functions by Jeff Layton · 14 years ago
  55. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  56. 5669823 cifs: read pages from FS-Cache by Suresh Jayaraman · 14 years ago
  57. 9dc0655 cifs: store pages into local cache by Suresh Jayaraman · 14 years ago
  58. 85f2d6b cifs: FS-Cache page management by Suresh Jayaraman · 14 years ago
  59. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  60. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  61. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  62. 47c78b7 cifs: don't call cifs_new_fileinfo unless cifs_open succeeds by Jeff Layton · 14 years ago
  63. d9d5d8d cifs: don't ignore cifs_posix_open_inode_helper return value by Suresh Jayaraman · 14 years ago
  64. db46024 cifs: clean up arguments to cifs_open_inode_helper by Jeff Layton · 14 years ago
  65. 6ca9f3b cifs: pass instantiated filp back after open call by Jeff Layton · 14 years ago
  66. 2422f67 cifs: move cifs_new_fileinfo call out of cifs_posix_open by Jeff Layton · 14 years ago
  67. 06b4367 cifs: fix page refcount leak by Jeff Layton · 14 years ago
  68. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  69. 51c8176 cifs: remove unused parameter from cifs_posix_open_inode_helper() by Suresh Jayaraman · 14 years ago
  70. d54ff73 [CIFS] Fix lease break for writes by Steve French · 14 years ago
  71. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  72. 2c964d1 [CIFS] Fix losing locks during fork() by Pavel Shilovsky · 14 years ago
  73. f19159d [CIFS] Cleanup various minor breakage in previous cFYI cleanup by Steve French · 14 years ago
  74. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  75. 315e995 [CIFS] use add_to_page_cache_lru by Nick Piggin · 14 years ago
  76. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  77. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  79. ff215713 [CIFS] checkpatch cleanup by Steve French · 14 years ago
  80. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 14 years ago
  81. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  82. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  83. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  84. 3321b79 cifs: fix locking and list handling code in cifs_open and its helper by Jeff Layton · 15 years ago
  85. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  86. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  87. 48541bd cifs: have cifsFileInfo hold an extra inode reference by Jeff Layton · 15 years ago
  88. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  89. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  90. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  91. f0a71eb cifs: fix fh_mutex locking in cifs_reopen_file by Jeff Layton · 15 years ago
  92. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  93. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  94. 703a3b8 [CIFS] fix posix open regression by Steve French · 15 years ago
  95. 90e4ee5 [CIFS] Fix double list addition in cifs posix open code by Steve French · 15 years ago
  96. bc8cd43 [CIFS] Fix sparse warnings by Steve French · 15 years ago
  97. a6ce493 [CIFS] Add support for posix open during lookup by Steve French · 15 years ago
  98. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 15 years ago
  99. 64cc2c6 [CIFS] work around bug in Samba server handling for posix open by Steve French · 15 years ago
  100. 276a74a [CIFS] Use posix open on file open when server supports it by Steve French · 15 years ago