1. 5d38b3a UBIFS: print debugging messages properly by Artem Bityutskiy · 16 years ago
  2. 80736d4 UBIFS: fix numerous spelling mistakes by Artem Bityutskiy · 16 years ago
  3. 57a450e UBIFS: allow mounting when short of space by Artem Bityutskiy · 16 years ago
  4. a9f2fc0 UBIFS: fix writing uncompressed files by Artem Bityutskiy · 16 years ago
  5. f92b982 UBIFS: fix checkpatch.pl warnings by Artem Bityutskiy · 16 years ago
  6. 6a4a9b4 UBIFS: fix sparse warnings by Artem Bityutskiy · 16 years ago
  7. 2acf806 UBIFS: simplify make_free_space by Artem Bityutskiy · 16 years ago
  8. 2edc202 UBIFS: do not lie about used blocks by Artem Bityutskiy · 16 years ago
  9. 6edbfaf UBIFS: restore budg_uncommitted_idx by Artem Bityutskiy · 16 years ago
  10. 26d0577 UBIFS: always commit on unmount by Artem Bityutskiy · 16 years ago
  11. cb5c6a2 UBIFS: use ubi_sync by Artem Bityutskiy · 16 years ago
  12. f103830 UBIFS: always commit in sync_fs by Artem Bityutskiy · 16 years ago
  13. 304d427 UBIFS: fix file-system synchronization by Artem Bityutskiy · 16 years ago
  14. 79807d0 UBIFS: fix constants initialization by Artem Bityutskiy · 16 years ago
  15. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 16 years ago
  16. 6a94cb7 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  17. f57fa1d Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  18. 14eeee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 16 years ago
  19. 1dff81f Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  20. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  21. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  22. 08cc36c Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  23. 46f72f5 fs/nfs/nfs4proc.c: make nfs4_map_errors() static by WANG Cong · 16 years ago
  24. cb78a0c bitmap: fix seq_bitmap and seq_cpumask to take const pointer by Rusty Russell · 16 years ago
  25. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  26. d3f7611 bio: get rid of bio_vec clearing by Jens Axboe · 16 years ago
  27. b3a6ffe Get rid of CONFIG_LSF by Jens Axboe · 16 years ago
  28. abf137d aio: make the lookup_ioctx() lockless by Jens Axboe · 16 years ago
  29. 392ddc3 bio: add support for inlining a number of bio_vecs inside the bio by Jens Axboe · 16 years ago
  30. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  31. 1b43449 bio: move the slab pointer inside the bio_set by Jens Axboe · 16 years ago
  32. 7ff9345 bio: only mempool back the largest bio_vec slab cache by Jens Axboe · 16 years ago
  33. 08bafc0 block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set by Keith Mannthey · 16 years ago
  34. 0a8c539 [XFS] Fix merge failures by Lachlan McIlroy · 16 years ago
  35. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  36. bf66542 cifs: update for new IP4/6 address printing by Stephen Rothwell · 16 years ago
  37. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  38. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  39. 1db2a5c1 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  40. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  41. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  42. 26ddd8d proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c by KOSAKI Motohiro · 16 years ago
  43. 359d67d [CIFS] Remove redundant test by Julia Lawall · 16 years ago
  44. c6fbba0 [CIFS] make sure that DFS pathnames are properly formed by Steve French · 16 years ago
  45. ac6a3ef Remove an already-checked error condition in SendReceiveBlockingLock by Volker Lendecke · 16 years ago
  46. 698e96a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  47. 17c8bfe Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  48. 2b2bdfb [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition by Steve French · 16 years ago
  49. 8e4f2e8 Slightly streamline SendReceive[2] by Volker Lendecke · 16 years ago
  50. 829049c Check the return value of cifs_sign_smb[2] by Volker Lendecke · 16 years ago
  51. 4c3130e [CIFS] Cleanup: Move the check for too large R/W requests by Steve French · 16 years ago
  52. 27a97a6 [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch by Volker Lendecke · 16 years ago
  53. 8fbbd36 Simplify allocate_mid() slightly: Remove some unnecessary "else" branches by Volker Lendecke · 16 years ago
  54. 6d9c6d5 [CIFS] In SendReceive, move consistency check out of the mutexed region by Volker Lendecke · 16 years ago
  55. 00e485b cifs: store password in tcon by Jeff Layton · 16 years ago
  56. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  57. 55162de cifs: zero out session password before freeing it by Jeff Layton · 16 years ago
  58. 8570552 cifs: fix wait_for_response to time out sleeping processes correctly by Jeff Layton · 16 years ago
  59. 8be0ed4 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible by Steve French · 16 years ago
  60. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 16 years ago
  61. 3de2091 [CIFS] fix typo by Steve French · 16 years ago
  62. acc18aa [CIFS] remove sparse warning by Steve French · 16 years ago
  63. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  64. d5c5605 cifs: make ipv6_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  65. bcf4b10 cifs: make ipv4_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  66. 7586b76 cifs: don't declare smb_vol info on the stack by Jeff Layton · 16 years ago
  67. 63c038c cifs: move allocation of new TCP_Server_Info into separate function by Jeff Layton · 16 years ago
  68. 8ecaf67 cifs: account for IPv6 in ses->serverName and clean up netbios name handling by Jeff Layton · 16 years ago
  69. 954d7a1 cifs: make dnotify thread experimental code by Jeff Layton · 16 years ago
  70. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  71. 0468a2c cifs: take module reference when starting cifsd by Jeff Layton · 16 years ago
  72. 8090902 cifs: display addr and prefixpath options in /proc/mounts by Jeff Layton · 16 years ago
  73. 24b9b06 cifs: remove unused SMB session pointer from struct mid_q_entry by Jeff Layton · 16 years ago
  74. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  75. 860cf88 Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/core by Ingo Molnar · 16 years ago
  76. 4e20228 Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core by Ingo Molnar · 16 years ago
  77. fc5243d [S390] arch_setup_additional_pages arguments by Martin Schwidefsky · 16 years ago
  78. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  79. db8862e Merge branch 'linus' into tracing/hw-branch-tracing by Ingo Molnar · 16 years ago
  80. 2505115 [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI by Lachlan McIlroy · 16 years ago
  81. 61054b1 nfsd: support callbacks with gss flavors by Olga Kornievskaia · 16 years ago
  82. 945b34a rpc: allow gss callbacks to client by Olga Kornievskaia · 16 years ago
  83. 608207e rpc: pass target name down to rpc level on callbacks by Olga Kornievskaia · 16 years ago
  84. 68e76ad nfsd: pass client principal name in rsc downcall by Olga Kornievskaia · 16 years ago
  85. cf8cdbe NFS: remove unused status from encode routines by Andy Adamson · 16 years ago
  86. d017931 NFS: increment number of operations in each encode routine by Andy Adamson · 16 years ago
  87. 49c2559 NFS: fix comment placement in nfs4xdr.c by Benny Halevy · 16 years ago
  88. 05d564f NFS: fix tabs in nfs4xdr.c by Andy Adamson · 16 years ago
  89. 6c0195a NFS: remove white space from nfs4xdr.c by Andy Adamson · 16 years ago
  90. 3741307 nfs: remove incorrect usage of nfs4 compound response hdr.status by Benny Halevy · 16 years ago
  91. aadf615 nfs: return compound hdr.status when there are no op replies by Benny Halevy · 16 years ago
  92. 027b6ca NFSv4: Fix an infinite loop in the NFS state recovery code by Trond Myklebust · 16 years ago
  93. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  94. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  95. 7a50c60 NFS: Use delegations to optimise ACCESS calls by Trond Myklebust · 16 years ago
  96. 15860ab NFSv4: Ensure that we set the verifier when revalidating delegated dentries by Trond Myklebust · 16 years ago
  97. 5584c30 NFSv4: Clean up is_atomic_open() by Trond Myklebust · 16 years ago
  98. bd7bf9d NFSv4: Convert delegation->type field to fmode_t by Trond Myklebust · 16 years ago
  99. 9082a5c NFSv4: Fix up delegation callbacks by Trond Myklebust · 16 years ago
  100. b7391f4 NFSv4: Return unreferenced delegations more promptly by Trond Myklebust · 16 years ago