1. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  2. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  3. 5206efd cifs: propagate umode_t by Al Viro · 13 years ago
  4. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  5. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  6. fbcae3e Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeff by Steve French · 13 years ago
  7. 71c424b [CIFS] Show nostrictsync and noperm mount options in /proc/mounts by Steve French · 13 years ago
  8. fef33df cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parameters by Jeff Layton · 13 years ago
  9. d59dad2 CIFS: Move byte range lock list from fd to inode by Pavel Shilovsky · 13 years ago
  10. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  11. f3a6a60 cifs: Fix typo 'CIFS_NFSD_EXPORT' by Paul Bolle · 13 years ago
  12. 4a29a0b cifs: get rid of unused xid in cifs_get_root by Jeff Layton · 13 years ago
  13. 875cd04 cifs: Display strictcache mount option in /proc/mounts by Sachin Prabhu · 13 years ago
  14. 5b980b0 CIFS: Fix ERR_PTR dereference in cifs_get_root by Pavel Shilovsky · 13 years ago
  15. 80975d2 cifs: cope with negative dentries in cifs_get_root by Jeff Layton · 13 years ago
  16. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  17. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  18. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  19. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 13 years ago
  20. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  21. fec11dd Fix cifs_get_root() by Al Viro · 13 years ago
  22. 04db79b cifs: factor smb_vol allocation out of cifs_setup_volume_info by Jeff Layton · 13 years ago
  23. f9e59bc cifs: have cifs_cleanup_volume_info not take a double pointer by Jeff Layton · 13 years ago
  24. 9403c9c cifs: propagate errors from cifs_get_root() to mount(2) by Al Viro · 13 years ago
  25. 5c4f1ad cifs: tidy cifs_do_mount() up a bit by Al Viro · 13 years ago
  26. fa18f1b cifs: more breakage on mount failures by Al Viro · 13 years ago
  27. ee01a14 cifs: close sget() races by Al Viro · 13 years ago
  28. d757d71 cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount() by Al Viro · 13 years ago
  29. 98ab494 cifs: move cifs_umount() call into ->kill_sb() by Al Viro · 13 years ago
  30. 97d1152 cifs: pull cifs_mount() call up by Al Viro · 13 years ago
  31. 2a9b995 sanitize cifs_umount() prototype by Al Viro · 13 years ago
  32. 2ced6f6 cifs: initialize ->tlink_tree in cifs_setup_cifs_sb() by Al Viro · 13 years ago
  33. 5d3bc60 cifs: allocate mountdata earlier by Al Viro · 13 years ago
  34. d687ca38 cifs: leak on mount if we share superblock by Al Viro · 13 years ago
  35. 2c6292a cifs: don't pass superblock to cifs_mount() by Al Viro · 13 years ago
  36. ca171ba cifs: don't leak nls on mount failure by Al Viro · 13 years ago
  37. 6d68617 cifs: double free on mount failure by Al Viro · 13 years ago
  38. dd85446 take bdi setup/destruction into cifs_mount/cifs_umount by Al Viro · 13 years ago
  39. ec12781 cifs_permission() doesn't need to bail out in RCU mode by Al Viro · 13 years ago
  40. 3e71551 cifs: show sec= option in /proc/mounts by Jeff Layton · 13 years ago
  41. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  42. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  43. 25c7f41 CIFS: Migrate to shared superblock model by Pavel Shilovsky · 13 years ago
  44. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  45. 641a58d CIFS: Fix memory leak in cifs_do_mount by Pavel Shilovsky · 13 years ago
  46. b2e5cd3 CIFS: Fix undefined behavior when mount fails by Pavel Shilovsky · 13 years ago
  47. 724d9f1 CIFS: Simplify mount code for further shared sb capability by Pavel Shilovsky · 13 years ago
  48. 156ecb2 [CIFS] Fix to problem with getattr caused by invalidate simplification patch by Steve French · 13 years ago
  49. c4aca0c cifs: Change key name to cifs.idmap, misc. clean-up by Shirish Pargaonkar · 13 years ago
  50. f14bcf7 cifs: Unconditionally copy mount options to superblock info by Sean Finney · 13 years ago
  51. 5167f11 cifs: Use kstrndup for cifs_sb->mountdata by Sean Finney · 13 years ago
  52. 6feb989 CIFS: Simplify invalidate part (try #5) by Pavel Shilovsky · 13 years ago
  53. 0b81c1c CIFS: directio read/write cleanups by Pavel Shilovsky · 13 years ago
  54. 4d79dba cifs: Add idmap key and related data structures and functions (try #17 repost) by Shirish Pargaonkar · 13 years ago
  55. 2572087 cifs: cleanup: Rename and remove config flags by Shirish Pargaonkar · 13 years ago
  56. 0eff0e2 Remove unused CIFSSMBNotify worker function by Steve French · 13 years ago
  57. 9b6763e cifs: Remove unused inode number while fetching root inode by Shirish Pargaonkar · 13 years ago
  58. ca83ce3 cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) by Jeff Layton · 13 years ago
  59. 2b6c26a cifs: set ra_pages in backing_dev_info by Jeff Layton · 13 years ago
  60. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  61. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 13 years ago
  62. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 13 years ago
  63. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  64. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  65. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  66. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 14 years ago
  67. 1c929cf switch cifs by Al Viro · 14 years ago
  68. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 14 years ago
  69. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  70. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  71. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  72. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  73. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  74. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago
  75. 476428f cifs: display fsc in /proc/mounts by Suresh Jayaraman · 14 years ago
  76. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  77. b647c35 cifs: convert tlink_tree to a rbtree by Jeff Layton · 14 years ago
  78. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  79. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  80. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  81. d753ed9 convert cifs by Al Viro · 14 years ago
  82. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  83. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  84. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  85. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  86. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  87. 0dd12c2 cifs: initialize tlink_tree_lock and tlink_tree by Jeff Layton · 14 years ago
  88. 29e07c8 cifs: fix cifs_show_options to show "username=" or "multiuser" by Jeff Layton · 14 years ago
  89. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  90. b89f432 fs/locks.c: prepare for BKL removal by Arnd Bergmann · 14 years ago
  91. b0991aa BKL: Remove BKL from CifsFS by Jan Blunck · 14 years ago
  92. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  93. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  94. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  95. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  96. d3bf522 [CIFS] Fix ordering of cleanup on module init failure by Steve French · 14 years ago
  97. 736a332 cifs: add "mfsymlinks" mount option by Stefan Metzmacher · 14 years ago
  98. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  99. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  100. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago