1. 5b02ee3 asm-generic: merge branch 'master' of torvalds/linux-2.6 by Arnd Bergmann · 15 years ago
  2. 964f536 fs/qnx4: sanitize includes by Al Viro · 15 years ago
  3. 79d2576 Sanitize qnx4 fsync handling by Al Viro · 15 years ago
  4. d5aacad New helper - simple_fsync() by Al Viro · 15 years ago
  5. 8688b86 linux/magic.h: move cramfs magic out of cramfs_fs.h by Mike Frysinger · 16 years ago
  6. 28ad0c1 fs: Rearrange inode structure elements to avoid waste due to padding by Theodore Ts'o · 16 years ago
  7. 9fd5746 fs: Remove i_cindex from struct inode by Theodore Ts'o · 16 years ago
  8. 62c6943 Trim a bit of crap from fs.h by Al Viro · 16 years ago
  9. f3da392 dcache: extrace and use d_unlinked() by Alexey Dobriyan · 16 years ago
  10. c3f8a40 quota: Introduce writeout_quota_sb() (version 4) by Jan Kara · 16 years ago
  11. 850b201 quota: cleanup dquota sync functions (version 4) by Christoph Hellwig · 16 years ago
  12. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 16 years ago
  13. c15c54f vfs: Move syncing code from super.c to sync.c (version 4) by Jan Kara · 16 years ago
  14. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 16 years ago
  15. 429479f vfs: Make __fsync_super() a static function (version 4) by Jan Kara · 16 years ago
  16. 876a9f7 remove s_async_list by Christoph Hellwig · 16 years ago
  17. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 16 years ago
  18. d3ef3d7 fs: mnt_want_write speedup by npiggin@suse.de · 16 years ago
  19. 3174c21 Move junk from proc_fs.h to fs/proc/internal.h by Al Viro · 16 years ago
  20. 1c755af switch lookup_mnt() by Al Viro · 16 years ago
  21. 9393bd0 switch follow_down() by Al Viro · 16 years ago
  22. 589ff87 Switch collect_mounts() to struct path by Al Viro · 16 years ago
  23. bab77eb switch follow_up() to struct path by Al Viro · 16 years ago
  24. e64c390 switch rqst_exp_parent() by Al Viro · 16 years ago
  25. 91c9fa8 switch rqst_exp_get_by_name() by Al Viro · 16 years ago
  26. 2a73787 Cache root in nameidata by Al Viro · 16 years ago
  27. 7342281 reiserfs: allow exposing privroot w/ xattrs enabled by Jeff Mahoney · 16 years ago
  28. 3bb66d7 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  29. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  30. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  32. 26a28fa add generic lib/checksum.c by Arnd Bergmann · 16 years ago
  33. eed417d asm-generic: add a generic uaccess.h by Arnd Bergmann · 16 years ago
  34. 5c01b46 asm-generic: add generic NOMMU versions of some headers by Arnd Bergmann · 16 years ago
  35. 3f7e212 asm-generic: add generic atomic.h and io.h by Arnd Bergmann · 16 years ago
  36. ae49e80 asm-generic: add legacy I/O header files by Arnd Bergmann · 16 years ago
  37. aafe4db asm-generic: add generic versions of common headers by Arnd Bergmann · 16 years ago
  38. 9858c60 asm-generic: make bitops.h usable by Arnd Bergmann · 16 years ago
  39. d7c4f1b asm-generic: make pci.h usable directly by Arnd Bergmann · 16 years ago
  40. 3aef392 asm-generic: make get_rtc_time overridable by Arnd Bergmann · 16 years ago
  41. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 16 years ago
  42. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 16 years ago
  43. e64a161 asm-generic: add a generic unistd.h by Arnd Bergmann · 16 years ago
  44. 6103ec5 asm-generic: add generic ABI headers by Arnd Bergmann · 16 years ago
  45. 2864d32 asm-generic: add generic sysv ipc headers by Arnd Bergmann · 16 years ago
  46. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 16 years ago
  47. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 16 years ago
  48. ff52cc2 fsnotify: move events should indicate the event was on a child by Eric Paris · 15 years ago
  49. 63c882a inotify: reimplement inotify using fsnotify by Eric Paris · 16 years ago
  50. 164bc61 fsnotify: handle filesystem unmounts with fsnotify marks by Eric Paris · 16 years ago
  51. e4aff11 fsnotify: allow groups to add private data to events by Eric Paris · 16 years ago
  52. 47882c6 fsnotify: add correlations between events by Eric Paris · 16 years ago
  53. 62ffe5d fsnotify: include pathnames with entries when possible by Eric Paris · 16 years ago
  54. a2d8bc6 fsnotify: generic notification queue and waitq by Eric Paris · 16 years ago
  55. 3c5119c dnotify: reimplement dnotify using fsnotify by Eric Paris · 16 years ago
  56. c28f7e5 fsnotify: parent event notification by Eric Paris · 16 years ago
  57. 3be25f4 fsnotify: add marks to inodes so groups can interpret how to handle those inodes by Eric Paris · 16 years ago
  58. 9058652 fsnotify: unified filesystem notification backend by Eric Paris · 16 years ago
  59. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  60. d3d07d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  61. 6cd8e30 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  62. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  63. 27951da Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  64. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 16 years ago
  65. 2e1483c kmemleak: Remove some of the kmemleak false positives by Catalin Marinas · 15 years ago
  66. d5cff63 kmemleak: Add the slab memory allocation/freeing hooks by Catalin Marinas · 15 years ago
  67. 3c7b4e6 kmemleak: Add the base support by Catalin Marinas · 15 years ago
  68. 49c3556 Merge branch 'serial-from-alan' by Linus Torvalds · 15 years ago
  69. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  70. cca3f45 perf_counter: Add counter->id to the throttle event by Peter Zijlstra · 15 years ago
  71. a308444 perf_counter: Better align code by Ingo Molnar · 15 years ago
  72. 8be6e8f perf_counter: Rename L2 to LL cache by Peter Zijlstra · 15 years ago
  73. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  74. 1c432d8 perf_counter: Rename enums by Peter Zijlstra · 15 years ago
  75. 8759ef3 lib: isolate rational fractions helper function by Oskar Schirmer · 15 years ago
  76. 34aec59 serial: Added Timberdale UART driver by Richard Röjfors · 15 years ago
  77. 08e0992 serial: add support for the TI AR7 internal UART by Florian Fainelli · 15 years ago
  78. c65c9bc tty: rewrite the ldisc locking by Alan Cox · 15 years ago
  79. e8b70e7 tty: Extract various bits of ldisc code by Alan Cox · 15 years ago
  80. 38db897 tty: throttling race fix by Alan Cox · 15 years ago
  81. 70fd8fd 8250_pci: add the OXCB950 chip to the 8250 PCI driver. by Andre Przywara · 15 years ago
  82. 70beaed serial: refactor ASYNC_ flags by Jiri Slaby · 15 years ago
  83. 08a951e tty: cyclades, remove typedefs by Jiri Slaby · 15 years ago
  84. 101b815 tty: cyclades, cache HW version by Jiri Slaby · 15 years ago
  85. 97e87f8 tty: cyclades, plx9060 casts cleanup by Jiri Slaby · 15 years ago
  86. 335f851 tty: Bring the usb tty port structure into more use by Alan Cox · 15 years ago
  87. 1ec739b tty: Implement a drain delay in the tty port by Alan Cox · 15 years ago
  88. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  89. df58ab2 perf_counter: Rename perf_counter_limit sysctl by Peter Zijlstra · 15 years ago
  90. 0764771 perf_counter: More paranoia settings by Peter Zijlstra · 15 years ago
  91. b0fd271 block: add request clone interface (v2) by Kiyoshi Ueda · 15 years ago
  92. cf9fe11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  93. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. 8f40642 Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  95. 20f3f3c Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 73fbad2 Merge branch 'next' into for-linus by James Morris · 15 years ago
  97. 9e350de perf_counter: Accurate period data by Peter Zijlstra · 15 years ago
  98. df1a132 perf_counter: Introduce struct for sample data by Peter Zijlstra · 15 years ago
  99. e7241d7 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 3f6280d Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago