1. 89c0fd0 nilfs2: reject filesystem with unsupported block size by Ryusuke Konishi · 14 years ago
  2. 6cda9fa nilfs2: avoid rec_len overflow with 64KB block size by Ryusuke Konishi · 14 years ago
  3. c28e69d nilfs2: simplify nilfs_get_page function by Ryusuke Konishi · 14 years ago
  4. c5ca48a nilfs2: reject incompatible filesystem by Ryusuke Konishi · 14 years ago
  5. 1a80a17 nilfs2: add feature set fields to super block by Ryusuke Konishi · 14 years ago
  6. 2f1b7cd nilfs2: clarify byte offset in super block format by Ryusuke Konishi · 14 years ago
  7. 03bdb5a nilfs2: apply read-ahead for nilfs_btree_lookup_contig by Ryusuke Konishi · 14 years ago
  8. 4e13e66 nilfs2: introduce check flag to btree node buffer by Ryusuke Konishi · 14 years ago
  9. 464ece8 nilfs2: add btree get block function with readahead option by Ryusuke Konishi · 14 years ago
  10. 26dfdd8 nilfs2: add read ahead mode to nilfs_btnode_submit_block by Ryusuke Konishi · 14 years ago
  11. f8e6cc0 nilfs2: fix buffer head leak in nilfs_btnode_submit_block by Ryusuke Konishi · 14 years ago
  12. 7c397a8 nilfs2: eliminate inline keywords in btree implementation by Ryusuke Konishi · 14 years ago
  13. 5ad2686e9 nilfs2: get maximum number of child nodes from bmap object by Ryusuke Konishi · 14 years ago
  14. 9b7b265 nilfs2: reduce repetitive calculation of max number of child nodes by Ryusuke Konishi · 14 years ago
  15. ea64ab8 nilfs2: optimize calculation of min/max number of btree node children by Ryusuke Konishi · 14 years ago
  16. 364ec2d nilfs2: remove redundant pointer checks in bmap lookup functions by Ryusuke Konishi · 14 years ago
  17. 05d0e94 nilfs2: get rid of nilfs_bmap_union by Ryusuke Konishi · 14 years ago
  18. dc935be nilfs2: unify bmap set_target_v operations by Ryusuke Konishi · 14 years ago
  19. e7c274f nilfs2: get rid of nilfs_btree uses by Ryusuke Konishi · 14 years ago
  20. 10ff885 nilfs2: get rid of nilfs_direct uses by Ryusuke Konishi · 14 years ago
  21. 583ada4 nilfs2: remove constant qualifier from argument of bmap propagate by Ryusuke Konishi · 14 years ago
  22. 25b8d7d nilfs2: get rid of private conversion macros on bmap key and pointer by Ryusuke Konishi · 14 years ago
  23. 1d5385b nilfs2: verify btree node after reading by Ryusuke Konishi · 14 years ago
  24. cfa913a nilfs2: add sanity check in nilfs_btree_add_dirty_buffer by Ryusuke Konishi · 14 years ago
  25. 7c01745 nilfs2: pass remount flag to parse_options by Ryusuke Konishi · 14 years ago
  26. c6b4d57 nilfs2: use seq_puts to print mount options without argument by Ryusuke Konishi · 14 years ago
  27. 802d317 nilfs2: add nodiscard mount option by Ryusuke Konishi · 14 years ago
  28. 773bc4f nilfs2: add barrier mount option by Ryusuke Konishi · 14 years ago
  29. 3250204 nilfs2: do not update log cursor for small change by Ryusuke Konishi · 14 years ago
  30. 6c125160 nilfs2: implement fallback for super root search by Ryusuke Konishi · 14 years ago
  31. 2d72b99 nilfs2: add missing error code in comment of nilfs_search_super_root by Ryusuke Konishi · 14 years ago
  32. 843d63b nilfs2: separate setup of log cursor from init_nilfs by Ryusuke Konishi · 14 years ago
  33. b2ac86e nilfs2: sync super blocks in turns by Jiro SEKIBA · 14 years ago
  34. d26493b nilfs2: introduce nilfs_prepare_super by Jiro SEKIBA · 14 years ago
  35. 60f46b7 nilfs2: separate function that updates log position by Ryusuke Konishi · 14 years ago
  36. c8a11c8 nilfs2: add nilfs_set_error by Ryusuke Konishi · 14 years ago
  37. 7ecaa46 nilfs2: add nilfs_cleanup_super by Ryusuke Konishi · 14 years ago
  38. bde4e69 nilfs2: do not update mount time on rw->ro remount by Ryusuke Konishi · 14 years ago
  39. 57a4bfc nilfs2: get rid of ns_free_segments_count by Ryusuke Konishi · 14 years ago
  40. 4762077 nilfs2: get rid of macros for segment summary information by Ryusuke Konishi · 14 years ago
  41. 8565548 nilfs2: do not use nilfs_segsum_info structure in recovery code by Ryusuke Konishi · 14 years ago
  42. 354fa8b nilfs2: divide load_segment_summary function by Ryusuke Konishi · 14 years ago
  43. aee5ce2 nilfs2: rename nilfs_recover_logical_segments function by Ryusuke Konishi · 14 years ago
  44. 8b94025 nilfs2: refactor recovery logic routines by Ryusuke Konishi · 14 years ago
  45. 92c60cc nilfs2: add blocksize member to nilfs object by Ryusuke Konishi · 14 years ago
  46. b37fa16 Linux 2.6.35-rc6 by Linus Torvalds · 14 years ago
  47. 27efd7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  48. 84d4db0 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  49. 38ea6e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  50. 2851785 Merge branch 'x86/auditsyscall' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 14 years ago
  51. e916bea Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  52. 4c0c03c CIFS: Fix a malicious redirect problem in the DNS lookup code by David Howells · 14 years ago
  53. 52fa2bb drm/radeon/kms: add quirk to make HP DV5000 laptop resume by Alex Deucher · 14 years ago
  54. 3619b8f Input: synaptics - relax capability ID checks on newer hardware by Dmitry Torokhov · 14 years ago
  55. 0327559 x86: auditsyscall: fix fastpath return value after reschedule by Roland McGrath · 14 years ago
  56. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  57. b0679c6 debug_core,kdb: fix kgdb_connected bit set in the wrong place by Jason Wessel · 14 years ago
  58. 9e8b624 Fix merge regression from external kdb to upstream kdb by Jason Wessel · 14 years ago
  59. fb82c0f repair gdbstub to match the gdbserial protocol specification by Jason Wessel · 14 years ago
  60. 1396a21 kdb: break out of kdb_ll() when command is terminated by Martin Hicks · 14 years ago
  61. 0baf2d8 drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctl by Alex Deucher · 14 years ago
  62. d667865 Fix ttm_page_alloc.c build breakage by Luck, Tony · 14 years ago
  63. 15cb02c drm/radeon/kms: fix legacy LVDS dpms sequence by Alex Deucher · 14 years ago
  64. 29508eb drm/radeon/kms: drop taking lock around crtc lookup. by Dave Airlie · 14 years ago
  65. cd5b8f8 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  66. 052a1cd Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev by Linus Torvalds · 14 years ago
  67. 84b37df Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  68. 95977d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  69. a4ce96a Fix up trivial spelling errors ('taht' -> 'that') by Linus Torvalds · 14 years ago
  70. 418c527 pcmcia: fix 'driver ... did not release config properly' warning by Patrick McHardy · 14 years ago
  71. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 14 years ago
  72. 3fea602 Input: twl40300-keypad - fix handling of "all ground" rows by Dmitry Torokhov · 14 years ago
  73. c25f7b7 Input: gamecon - reference correct pad in gc_psx_command() by Dmitry Torokhov · 14 years ago
  74. 7b5d331 Input: gamecon - reference correct input device in NES mode by Dmitry Torokhov · 14 years ago
  75. f8324e2 math-emu: correct test for downshifting fraction in _FP_FROM_INT() by Mikael Pettersson · 14 years ago
  76. f4b23cc Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  77. c42750b drm/r600: fix possible NULL pointer derefernce by Alex Deucher · 14 years ago
  78. e153b70 drm/radeon/kms: add quirk for ASUS HD 3600 board by Alex Deucher · 14 years ago
  79. a6a1a09 include/linux/vgaarb.h: add missing part of include guard by Doug Goldstein · 14 years ago
  80. e095937 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  81. 83ba371 Merge branch 'linuxdocs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 14 years ago
  82. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  83. 844b9a8 vfs: fix RCU-lockdep false positive due to /proc by Paul E. McKenney · 14 years ago
  84. 9d51a6b sdhci-s3c: add missing remove function by Marek Szyprowski · 14 years ago
  85. d45840d Andres has moved by Andres Salomon · 14 years ago
  86. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  87. 9aebbdb x86, numa: fix boot without RAM on node0 again by Yinghai Lu · 14 years ago
  88. 5528e22 edac: mpc85xx: add support for MPC8569 EDAC controllers by Anton Vorontsov · 14 years ago
  89. 1cd8521 edac: mpc85xx: fix MPC85xx dependency by Anton Vorontsov · 14 years ago
  90. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  91. c61284e ipc/sem.c: bugfix for semop() not reporting successful operation by Manfred Spraul · 14 years ago
  92. 7173aef drm/nouveau: Fix crashes during fbcon init on single head cards. by Francisco Jerez · 14 years ago
  93. 14d7ec1 drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patch by Ben Skeggs · 14 years ago
  94. 42f14c4 drm/radeon/kms: fix shared ddc harder by Alex Deucher · 14 years ago
  95. 9fe41e4 documentation: fix almost duplicate filenames (IO/io-mapping.txt) by Randy Dunlap · 14 years ago
  96. 19f0f0a Merge git://git.infradead.org/users/cbou/battery-2.6.35 by Linus Torvalds · 14 years ago
  97. 41f9a31 ASoC: Select wm_hubs automatically for WM8994 by Chanwoo Choi · 14 years ago
  98. 573201f bridge: Partially disable netpoll support by Herbert Xu · 14 years ago
  99. 9440012 drm/i915: enable low power render writes on GEN3 hardware. by Dave Airlie · 14 years ago
  100. 45503de drm/i915: Define MI_ARB_STATE bits by Keith Packard · 14 years ago