1. c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 15 years ago
  2. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  3. 6df400a dm mpath: flush workqueues before suspend completes by Kiyoshi Ueda · 15 years ago
  4. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  5. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago
  6. 980691e dm: move dm_end_request by Kiyoshi Ueda · 15 years ago
  7. 11a6824 dm: refactor request based completion functions by Kiyoshi Ueda · 15 years ago
  8. b4324fe dm: use md pending for in flight IO counting by Kiyoshi Ueda · 15 years ago
  9. 9f518b2 dm: simplify request based suspend by Kiyoshi Ueda · 15 years ago
  10. 6facdaf dm: abstract clone_rq by Kiyoshi Ueda · 15 years ago
  11. 0888564 dm: pass gfp_mask to alloc_rq_tio by Kiyoshi Ueda · 15 years ago
  12. 598de40 dm: use clone in map_request function by Kiyoshi Ueda · 15 years ago
  13. 90abb8c dm: abstract dm_in_flight function by Kiyoshi Ueda · 15 years ago
  14. 9ca170a dm kcopyd: accept zero size jobs by Mikulas Patocka · 15 years ago
  15. c26655c dm snapshot: track suspended state in target by Mike Snitzer · 15 years ago
  16. fc56f6f dm snapshot: move cow ref from exception store to snap core by Mike Snitzer · 15 years ago
  17. 985903b dm snapshot: add allocated metadata to snapshot status by Mike Snitzer · 15 years ago
  18. 3510cb9 dm snapshot: rename exception functions by Jon Brassow · 15 years ago
  19. 191437a dm snapshot: rename exception_table to dm_exception_table by Jon Brassow · 15 years ago
  20. 1d4989c dm snapshot: rename dm_snap_exception to dm_exception by Jon Brassow · 15 years ago
  21. d32a6ea dm snapshot: consolidate insert exception functions by Jon Brassow · 15 years ago
  22. 7e201b3 dm snapshot: abstract minimum_chunk_size fn by Mikulas Patocka · 15 years ago
  23. 102c6dd dm snapshot: simplify sector_to_chunk expression by Mikulas Patocka · 15 years ago
  24. f5acc83 dm snapshot: avoid else clause in persistent_read_metadata by Jon Brassow · 15 years ago
  25. a518b86 dm ioctl: prefer strlcpy over strncpy by Roel Kluin · 15 years ago
  26. 5339fc2 dm raid1: explicitly initialise bio_lists by Mikulas Patocka · 15 years ago
  27. 929be8f dm raid1: hold all write bios when leg fails by Mikulas Patocka · 15 years ago
  28. 60f355e dm raid1: hold write bios when errors are handled by Mikulas Patocka · 15 years ago
  29. c58098b dm raid1: remove bio_endio from dm_rh_mark_nosync by Mikulas Patocka · 15 years ago
  30. 87968dd dm raid1: abstract get_valid_mirror function by Mikulas Patocka · 15 years ago
  31. 0f398a8 dm raid1: use hold framework in do_failures by Mikulas Patocka · 15 years ago
  32. 0478850 dm raid1: add framework to hold bios during suspend by Mikulas Patocka · 15 years ago
  33. 64b30c4 dm raid1: report flush errors separately in status by Mikulas Patocka · 15 years ago
  34. c0da374 dm raid1: implement mirror_flush by Mikulas Patocka · 15 years ago
  35. 076010e2 dm log: use flush callback fn by Mikulas Patocka · 15 years ago
  36. 87a8f24 dm log: add flush callback fn by Mikulas Patocka · 15 years ago
  37. 5adc78d dm log: introduce flush_failed variable by Mikulas Patocka · 15 years ago
  38. 20a34a8 dm log: add flush_header function by Mikulas Patocka · 15 years ago
  39. b09acf1 dm raid1: split touched state into two by Mikulas Patocka · 15 years ago
  40. 4184153 dm raid1: support flush by Mikulas Patocka · 15 years ago
  41. f1e5398 dm io: remove extra bi_io_vec region hack by Mikulas Patocka · 15 years ago
  42. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  43. 542da31 dm crypt: make wipe message also wipe essiv key by Milan Broz · 15 years ago
  44. b95bf2d dm crypt: separate essiv allocation from initialisation by Milan Broz · 15 years ago
  45. 5861f1b dm crypt: restructure essiv error path by Milan Broz · 15 years ago
  46. 6047359 dm crypt: move private iv fields to structs by Milan Broz · 15 years ago
  47. 0b43095 dm crypt: make wipe message also wipe tfm key by Milan Broz · 15 years ago
  48. 8e87b9b dm snapshot: cope with chunk size larger than origin by Mikulas Patocka · 15 years ago
  49. 94e76572 dm snapshot: only take lock for statustype info not table by Mikulas Patocka · 15 years ago
  50. d2bb7df dm: sysfs add empty release function to avoid debug warning by Milan Broz · 15 years ago
  51. 613978f dm exception store: free tmp_store on persistent flag error by Julia Lawall · 15 years ago
  52. 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 15 years ago
  53. 637e8a6 usbdevfs: move compat_ioctl handling to devio.c by Arnd Bergmann · 15 years ago
  54. 3695669 lp: move compat_ioctl handling into lp.c by Arnd Bergmann · 15 years ago
  55. 43c6e7b9 compat_ioctl: pass compat pointer directly to handlers by Arnd Bergmann · 15 years ago
  56. 661f627 compat_ioctl: simplify lookup table by Arnd Bergmann · 15 years ago
  57. 789f0f8 compat_ioctl: simplify calling of handlers by Arnd Bergmann · 15 years ago
  58. 5a07ea0 compat_ioctl: inline all conversion handlers by Arnd Bergmann · 15 years ago
  59. 348c4b9 compat_ioctl: Remove BKL by Arnd Bergmann · 15 years ago
  60. fb07a5f compat_ioctl: remove all VT ioctl handling by Arnd Bergmann · 15 years ago
  61. c557c15 net: niu uses crc32, so select CRC32 by Randy Dunlap · 15 years ago
  62. 65182b9 wireless: update old static regulatory domain rules by John W. Linville · 15 years ago
  63. 3d77038 asm-generic: add sys_recvmmsg to unistd.h by Arnd Bergmann · 15 years ago
  64. 9ab8764 asm-generic: add sys_accept4 to unistd.h by Arnd Bergmann · 15 years ago
  65. 1f018c8 asm-generic/gpio.h: add some forward decls of the device struct by Mike Frysinger · 15 years ago
  66. 7b324d2 mac80211: Revert 'Use correct sign for mesh active path refresh' by Javier Cardona · 15 years ago
  67. 5d618cb mac80211: Fixed bug in mesh portal paths by Javier Cardona · 15 years ago
  68. 0c3cee7 net/mac80211: Correct size given to memset by Julia Lawall · 15 years ago
  69. 214ac9a b43: Remove reset after fatal DMA error by Larry Finger · 15 years ago
  70. 49d7590 rtl8187: add radio led and fix warnings on suspend by Herton Ronaldo Krzesinski · 15 years ago
  71. 512414b ath5k: enable EEPROM checksum check by Luis R. Rodriguez · 15 years ago
  72. 761c9d4 ASoC: Fix build of OMAP sound drivers by Olof Johansson · 15 years ago
  73. b9889ed sched: Remove forced2_migrations stats by Ingo Molnar · 15 years ago
  74. 82bbbf2 Fix a CFQ crash in "for-2.6.33" branch of block tree by Vivek Goyal · 15 years ago
  75. 3989d17 HTC Dream: mmc compilation fixes by Pavel Machek · 15 years ago
  76. 4e00dc7 video: Allow selecting MSM framebuffer in Kconfig by Pavel Machek · 15 years ago
  77. 0c19d21 Add arm msm maintainer entry by Daniel Walker · 15 years ago
  78. d71cb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  79. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  80. eae6fa9 Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  81. 02412f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  82. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  83. a5eba3f Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  84. fc1495b Merge git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  85. 1255803 x86, perf events: Check if we have APIC enabled by Cyrill Gorcunov · 15 years ago
  86. 5e855db perf_event: Fix variable initialization in other codepaths by Xiao Guangrong · 15 years ago
  87. 5476ffd V4L/DVB (13592): max2165: 32bit build patch by David Wong · 15 years ago
  88. 190f38e NFS: Fix nfs_migrate_page() by Trond Myklebust · 15 years ago
  89. 8e0eb40 ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  90. 68eb3db ext3: Fix data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  91. 5a20bdf ext4: Support for 64-bit quota format by Jan Kara · 15 years ago
  92. 1aeec43 ext3: Support for vfsv1 quota format by Jan Kara · 15 years ago
  93. 498c601 quota: Implement quota format with 64-bit space and inode limits by Jan Kara · 15 years ago
  94. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  95. 92e1288 ext2: fix comment in ext2_find_entry about return values by Jérémy Cochoy · 15 years ago
  96. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  97. 2074abf ext2: clear uptodate flag on super block I/O error by Stephen Hemminger · 15 years ago
  98. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  99. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  100. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago