1. fe869cd crypto: algif_hash - User-space interface for hash operations by Herbert Xu · 14 years ago
  2. 03c8efc crypto: af_alg - User-space interface for Crypto API by Herbert Xu · 14 years ago
  3. c2f9bff net - Add AF_ALG macros by Herbert Xu · 14 years ago
  4. 69435b9 crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors by Adrian Hoban · 14 years ago
  5. 0bd82f5 crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions by Tadeusz Struk · 14 years ago
  6. 895be15 crypto: cast5 - simplify if-statements by Nicolas Kaiser · 14 years ago
  7. 90246e7 crypto: hash - Fix async import on shash algorithm by Herbert Xu · 14 years ago
  8. 8128057 Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  9. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  10. b83db1d Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  11. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  12. a269029 ext4,jbd2: convert tracepoints to use major/minor numbers by Theodore Ts'o · 14 years ago
  13. 3d287de ext4: optimize orphan_list handling for ext4_setattr by Dmitry Monakhov · 14 years ago
  14. beed5ecb ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new by Nicolas Kaiser · 14 years ago
  15. e3e1288 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  16. 9ae6d03 Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 14 years ago
  17. bdab225 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
  18. 7c5814c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  19. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. f66dd53 Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  21. 17bb51d Merge branch 'akpm-incoming-2' by Linus Torvalds · 14 years ago
  22. 0671b76 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  23. 0b2d8d9 proc_bus_pci_ioctl: remove pointless BKL usage by Linus Torvalds · 14 years ago
  24. a6371b6 ext4: fix compile error in ext4_fallocate() by Kazuya Mio · 14 years ago
  25. eee4adc ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static by Eric Sandeen · 14 years ago
  26. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  27. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago
  28. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  29. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  30. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  31. 7f93cff ext4: fix kernel oops if the journal superblock has a non-zero j_errno by Theodore Ts'o · 14 years ago
  32. 72f84e6 ext4: update writeback_index based on last page scanned by Eric Sandeen · 14 years ago
  33. 5b41d92 ext4: implement writeback livelock avoidance using page tagging by Eric Sandeen · 14 years ago
  34. bbd0834 ext4: tidy up a void argument in inode.c by Eric Sandeen · 14 years ago
  35. 27ee40d ext4: add batched_discard into ext4 feature list by Lukas Czerner · 14 years ago
  36. 7360d17 ext4: Add batched discard support for ext4 by Lukas Czerner · 14 years ago
  37. 367a51a3 fs: Add FITRIM ioctl by Lukas Czerner · 14 years ago
  38. 77ca6cd ext4: Use return value from sb_issue_discard() by Lukas Czerner · 14 years ago
  39. 8778369 ext4: Check return value of sb_getblk() and friends by Namhyung Kim · 14 years ago
  40. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  41. 1de3e3d ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  42. 3ecdb3a ext4: inline walk_page_buffers() into mpage_da_submit_io by Theodore Ts'o · 14 years ago
  43. cb20d51 ext4: inline ext4_writepage() into mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  44. a42afc5 ext4: simplify ext4_writepage() by Theodore Ts'o · 14 years ago
  45. 5a87b7a ext4: call mpage_da_submit_io() from mpage_da_map_blocks() by Theodore Ts'o · 14 years ago
  46. 1682808 ext4: use KMEM_CACHE instead of kmem_cache_create by Theodore Ts'o · 14 years ago
  47. 7845c04 ext4: use search_dirblock() in ext4_dx_find_entry() by Theodore Ts'o · 14 years ago
  48. 8941ec8 ext4: avoid uninitialized memory references in ext3_htree_next_block() by Theodore Ts'o · 14 years ago
  49. 640e939 ext4: remove unused ext4_sb_info members by Eric Sandeen · 14 years ago
  50. c999af2 ext4: queue conversion after adding to inode's completed IO list by Eric Sandeen · 14 years ago
  51. 3e1e5f5 ext4: don't use ext4_allocation_contexts for tracing by Eric Sandeen · 14 years ago
  52. 4d54761 ext4: fix oops in trace_ext4_mb_release_group_pa by Eric Sandeen · 14 years ago
  53. 0c9169c ext4: fix potential infinite loop in ext4_da_writepages() by Toshiyuki Okajima · 14 years ago
  54. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  55. c41303c ext4: don't update sb journal_devnum when RO dev by Maciej Żenczykowski · 14 years ago
  56. 2407518 ext4: use sb_issue_zeroout in ext4_ext_zeroout by Lukas Czerner · 14 years ago
  57. a31437b ext4: use sb_issue_zeroout in setup_new_group_blocks by Lukas Czerner · 14 years ago
  58. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  59. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  60. e6fa0be Add helper function for blkdev_issue_zeroout (sb_issue_discard) by Lukas Czerner · 14 years ago
  61. 5c2178e jbd2: Add sanity check for attempts to start handle during umount by Theodore Ts'o · 14 years ago
  62. a1c6c56 ext4: fix NULL pointer dereference in print_daily_error_info() by Sergey Senozhatsky · 14 years ago
  63. 53fdcf9 ext4: don't hold spinlock while calling ext4_issue_discard() by Lukas Czerner · 14 years ago
  64. 5829870 ext4: check for negative error code from sb_issue_discard by Lukas Czerner · 14 years ago
  65. b443e73 ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 by Eric Sandeen · 14 years ago
  66. 659c600 ext4: stop looping in ext4_num_dirty_pages when max_pages reached by Eric Sandeen · 14 years ago
  67. fb1813f ext4: use dedicated slab caches for group_info structures by Curt Wohlgemuth · 14 years ago
  68. 22cdbd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  69. 7e94250 drm/radeon/kms: enable unmappable vram for evergreen by Alex Deucher · 14 years ago
  70. b853fd3 ext4: avoid null dereference in trace_ext4_mballoc_discard by Wen Congyang · 14 years ago
  71. 2c7d81a drm/radeon/kms: fix tiled db height calculation on 6xx/7xx by Alex Deucher · 14 years ago
  72. 43b93fb drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx by Alex Deucher · 14 years ago
  73. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  74. 58590b0 ext4: fix EOFBLOCKS_FL handling by Theodore Ts'o · 14 years ago
  75. 55f335a fasync: Fix placement of FASYNC flag comment by Linus Torvalds · 14 years ago
  76. 7420a8c Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  77. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  78. 231f3d3 select: rename estimate_accuracy() to select_estimate_accuracy() by Andrew Morton · 14 years ago
  79. 61d8e11 Remove duplicate includes from many files by Zimny Lech · 14 years ago
  80. c3b92ce ramoops: use the platform data structure instead of module params by Kyungmin Park · 14 years ago
  81. 5de1cb2 kernel/resource.c: handle reinsertion of an already-inserted resource by Huang Shijie · 14 years ago
  82. 144ecf3 kfifo: fix kfifo_alloc() to return a signed int value by Stefani Seibold · 14 years ago
  83. 12aa4c6 w1: don't allow arbitrary users to remove w1 devices by Brian Swetland · 14 years ago
  84. f49d2eb alpha: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  85. c1c7438 mips: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  86. 4ad9b20 sparc: remove dma64_addr_t usage by FUJITA Tomonori · 14 years ago
  87. 0be8557 fuse: use release_pages() by Miklos Szeredi · 14 years ago
  88. d57af9b taskstats: use real microsecond granularity for CPU times by Michael Holzheu · 14 years ago
  89. 3d9e0cf taskstats: split fill_pid function by Michael Holzheu · 14 years ago
  90. 9323312 taskstats: separate taskstats commands by Michael Holzheu · 14 years ago
  91. 85893120 delayacct: align to 8 byte boundary on 64-bit systems by Jeff Mahoney · 14 years ago
  92. db9e567 delay-accounting: reimplement -c for getdelays.c to report information on a target command by Mel Gorman · 14 years ago
  93. 7af37be namespaces Kconfig: move namespace menu location after the cgroup by Daniel Lezcano · 14 years ago
  94. eef691b namespaces Kconfig: remove the cgroup device whitelist experimental tag by Daniel Lezcano · 14 years ago
  95. 79ae9c2 namespaces Kconfig: remove pointless cgroup dependency by Daniel Lezcano · 14 years ago
  96. 8dd2a82 namespaces Kconfig: make namespace a submenu by Daniel Lezcano · 14 years ago
  97. 17a6d44 namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is selected by Daniel Lezcano · 14 years ago
  98. 9bd38c2 namespaces: remove pid_ns and net_ns experimental status by Daniel Lezcano · 14 years ago
  99. 1548bf3 rapidio: fix destructive port EM initialization for Tsi568 by Alexandre Bounine · 14 years ago
  100. 2d4da0f rapidio: fix maximum port number in tsi57x EM initialization by Alexandre Bounine · 14 years ago