1. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  2. 51c8176 cifs: remove unused parameter from cifs_posix_open_inode_helper() by Suresh Jayaraman · 14 years ago
  3. d54ff73 [CIFS] Fix lease break for writes by Steve French · 14 years ago
  4. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  5. 2c964d1 [CIFS] Fix losing locks during fork() by Pavel Shilovsky · 14 years ago
  6. f19159d [CIFS] Cleanup various minor breakage in previous cFYI cleanup by Steve French · 14 years ago
  7. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  8. 315e995 [CIFS] use add_to_page_cache_lru by Nick Piggin · 14 years ago
  9. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  10. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  11. 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
  12. ff215713 [CIFS] checkpatch cleanup by Steve French · 15 years ago
  13. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 15 years ago
  14. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 15 years ago
  15. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  16. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  17. 3321b79 cifs: fix locking and list handling code in cifs_open and its helper by Jeff Layton · 15 years ago
  18. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  19. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  20. 48541bd cifs: have cifsFileInfo hold an extra inode reference by Jeff Layton · 15 years ago
  21. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  22. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  23. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  24. f0a71eb cifs: fix fh_mutex locking in cifs_reopen_file by Jeff Layton · 15 years ago
  25. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  26. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  27. 703a3b8 [CIFS] fix posix open regression by Steve French · 15 years ago
  28. 90e4ee5 [CIFS] Fix double list addition in cifs posix open code by Steve French · 15 years ago
  29. bc8cd43 [CIFS] Fix sparse warnings by Steve French · 15 years ago
  30. a6ce493 [CIFS] Add support for posix open during lookup by Steve French · 15 years ago
  31. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 15 years ago
  32. 64cc2c6 [CIFS] work around bug in Samba server handling for posix open by Steve French · 16 years ago
  33. 276a74a [CIFS] Use posix open on file open when server supports it by Steve French · 16 years ago
  34. 4717bed [CIFS] fix build error by Steve French · 16 years ago
  35. 7fc8f4e [CIFS] reopen file via newer posix open protocol operation if available by Steve French · 16 years ago
  36. be65244 [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush by Steve French · 16 years ago
  37. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 16 years ago
  38. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  39. acc18aa [CIFS] remove sparse warning by Steve French · 16 years ago
  40. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  41. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  42. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  43. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  44. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  45. 61de800 [CIFS] fix error in smb_send2 by Steve French · 16 years ago
  46. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  47. d941477 cifs: Convert cifs to new aops. by Nick Piggin · 16 years ago
  48. 2846d38 cifs: have find_writeable_file prefer filehandles opened by same task by Jeff Layton · 16 years ago
  49. 838726c cifs: fix O_APPEND on directio mounts by Jeff Layton · 16 years ago
  50. 56831a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  51. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  52. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  53. aaa9bbe [CIFS] remove unused variables by Steve French · 16 years ago
  54. e10f7b5 clarify return value of cifs_convert_flags() by Jeff Layton · 16 years ago
  55. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  56. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 17 years ago
  57. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 17 years ago
  58. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 17 years ago
  59. bb5a9a0 [CIFS] cifs_partialpagewrite() cleanup by Steve French · 17 years ago
  60. cea2180 [CIFS] Fix potential data corruption when writing out cached dirty pages by Jeff Layton · 17 years ago
  61. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  62. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  63. 630f3f0 [CIFS] acl support part 6 by Steve French · 17 years ago
  64. 2c2130e [CIFS] remove two sparse warnings by Steve French · 17 years ago
  65. 9b22b0b [CIFS] Reduce chance of list corruption in find_writable_file by Steve French · 17 years ago
  66. 4efa53f [CIFS] lock inode open file list in close in case racing with open by Steve French · 17 years ago
  67. 1574532 [CIFS] Fix oops in find_writable_file by Steve French · 17 years ago
  68. c19eb71 [CIFS] fix typo in previous by Steve French · 17 years ago
  69. 39db810 [CIFS] Byte range unlock request to non-Unix server can unlock too much by Jeff Layton · 17 years ago
  70. a403a0a [CIFS] Fix hang in find_writable_file by Steve French · 17 years ago
  71. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  72. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  73. 8803863 [CIFS] use simple_prepare_write to zero page data by Nate · 17 years ago
  74. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  75. 7521a3c [CIFS] Fix oops in cifs_create when nfsd server exports cifs mount by Steve French · 17 years ago
  76. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  77. 75865f8 [CIFS] Add in some missing flags and cifs README and TODO corrections by Steve French · 17 years ago
  78. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  79. 796e566 [CIFS] Change semaphore to mutex for cifs lock_sem by Roland Dreier · 17 years ago
  80. 3a9f462 [CIFS] Remove unnecessary parm to cifs_reopen_file by Steve French · 17 years ago
  81. c33f8d3 [CIFS] Remove unnecessary checks by Christoph Hellwig · 17 years ago
  82. 8a23626 [CIFS] cifs_prepare_write was incorrectly rereading page in some cases by Steve French · 18 years ago
  83. 3677db1 [CIFS] Fix locking problem around some cifs uses of i_size write by Steve French · 18 years ago
  84. 004c46b [CIFS] One line missing from previous commit by Steve French · 18 years ago
  85. 7ba5263 [CIFS] Allow update of EOF on remote extend of file by Steve French · 18 years ago
  86. 9a0c823 [CIFS] Reduce cifs stack space usage by Steve French · 18 years ago
  87. cb876f4 Fix up CIFS for "test_clear_page_dirty()" removal by Linus Torvalds · 18 years ago
  88. 6f88cc2 [PATCH] io-accounting-read-accounting cifs fix by Andrew Morton · 18 years ago
  89. e6a0029 [PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  90. f7b2e8c [CIFS] Fix minor problem with previous patch by Steve French · 18 years ago
  91. 4891d53 [CIFS] NFS stress test generates flood of "close with pending write" messages by Steve French · 18 years ago
  92. 05ac9d4 [PATCH] cifs: ->readpages() fixes by OGAWA Hirofumi · 18 years ago
  93. 4cb50dc [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6] by David Howells · 18 years ago
  94. 6b70c95 [CIFS] New POSIX locking code not setting rc properly to zero on successful by Steve French · 18 years ago
  95. 7ee1af7 [CIFS] by Jeremy Allison · 18 years ago
  96. 3a5ff61 [CIFS] Do not time out posix brl requests when using new posix setfileinfo by Steve French · 18 years ago
  97. 0418726 typo fixes: aquire -> acquire by Adrian Bunk · 18 years ago
  98. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  99. 124a27f [CIFS] Remove calls to to take f_owner.lock by Ingo Molnar · 18 years ago
  100. bbe5d23 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago