1. 9daa42e CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication by Shirish Pargaonkar · 14 years ago
  2. 0dd12c2 cifs: initialize tlink_tree_lock and tlink_tree by Jeff Layton · 14 years ago
  3. 6ea7595 Merge branch 'for-next' by Steve French · 14 years ago
  4. d244555 [CIFS] Remove build warning by Steve French · 14 years ago
  5. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  6. 2de970f cifs: implement recurring workqueue job to prune old tcons by Jeff Layton · 14 years ago
  7. 3aa1c8c cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5) by Jeff Layton · 14 years ago
  8. 5710c2b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  9. 13cd4b7 [CIFS] Various small checkpatch cleanups by Steve French · 14 years ago
  10. 0eb8a13 cifs: add "multiuser" mount option by Jeff Layton · 14 years ago
  11. 9d002df cifs: add routines to build sessions and tcons on the fly by Jeff Layton · 14 years ago
  12. 081003f xfs: properly account for reclaimed inodes by Johannes Weiner · 14 years ago
  13. 089eed2 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  14. 8fe9793 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  15. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  16. 29e07c8 cifs: fix cifs_show_options to show "username=" or "multiuser" by Jeff Layton · 14 years ago
  17. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  18. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  19. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  20. aaead25 writeback: always use sb->s_bdi for writeback purposes by Christoph Hellwig · 14 years ago
  21. 0157443 fuse: Initialize total_len in fuse_retrieve() by Geert Uytterhoeven · 14 years ago
  22. c6ea21e Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  23. 9d8117e reiserfs: fix unwanted reiserfs lock recursion by Frederic Weisbecker · 14 years ago
  24. 3f259d0 reiserfs: fix dependency inversion between inode and reiserfs mutexes by Frederic Weisbecker · 14 years ago
  25. 3036e7b proc: make /proc/pid/limits world readable by Jiri Olsa · 14 years ago
  26. f569599 cifs: prevent infinite recursion in cifs_reconnect_tcon by Jeff Layton · 14 years ago
  27. 0d49110 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  28. 1fc8a11 ocfs2: Don't walk off the end of fast symlinks. by Joel Becker · 14 years ago
  29. 522440e cifs: set backing_dev_info on new S_ISREG inodes by Jeff Layton · 14 years ago
  30. f3983c2 cifs: fix handling of signing with writepages (try #6) by Jeff Layton · 14 years ago
  31. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  32. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  33. f6acb9d cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers by Jeff Layton · 14 years ago
  34. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  35. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  36. d3bf522 [CIFS] Fix ordering of cleanup on module init failure by Steve French · 14 years ago
  37. 17edec6 [CIFS] Remove obsolete header by Steve French · 14 years ago
  38. ab9db8b cifs: allow matching of tcp sessions in CifsNew state by Jeff Layton · 14 years ago
  39. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  40. 736a332 cifs: add "mfsymlinks" mount option by Stefan Metzmacher · 14 years ago
  41. 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
  42. 8713d01 cifs: implement CIFSCreateMFSymLink() by Stefan Metzmacher · 14 years ago
  43. 18bddd1 cifs: implement CIFSFormatMFSymlink() by Stefan Metzmacher · 14 years ago
  44. 0fd43ae cifs: implement CIFSQueryMFSymLink() by Stefan Metzmacher · 14 years ago
  45. 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
  46. c69c1b6 cifs: implement CIFSParseMFSymlink() by Stefan Metzmacher · 14 years ago
  47. 3eb9a88 cifs: Allow binding to local IP address. by Ben Greear · 14 years ago
  48. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  49. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  50. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  51. a347ecb cifs: use type __u32 instead of int for the oplock parameter by Suresh Jayaraman · 14 years ago
  52. 8016867 xfs: force background CIL push under sustained load by Dave Chinner · 14 years ago
  53. d1f3e68 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  54. 5dad6c3 o2dlm: force free mles during dlm exit by Srinivas Eeda · 14 years ago
  55. 0000b86 ocfs2: Sync inode flags with ext2. by Tao Ma · 14 years ago
  56. 4a452de ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits. by Tao Ma · 14 years ago
  57. 47dea42 ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent. by Tao Ma · 14 years ago
  58. 1282806 ocfs2: update ctime when changing the file's permission by setfacl by Tao Ma · 14 years ago
  59. 1c2499a /proc/pid/smaps: fix dirty pages accounting by KOSAKI Motohiro · 14 years ago
  60. a0c42ba aio: do not return ERESTARTSYS as a result of AIO by Jan Kara · 14 years ago
  61. c227e69 /proc/vmcore: fix seeking by Arnd Bergmann · 14 years ago
  62. 767b68e Prevent freeing uninitialized pointer in compat_do_readv_writev by Dan Rosenberg · 14 years ago
  63. b68e9d4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  64. 692ebd1 bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends by Jan Kara · 14 years ago
  65. 371d217 char: Mark /dev/zero and /dev/kmem as not capable of writeback by Jan Kara · 14 years ago
  66. 19746ca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  67. 112d421 Coda: mount hangs because of missed REQ_WRITE rename by Jan Harkes · 14 years ago
  68. 50aff04 ocfs2/net: fix uninitialized ret in o2net_send_message_vec() by Wu Fengguang · 14 years ago
  69. be4f104 ceph: select CRYPTO by Sage Weil · 14 years ago
  70. a43fb73 ceph: check mapping to determine if FILE_CACHE cap is used by Sage Weil · 14 years ago
  71. e835124 ceph: only send one flushsnap per cap_snap per mds session by Sage Weil · 14 years ago
  72. 5f48749 GFS2: gfs2_logd should be using interruptible waits by Steven Whitehouse · 14 years ago
  73. ae00d4f ceph: fix cap_snap and realm split by Sage Weil · 14 years ago
  74. 03a7ab0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  75. de8d4f5 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  76. 75e1c70 aio: check for multiplication overflow in do_io_submit by Jeff Moyer · 14 years ago
  77. 460cf34 cifs: fix potential double put of TCP session reference by Jeff Layton · 14 years ago
  78. cfc0bf6 ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap by Sage Weil · 14 years ago
  79. 8bef923 ceph: correctly set 'follows' in flushsnap messages by Sage Weil · 14 years ago
  80. ed8f425 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  81. 467c525 ceph: fix dn offset during readdir_prepopulate by Sage Weil · 14 years ago
  82. 1d76e31 fs/9p: Don't use dotl version of mknod for dotu inode operations by Aneesh Kumar K.V · 14 years ago
  83. 3c30750 fs/9p: Use the correct dentry operations by Aneesh Kumar K.V · 14 years ago
  84. 62726a7 9p: Check for NULL fid in v9fs_dir_release() by jvrao · 14 years ago
  85. 5c25f34 fs/9p: Fix error handling in v9fs_get_sb by Aneesh Kumar K.V · 14 years ago
  86. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  87. 827e345 SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies by Trond Myklebust · 14 years ago
  88. fbf3fdd statfs() gives ESTALE error by Menyhart Zoltan · 14 years ago
  89. b20d37c NFS: Fix a typo in nfs_sockaddr_match_ipaddr6 by Trond Myklebust · 14 years ago
  90. b1bde04 Remove incorrect do_vfs_lock message by Fabio Olive Leite · 14 years ago
  91. a77d9f7 ceph: fix file offset wrapping at 4GB on 32-bit archs by Sage Weil · 14 years ago
  92. 3612abb ceph: fix reconnect encoding for old servers by Sage Weil · 14 years ago
  93. 3d4401d ceph: fix pagelist kunmap tail by Yehuda Sadeh · 14 years ago
  94. ca04d9c ceph: fix null pointer deref on anon root dentry release by Sage Weil · 14 years ago
  95. fbc1487 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  96. 228ac63 Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.c by Tristan Ye · 14 years ago
  97. 0f4da21 Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes. by Tristan Ye · 14 years ago
  98. 07eaac9 ocfs2: Fix lockdep warning in reflink. by Tao Ma · 14 years ago
  99. 5e64b0d ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock. by Tao Ma · 14 years ago
  100. 51749e4 xfs: log IO completion workqueue is a high priority queue by Dave Chinner · 14 years ago