1. b9e4e3b fanotify: allow users to set an ignored_mask by Eric Paris · 15 years ago
  2. 33af5e3 fsnotify: ignored_mask - excluding notification by Eric Paris · 15 years ago
  3. 90b1e7a fsnotify: allow marks to not pin inodes in core by Eric Paris · 15 years ago
  4. 88380fe fanotify: remove fanotify.h declarations by Andreas Gruenbacher · 15 years ago
  5. eac8e9e fanotify: rename FAN_MARK_ON_VFSMOUNT to FAN_MARK_MOUNT by Andreas Gruenbacher · 15 years ago
  6. 0ff21db fanotify: hooks the fanotify_mark syscall to the vfsmount code by Eric Paris · 15 years ago
  7. 1c52906 fanotify: should_send_event needs to handle vfsmounts by Eric Paris · 15 years ago
  8. ca9c726 fsnotify: Infrastructure for per-mount watches by Andreas Gruenbacher · 15 years ago
  9. 0d48b7f fsnotify: vfsmount marks generic functions by Eric Paris · 15 years ago
  10. 2504c5d fsnotify/vfsmount: add fsnotify fields to struct vfsmount by Andreas Gruenbacher · 15 years ago
  11. 5444e29 fsnotify: split generic and inode specific mark code by Eric Paris · 15 years ago
  12. 32c3263 fanotify: Add pids to events by Andreas Gruenbacher · 15 years ago
  13. a1014f1 fanotify: send events using read by Eric Paris · 15 years ago
  14. 2a3edf8 fanotify: fanotify_mark syscall implementation by Eric Paris · 15 years ago
  15. bbaa416 fanotify: sys_fanotify_mark declartion by Eric Paris · 15 years ago
  16. 52c923d fanotify: fanotify_init syscall implementation by Eric Paris · 15 years ago
  17. 11637e4 fanotify: fanotify_init syscall declaration by Eric Paris · 15 years ago
  18. ff0b16a fanotify: fscking all notification system by Eric Paris · 15 years ago
  19. 12ed2e3 fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict by Signed-off-by: Wu Fengguang · 15 years ago
  20. ecf081d vfs: introduce FMODE_NONOTIFY by Eric Paris · 15 years ago
  21. 841bdc1 fsnotify: rename mark_entry to just mark by Eric Paris · 15 years ago
  22. d077544 fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark by Eric Paris · 15 years ago
  23. e61ce86 fsnotify: rename fsnotify_mark_entry to just fsnotify_mark by Eric Paris · 15 years ago
  24. 72acc85 fsnotify: kill FSNOTIFY_EVENT_FILE by Andreas Gruenbacher · 15 years ago
  25. 098cf2f fsnotify: add flags to fsnotify_mark_entries by Eric Paris · 15 years ago
  26. 4136510 fsnotify: add vfsmount specific fields to the fsnotify_mark_entry union by Eric Paris · 15 years ago
  27. 2823e04 fsnotify: put inode specific fields in an fsnotify_mark in a union by Eric Paris · 15 years ago
  28. 3a9fb89 fsnotify: include vfsmount in should_send_event when appropriate by Eric Paris · 15 years ago
  29. 7131485 fsnotify: mount point listeners list and global mask by Eric Paris · 15 years ago
  30. 19c2a0e fsnotify: rename fsnotify_groups to fsnotify_inode_groups by Eric Paris · 15 years ago
  31. 0d2e2a1 fsnotify: drop mask argument from fsnotify_alloc_group by Eric Paris · 15 years ago
  32. ffab834 fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group by Eric Paris · 15 years ago
  33. 74be0cc fsnotify: remove group_num altogether by Eric Paris · 15 years ago
  34. 1201a53 fsnotify: replace an event on a list by Eric Paris · 15 years ago
  35. b4e4e14 fsnotify: clone existing events by Eric Paris · 15 years ago
  36. 74766bb fsnotify: per group notification queue merge types by Eric Paris · 15 years ago
  37. 28c60e3 fsnotify: send struct file when sending events to parents when possible by Eric Paris · 15 years ago
  38. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 15 years ago
  39. 8112e2d fsnotify: include data in should_send calls by Eric Paris · 15 years ago
  40. 7b0a04f fsnotify: provide the data type to should_send_event by Eric Paris · 15 years ago
  41. 2dfc1ca inotify: remove inotify in kernel interface by Eric Paris · 15 years ago
  42. 28a3a7e audit: reimplement audit_trees using fsnotify rather than inotify by Eric Paris · 15 years ago
  43. 40554c3 fsnotify: allow addition of duplicate fsnotify marks by Eric Paris · 15 years ago
  44. 9e1c743 fsnotify: duplicate fsnotify_mark_entry data between 2 marks by Eric Paris · 15 years ago
  45. e9fd702 audit: convert audit watches to use fsnotify instead of inotify by Eric Paris · 15 years ago
  46. a376bca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  47. dbbe464 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  48. 3b87956 net sched: fix race in mirred device removal by stephen hemminger · 14 years ago
  49. 0e1cf38 Merge branch 'bugzilla-16396' into release by Len Brown · 14 years ago
  50. 72ad5d7 ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAM by Rafael J. Wysocki · 14 years ago
  51. 86c65a7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  52. 339a2af 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
  53. da5e37e vmlinux.lds: fix .data..init_task output section (fix popwerpc boot) by Sam Ravnborg · 14 years ago
  54. 4a973f2 Merge branch 'bugzilla-15886' into release by Len Brown · 14 years ago
  55. 718be4a ACPI: skip checking BM_STS if the BIOS doesn't ask for it by Len Brown · 14 years ago
  56. 8a35747 macvtap: Limit packet queue length by Herbert Xu · 14 years ago
  57. 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
  58. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  59. 95977d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  60. f8324e2 math-emu: correct test for downshifting fraction in _FP_FROM_INT() by Mikael Pettersson · 14 years ago
  61. 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
  62. a6a1a09 include/linux/vgaarb.h: add missing part of include guard by Doug Goldstein · 14 years ago
  63. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  64. 844b9a8 vfs: fix RCU-lockdep false positive due to /proc by Paul E. McKenney · 14 years ago
  65. 07fca0e tracing: Properly align linker defined symbols by Sam Ravnborg · 14 years ago
  66. 772a2f9 fb: handle allocation failure in alloc_apertures() by Dan Carpenter · 14 years ago
  67. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  68. 2044f22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  69. bea9a6d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  70. 58c84ed PCI: fall back to original BIOS BAR addresses by Bjorn Helgaas · 14 years ago
  71. f469461 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
  72. cc10b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  73. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  74. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  75. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  76. 9f71963 Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  77. 44a54f7 tracing: Add alignment to syscall metadata declarations by Steven Rostedt · 14 years ago
  78. 095c247 V4L/DVB: tuner: Add a definition for the Philips FQ1236 MK5 NTSC tuner by Andy Walls · 14 years ago
  79. c77e9e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  80. 2aa72f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  81. 78178c7 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  82. 5870a4d drm/ttm: Allocate the page pool manager in the heap. by Francisco Jerez · 14 years ago
  83. 140236b VFS: introduce s_dirty accessors by Artem Bityutskiy · 14 years ago
  84. 47a716c 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
  85. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  86. edadfb1 writeback: split writeback_inodes_wb by Christoph Hellwig · 14 years ago
  87. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  88. bcfcc45 net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined by Ben Hutchings · 14 years ago
  89. b945d6b rbtree: Undo augmented trees performance damage and regression by Peter Zijlstra · 14 years ago
  90. ff49d74 module: initialize module dynamic debug later by Yehuda Sadeh · 14 years ago
  91. e2aec37 linux/net.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  92. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  93. 4ef6acf sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock by John Fastabend · 14 years ago
  94. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. 8264569 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  96. c6353b4 ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 by Tejun Heo · 14 years ago
  97. bf4f42b Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  98. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 14 years ago
  99. b26c949 fb: fix colliding defines for fb flags. by Dave Airlie · 14 years ago
  100. 9b2c2ff mv643xx_eth: use sw csum for big packets by Saeed Bishara · 14 years ago