1. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  2. bf349a4 spufs: shift dget/mntget towards dentry_open() by Al Viro · 12 years ago
  3. 3b6456d zoran: don't bother with struct file * in zoran_map by Al Viro · 12 years ago
  4. 3b8b487 ecryptfs: don't reinvent the wheels, please - use struct completion by Al Viro · 12 years ago
  5. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  6. 32a7991 tidy up namei.c a bit by Al Viro · 12 years ago
  7. 3c0a616 unobfuscate follow_up() a bit by Al Viro · 12 years ago
  8. de9b942 ext3: pass custom EOF to generic_file_llseek_size() by Eric Sandeen · 12 years ago
  9. ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 12 years ago
  10. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  11. 4ea425b vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes by Jan Kara · 12 years ago
  12. d0e91b1 vfs: Remove unnecessary flushing of block devices by Jan Kara · 12 years ago
  13. a8c7176 vfs: Make sys_sync writeout also block device inodes by Jan Kara · 12 years ago
  14. 5c0d6b6 vfs: Create function for iterating over block devices by Jan Kara · 12 years ago
  15. b3de653 vfs: Reorder operations during sys_sync by Jan Kara · 12 years ago
  16. a117782 quota: Move quota syncing to ->sync_fs method by Jan Kara · 12 years ago
  17. ceed172 quota: Split dquot_quota_sync() to writeback and cache flushing part by Jan Kara · 12 years ago
  18. 6eedc70 vfs: Move noop_backing_dev_info check from sync into writeback by Jan Kara · 12 years ago
  19. 9e9ad5f fs/ufs: get rid of write_super by Artem Bityutskiy · 12 years ago
  20. 7bd54ef fs/ufs: re-arrange the code a bit by Artem Bityutskiy · 12 years ago
  21. 65e5e83 fs/ufs: remove extra superblock write on unmount by Artem Bityutskiy · 12 years ago
  22. 9d46be2 fs/sysv: stop using write_super and s_dirt by Artem Bityutskiy · 12 years ago
  23. eee4589 fs/sysv: remove another useless write_super call by Artem Bityutskiy · 12 years ago
  24. a4d05d3 fs/sysv: remove useless write_super call by Artem Bityutskiy · 12 years ago
  25. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  26. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  27. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  28. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  29. b593523 hfs: get rid of lock_super by Artem Bityutskiy · 12 years ago
  30. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  31. 9e6c582 hfsplus: get rid of write_super by Artem Bityutskiy · 12 years ago
  32. 58770d7 hfsplus: remove useless check by Artem Bityutskiy · 12 years ago
  33. b7a90e8 hfsplus: amend debugging print by Artem Bityutskiy · 12 years ago
  34. 0a81861 hfsplus: make hfsplus_sync_fs static by Artem Bityutskiy · 12 years ago
  35. d35abdb hold task_lock around checks in keyctl by Al Viro · 12 years ago
  36. 6120d3d get rid of ->scm_work_list by Al Viro · 12 years ago
  37. 3ffa3c0 aio: now fput() is OK from interrupt context; get rid of manual delayed __fput() by Al Viro · 12 years ago
  38. 4a9d4b0 switch fput to task_work_add by Al Viro · 12 years ago
  39. a2d4c71 deal with task_work callbacks adding more work by Al Viro · 12 years ago
  40. ed3e694 move exit_task_work() past exit_files() et.al. by Al Viro · 12 years ago
  41. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  42. 158e164 trim task_work: get rid of hlist by Al Viro · 12 years ago
  43. 41f9d29 trimming task_work: kill ->data by Al Viro · 12 years ago
  44. 7266702 signal: make sure we don't get stopped with pending task_work by Al Viro · 12 years ago
  45. 1e0ea00 use __lookup_hash() in kern_path_parent() by Al Viro · 12 years ago
  46. 3ba9738 net: ethernet: davinci_emac: add pm_runtime support by Mark A. Greer · 12 years ago
  47. c6f0b4e net: ethernet: davinci_emac: Remove unnecessary #include by Mark A. Greer · 12 years ago
  48. e2b34e3 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  49. f8b72d3 net-next: minor cleanups for bonding documentation by Rick Jones · 12 years ago
  50. 406a3c6 net: netprio_cgroup: rework update socket logic by John Fastabend · 12 years ago
  51. 0690899 tun: experimental zero copy tx support by Michael S. Tsirkin · 12 years ago
  52. dcc0fb7 skbuff: export skb_copy_ubufs by Michael S. Tsirkin · 12 years ago
  53. 1080e51 net: orphan frags on receive by Michael S. Tsirkin · 12 years ago
  54. 868eefe tun: orphan frags on xmit by Michael S. Tsirkin · 12 years ago
  55. 70008aa skbuff: convert to skb_orphan_frags by Michael S. Tsirkin · 12 years ago
  56. a353e0c skbuff: add an api to orphan frags by Michael S. Tsirkin · 12 years ago
  57. 2bd3488 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. d47e12d ixgbe: Fix build with PCI_IOV enabled. by David S. Miller · 12 years ago
  59. 7491302 forcedeth: advertise transmit time stamping by Richard Cochran · 12 years ago
  60. 7b1115e e1000e: advertise transmit time stamping by Richard Cochran · 12 years ago
  61. e10df2c e1000: advertise transmit time stamping by Richard Cochran · 12 years ago
  62. be53ce1 bnx2x: advertise transmit time stamping by Richard Cochran · 12 years ago
  63. 1d69c2b rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference by Mark A. Greer · 12 years ago
  64. 108ecc4 mmc: core: reset signal voltage on power up by Aaron Lu · 12 years ago
  65. 55c4665 mmc: sd: Fix sd current limit setting by Aaron Lu · 12 years ago
  66. 94c1814 mmc: omap_hsmmc: add clk_prepare and clk_unprepare by Rajendra Nayak · 12 years ago
  67. 38cfc2f mmc: sdhci: When a UHS switch fails, cycle power if regulator is used by Philip Rakity · 12 years ago
  68. 8a4de07 mmc: atmel-mci: modify CLKDIV displaying in debugfs by Nicolas Ferre · 12 years ago
  69. 41b4e9a mmc: atmel-mci: fix incorrect setting of host->data to NULL by Nicolas Ferre · 12 years ago
  70. eb6d5ae mmc: sdhci: poll for card even when card is logically unremovable by Daniel Drake · 12 years ago
  71. 973905f mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER by Aaron Lu · 12 years ago
  72. aa6439d mmc: sdio: Change pr_warning to pr_warn_ratelimited by Liu Chuansheng · 12 years ago
  73. d5d96ed Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. a39ca6ae mmc: core: Simplify and fix for SD switch processing by Aaron Lu · 12 years ago
  75. b67c6b4 mmc: sdhci: restore host settings when card is removed by Aaron Lu · 12 years ago
  76. 473b095a mmc: sdhci: fix incorrect command used in tuning by Aaron Lu · 12 years ago
  77. 55fc05b mmc: sdhci-pci: CaFe has broken card detection by Daniel Drake · 12 years ago
  78. 0fc81ee mmc: sdhci: Report failure reasons for all cases in sdhci_add_host() by Mark Brown · 12 years ago
  79. b9929f0 mmc: s3cmci: Convert s3cmci driver to gpiolib API by Sylwester Nawrocki · 12 years ago
  80. bd6a8c3 mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS by Philip Rakity · 12 years ago
  81. 4dc5a79 mmc: mxs-mmc: enable regulator for mmc slot by Shawn Guo · 12 years ago
  82. fd183f6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  83. bd3e57f Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. 5dc7c77 Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 12 years ago
  85. 2a304bb wimax: fix printk format warnings by Randy Dunlap · 12 years ago
  86. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  87. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  88. 24ab3275 spi/omap2: mark omap2_mcspi_master_setup as __devinit by Arnd Bergmann · 12 years ago
  89. 0980e56 ipv4: tcp: set unicast_sock uc_ttl to -1 by Eric Dumazet · 12 years ago
  90. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. a065de0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 824c313 xfs: remove xfs_ialloc_find_free by Christoph Hellwig · 12 years ago
  93. 3992c03 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 3384fb9 Merge branch 'regulator-drivers' into regulator-next by Mark Brown · 12 years ago
  95. 8cfc545 Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into regulator-next by Mark Brown · 12 years ago
  96. 38e2319 Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next by Mark Brown · 12 years ago
  97. 55acddd Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 2eafeb6 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 16d286e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. ceee0e9 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago