1. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 14 years ago
  2. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  3. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 14 years ago
  4. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 14 years ago
  5. 11b80f4 rw_semaphore: remove up/down_read_non_owner by Christoph Hellwig · 14 years ago
  6. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 14 years ago
  7. e46ebd2 anonfd: fix missing declaration by Tomasz Stanislawski · 14 years ago
  8. 0e1fdaf superblock: add filesystem shrinker operations by Dave Chinner · 14 years ago
  9. b0d40c9 superblock: introduce per-sb cache shrinker infrastructure by Dave Chinner · 14 years ago
  10. 09cc9fc inode: move to per-sb LRU locks by Dave Chinner · 14 years ago
  11. 98b745c inode: Make unused inode LRU per superblock by Dave Chinner · 14 years ago
  12. e9299f5 vmscan: add customisable shrinker batch size by Dave Chinner · 14 years ago
  13. 0957607 vmscan: add shrink_slab tracepoints by Dave Chinner · 14 years ago
  14. 0ee5dc6 btrfs: kill magical embedded struct superblock by Al Viro · 14 years ago
  15. e0a0124 switch vfs_path_lookup() to struct path by Al Viro · 14 years ago
  16. ed75e95 kill lookup_create() by Al Viro · 14 years ago
  17. 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 14 years ago
  18. dae6ad8 new helpers: kern_path_create/user_path_create by Al Viro · 14 years ago
  19. 49084c3 kill LOOKUP_CONTINUE by Al Viro · 14 years ago
  20. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 14 years ago
  21. 729cdb3 kill IPERM_FLAG_RCU by Al Viro · 14 years ago
  22. eecdd35 ->permission() sanitizing: don't pass flags to exec_permission() by Al Viro · 14 years ago
  23. e74f71e ->permission() sanitizing: don't pass flags to ->inode_permission() by Al Viro · 14 years ago
  24. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 14 years ago
  25. 2830ba7 ->permission() sanitizing: don't pass flags to generic_permission() by Al Viro · 14 years ago
  26. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 14 years ago
  27. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 14 years ago
  28. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 14 years ago
  29. 07b8ce1 lockless get_write_access/deny_write_access by Al Viro · 14 years ago
  30. 3bfa784 kill file_permission() completely by Al Viro · 14 years ago
  31. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 14 years ago
  32. 43e15cd new helper: iterate_supers_type() by Al Viro · 14 years ago
  33. 44396f4 fs: add a DCACHE_NEED_LOOKUP flag for d_flags by Josef Bacik · 14 years ago
  34. a07c796 include/linux/sdla.h: remove the prototype of sdla() by WANG Cong · 14 years ago
  35. 3d68bd0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  36. a6b52a9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  37. e3c1620 drm/radeon/kms: add new NI pci ids by Alex Deucher · 14 years ago
  38. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 14 years ago
  39. 7fb574a Merge branches 'd3cold', 'bugzilla-37412' and 'bugzilla-38152' into release by Len Brown · 14 years ago
  40. b4a03b9 ACPI: Fixes device power states array overflow by Lin Ming · 14 years ago
  41. 51414d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  42. 5d7d5d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  43. f39b2dd9 mmc: core: Bus width testing needs to handle suspend/resume by Philip Rakity · 14 years ago
  44. 07e49a7 ACPI: Fix lockdep false positives in acpi_power_off() by Rafael J. Wysocki · 14 years ago
  45. 8d86e5f Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  46. d93a881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 14 years ago
  47. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 14 years ago
  48. c15000b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  49. f607e7f w1: ds1wm: add a reset recovery parameter by Jean-François Dagenais · 14 years ago
  50. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 14 years ago
  51. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 14 years ago
  52. 2a9d6df Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  53. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 14 years ago
  54. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  55. 85746e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  56. 338e9e1 [media] tuner-core/v4l2-subdev: document that the type field has to be filled in by Hans Verkuil · 14 years ago
  57. e206fc5 [media] v4l2-subdev.h: remove unused s_mode tuner op by Hans Verkuil · 14 years ago
  58. 659fb32 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) by Simon Guinot · 14 years ago
  59. de3796e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  60. e4c2fb0 sched: Disable (revert) SCHED_LOAD_SCALE increase by Peter Zijlstra · 14 years ago
  61. aababb9 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x by Linus Torvalds · 14 years ago
  62. 8aa7ad9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  63. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 14 years ago
  64. 60c2ce2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  65. 690b0ca Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 14 years ago
  66. 4f3c7a1 ALSA: sb16 - Fix build errors on MIPS and others with 13bit ioctl size by Takashi Iwai · 14 years ago
  67. 7b28afe Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 14 years ago
  68. 15b493d drbd: fix limit define, we support 1 PiByte now by Lars Ellenberg · 14 years ago
  69. c89b857 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  70. 04b9059 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  71. 0814257 mm: fix assertion mapping->nrpages == 0 in end_writeback() by Jan Kara · 14 years ago
  72. 507c5f1 include/linux/compat.h: declare compat_sys_sendmmsg() by Chris Metcalf · 14 years ago
  73. d9d90e5 tmpfs: add shmem_read_mapping_page_gfp by Hugh Dickins · 14 years ago
  74. 94c1e62 tmpfs: take control of its truncate_range by Hugh Dickins · 14 years ago
  75. 072441e mm: move shmem prototypes to shmem_fs.h by Hugh Dickins · 14 years ago
  76. 4d258b2 Fix some kernel-doc warnings by Vitaliy Ivanov · 14 years ago
  77. a64227b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  78. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 14 years ago
  79. a66b98d mac80211: fix rx->key NULL dereference during mic failure by Arik Nemtsov · 14 years ago
  80. 4d362ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  81. 5220cc9 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  82. e093811 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  83. 39785eb fsl-diu-fb: remove check for pixel clock ranges by Timur Tabi · 14 years ago
  84. 68d0080 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  85. 2992c4b Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  86. 6d0e0e8 PM: Fix async resume following suspend failure by Alan Stern · 14 years ago
  87. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 14 years ago
  88. 890879c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  89. 79568f5 vfs: i_state needs to be 'unsigned long' for now by Linus Torvalds · 14 years ago
  90. eda0841 Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  91. 6e158d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  92. 3669820 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  93. 19345cb NFSv4.1: file layout must consider pg_bsize for coalescing by Benny Halevy · 14 years ago
  94. c01ad40 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  95. 482e0cd devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper by Al Viro · 14 years ago
  96. 155d109 block: add REQ_SECURE to REQ_COMMON_MASK by Namhyung Kim · 14 years ago
  97. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 357ed6b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. be98ca6 mmc: Add PCI fixup quirks for Ricoh 1180:e823 reader by Manoj Iyer · 14 years ago
  100. cca23d0 Input: sh_keysc - 8x8 MODE_6 fix by Magnus Damm · 14 years ago