1. 2507a4f make dump_emit() use vfs_write() instead of banging at ->f_op->write directly by Al Viro · 11 years ago
  2. 1ad6701 binfmt_elf: count notes towards coredump limit by Al Viro · 11 years ago
  3. 43a5d54 aout: switch to dump_emit by Al Viro · 11 years ago
  4. cdc3d56 switch elf_coredump_extra_notes_write() to dump_emit() by Al Viro · 11 years ago
  5. e6c1baa convert the rest of binfmt_elf_fdpic to dump_emit() by Al Viro · 11 years ago
  6. 13046ec binfmt_elf: convert writing actual dump pages to dump_emit() by Al Viro · 11 years ago
  7. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  8. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  9. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  10. 7d2f551 restore 32bit aout coredump by Al Viro · 11 years ago
  11. 0f6ed63 no need to keep brlock macros anymore... by Al Viro · 11 years ago
  12. 11d100d coda_revalidate_inode(): switch to passing inode... by Al Viro · 11 years ago
  13. b61625d fold __d_shrink() into its only remaining caller by Al Viro · 11 years ago
  14. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  15. 8b61e74 get rid of {lock,unlock}_rcu_walk() by Al Viro · 11 years ago
  16. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  17. 42c3260 switch shrink_dcache_for_umount() to use of d_walk() by Al Viro · 11 years ago
  18. dd3e2c5 fuse: rcu-delay freeing fuse_conn by Al Viro · 11 years ago
  19. 1adfcb0 pid_namespace: make freeing struct pid_namespace rcu-delayed by Al Viro · 11 years ago
  20. 1dcddd4 ncpfs: rcu-delay unload_nls() and freeing ncp_server by Al Viro · 11 years ago
  21. cac45b0 fat: rcu-delay unloading nls and freeing sbi by Al Viro · 11 years ago
  22. 2e32cf5 cifs: rcu-delay unload_nls() and freeing sbi by Al Viro · 11 years ago
  23. baa4067 autofs4: make freeing sbi rcu-delayed by Al Viro · 11 years ago
  24. 2d1d9b5 adfs: delayed freeing of sbi by Al Viro · 11 years ago
  25. 30687e0 hpfs: make freeing sbi and codetables rcu-delayed by Al Viro · 11 years ago
  26. e2fec7c make freeing super_block rcu-delayed by Al Viro · 11 years ago
  27. b70a80e vfs: introduce d_instantiate_no_diralias() by Miklos Szeredi · 11 years ago
  28. 94e92a6 move taking vfsmount_lock down into prepend_path() by Al Viro · 11 years ago
  29. 474279d split __lookup_mnt() in two functions by Al Viro · 11 years ago
  30. 7eb5e88 uninline destroy_super(), consolidate alloc_super() by Al Viro · 11 years ago
  31. 966c1f7 isofs: don't pass dentry to isofs_hash{i,}_common() by Al Viro · 11 years ago
  32. 719ea2f new helpers: lock_mount_hash/unlock_mount_hash by Al Viro · 11 years ago
  33. aab407f don't bother with vfsmount_lock in mounts_poll() by Al Viro · 11 years ago
  34. aba809cf namespace.c: get rid of mnt_ghosts by Al Viro · 11 years ago
  35. 9559f68 fold dup_mnt_ns() into its only surviving caller by Al Viro · 11 years ago
  36. f6b742d mnt_set_expiry() doesn't need vfsmount_lock by Al Viro · 11 years ago
  37. 22a7919 finish_automount() doesn't need vfsmount_lock for removal from expiry list by Al Viro · 11 years ago
  38. 085e83f fs/namespace.c: bury long-dead define by Al Viro · 11 years ago
  39. 649a795 fold mntfree() into mntput_no_expire() by Al Viro · 11 years ago
  40. 6339dab do_remount(): pull touch_mnt_namespace() up by Al Viro · 11 years ago
  41. aa7a574 dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lock by Al Viro · 11 years ago
  42. 44bb438 fs_is_visible only needs namespace_sem held shared by Al Viro · 11 years ago
  43. 59aa0da initialize namespace_sem statically by Al Viro · 11 years ago
  44. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  45. 22bd002 rtl8188eu: remove dead code by Al Viro · 11 years ago
  46. 79b185d dmxdev: get rid of pointless clearing ->f_op by Al Viro · 11 years ago
  47. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  48. 7b00ed6 put_mnt_ns(): use drop_collected_mounts() by Al Viro · 11 years ago
  49. 84eb353 ncpfs: switch to %p[dD] by Al Viro · 11 years ago
  50. 4cb2a01 ubifs: switch to %pd by Al Viro · 11 years ago
  51. 1e903ed sunrpc: switch to %pd by Al Viro · 11 years ago
  52. a6a9f18 nfsd: switch to %p[dD] by Al Viro · 11 years ago
  53. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  54. 48bc06e befs: split symlink iops in two - for short and long symlinks resp. by Al Viro · 11 years ago
  55. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  56. 12f3887 libfs: get exports to definitions of objects being exported... by Al Viro · 11 years ago
  57. cbe9c08 ecryptfs: ->lower_path.dentry is never NULL by Al Viro · 11 years ago
  58. 92dd123 ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt} by Al Viro · 11 years ago
  59. 2edbfbf ecryptfs: don't leave RCU pathwalk immediately by Al Viro · 11 years ago
  60. 3a93e17 ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_op by Al Viro · 11 years ago
  61. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  62. d0e639c9 Linux 3.12-rc4 by Linus Torvalds · 11 years ago
  63. 2433c8f net: Update the sysctl permissions handler to test effective uid/gid by Eric W. Biederman · 11 years ago
  64. 13caa8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  65. 831ae3c Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  66. e62063d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  67. 85f6d2d Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  68. 4ed5476 Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  69. e3757a1 Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  70. 20fa786 Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  71. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  72. 1329dfc Merge branch 'for-linus' into for-linus-3.12 by Chris Mason · 11 years ago
  73. a5c984c Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  74. 95167aa Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  75. 67d470e Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero" by Bjorn Helgaas · 11 years ago
  76. 7dee8df Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  77. 3dbecf0 Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  78. ab35406 selinux: remove 'flags' parameter from avc_audit() by Linus Torvalds · 11 years ago
  79. cb4fbe5 selinux: avc_has_perm_flags has no more users by Linus Torvalds · 11 years ago
  80. 1357272 Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing by Ilya Dryomov · 11 years ago
  81. 964fb15 Btrfs: eliminate races in worker stopping code by Ilya Dryomov · 11 years ago
  82. 385fe0b Btrfs: fix crash of compressed writes by Liu Bo · 11 years ago
  83. 60e7cd3 Btrfs: fix transid verify errors when recovering log tree by Josef Bacik · 11 years ago
  84. 19e4983 selinux: remove 'flags' parameter from inode_has_perm by Linus Torvalds · 11 years ago
  85. b2a42f7 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  86. 9b3b77f xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  87. 6d31349 xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  88. 89c6c89 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  89. 15c83d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  90. 8e1a254 Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  91. 0d45dab Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  92. 0bfdbf0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  93. 413df1c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  94. 7f467cb Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. fcaaba6 dmaengine: imx-dma: fix callback path in tasklet by Michael Grzeschik · 11 years ago
  96. 5a276fa dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet by Michael Grzeschik · 11 years ago
  97. edc530f dmaengine: imx-dma: fix slow path issue in prep_dma_cyclic by Michael Grzeschik · 11 years ago
  98. a9fbf4d xen/hvc: allow xenboot console to be used again by David Vrabel · 11 years ago
  99. a214339 usb: chipidea: add Intel Clovertrail pci id by David Cohen · 11 years ago
  100. 677a315 staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdevice by Ian Abbott · 11 years ago