1. 8ce74dd Merge tag 'trace-seq-file-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into for-next by Al Viro · 10 years ago
  2. 78d28e6 kill f_dentry macro by Al Viro · 10 years ago
  3. e63fa0d Merge branch 'for-lustre' into for-next by Al Viro · 10 years ago
  4. 08d4f77 dcache: fix kmemcheck warning in switch_names by Mikulas Patocka · 11 years ago
  5. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  6. 6f4e0d5 nfsd_vfs_write(): use file_inode() by Al Viro · 10 years ago
  7. a67f797 ncpfs: use file_inode() by Al Viro · 10 years ago
  8. b583043 kill f_dentry uses by Al Viro · 10 years ago
  9. 30e46ab lockd: get rid of ->f_path.dentry->d_sb by Al Viro · 10 years ago
  10. 3aa3377 procfs: get rid of ->f_dentry by Al Viro · 10 years ago
  11. ef8a1a1 nfsd: get rid of ->f_dentry by Al Viro · 10 years ago
  12. 32a5923 rpc_pipefs.c: get rid of f_dentry by Al Viro · 10 years ago
  13. 3c981bf afs_fsync: don't bother with ->f_path.dentry by Al Viro · 12 years ago
  14. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  15. ddb52f4 btrfs: get rid of f_dentry use by Al Viro · 10 years ago
  16. 244c7d4 nfsd/nfsctl.c: new helper by Al Viro · 10 years ago
  17. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  18. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  19. b5ae6b1 merge d_materialise_unique() into d_splice_alias() by Al Viro · 10 years ago
  20. 154e80e Merge branch 'for-gfs2' into for-next by Al Viro · 10 years ago
  21. 427c77d d_add_ci() should just accept a hashed exact match if it finds one by Al Viro · 10 years ago
  22. 845409b gfs2_atomic_open(): simplify the use of finish_no_open() by Al Viro · 10 years ago
  23. 81295ce gfs2_create_inode(): don't bother with d_splice_alias() by Al Viro · 10 years ago
  24. 986cdb8 gfs2: bugger off early if O_CREAT open finds a directory by Al Viro · 10 years ago
  25. 9761536 debugfs: Have debugfs_print_regs32() return void by Joe Perches · 10 years ago
  26. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  27. f365ef9 dlm: Use seq_puts() instead of seq_printf() for constant strings by Joe Perches · 10 years ago
  28. d6d906b dlm: Remove seq_printf() return checks and use seq_has_overflowed() by Joe Perches · 10 years ago
  29. e71456a netfilter: Remove checks of seq_printf() return values by Steven Rostedt (Red Hat) · 10 years ago
  30. 824f1fb netfilter: Convert print_tuple functions to return void by Joe Perches · 10 years ago
  31. 37246a5 netfilter: Remove return values for print_conntrack callbacks by Steven Rostedt (Red Hat) · 10 years ago
  32. ca5358e deal with deadlock in d_walk() by Al Viro · 10 years ago
  33. f76c23d lustre: use is_root_inode() by Al Viro · 10 years ago
  34. fd5c6c3 lustre: get rid of duplicate mountpoint checks by Al Viro · 10 years ago
  35. 59cc93e kill ll_link_generic() by Al Viro · 10 years ago
  36. ea4df50 ll_get_child_fid(): callers already have the child by Al Viro · 10 years ago
  37. 7885109 kill ll_rename_generic() by Al Viro · 10 years ago
  38. 521f2ad kill ll_unlink_generic() by Al Viro · 10 years ago
  39. 55dec61 kill ll_rmdir_generic() by Al Viro · 10 years ago
  40. b2037bb ll_new_inode(): don't bother with name - it's always &dentry->d_name by Al Viro · 10 years ago
  41. 60dd654 kill ll_symlink_generic() by Al Viro · 10 years ago
  42. 7c2f909 kill ll_mkdir_generic() by Al Viro · 10 years ago
  43. d6689e5 kill ll_mknod_generic() by Al Viro · 10 years ago
  44. e22fdcc lustre: switch ll_release_openhandle() to struct inode * by Al Viro · 10 years ago
  45. 2a8a359 lustre: use file_inode() by Al Viro · 10 years ago
  46. 09561a5 lustre: use %p[dD] by Al Viro · 11 years ago
  47. 74d0195 lustre: opened file can't have negative dentry by Al Viro · 11 years ago
  48. c139f3c ll_setxattr(): get rid of struct file on stack by Al Viro · 11 years ago
  49. 48eddfd lustre: switch ll_intent_file_open() to struct dentry * by Al Viro · 11 years ago
  50. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  51. a740022 new helper: is_root_inode() by Al Viro · 10 years ago
  52. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  53. 9f2f7d4c ovl: initialize ->is_cursor by Miklos Szeredi · 10 years ago
  54. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  55. b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
  56. 1f33c41 seq_file: Rename seq_overflow() to seq_has_overflowed() and make public by Joe Perches · 10 years ago
  57. f643ff5 isofs_cmp(): we'll never see a dentry for . or .. by Al Viro · 10 years ago
  58. d1b72cc overlayfs: fix lockdep misannotation by Miklos Szeredi · 10 years ago
  59. c209653 ovl: fix check for cursor by Miklos Szeredi · 10 years ago
  60. d45f00a overlayfs: barriers for opening upper-layer directory by Al Viro · 10 years ago
  61. 54ef6df rcu: Provide counterpart to rcu_dereference() for non-RCU situations by Paul E. McKenney · 10 years ago
  62. 5fecf3a staging: android: logger: Fix log corruption regression by Daniel Thompson · 10 years ago
  63. cac7f24 Linux 3.18-rc2 by Linus Torvalds · 10 years ago
  64. 88e2376 Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  65. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. efc176a Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 10 years ago
  67. d1e61eb ARM: dts: imx28-evk: Let i2c0 run at 100kHz by Fabio Estevam · 10 years ago
  68. a1fc198 ARM: i.MX6: Fix "emi" clock name typo by Steve Longerbeam · 10 years ago
  69. db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 10 years ago
  70. 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 10 years ago
  71. 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 10 years ago
  72. 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 10 years ago
  73. 2cc9188 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  74. cdc63a0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  75. 83da00f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  76. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  77. 20ca57c Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  78. c6d1340 Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  79. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  80. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  81. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  82. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 10 years ago
  83. 06090e8 sparc64: Implement __get_user_pages_fast(). by David S. Miller · 10 years ago
  84. ef3e035 sparc64: Fix register corruption in top-most kernel stack frame during boot. by David S. Miller · 10 years ago
  85. 9298040 arm64: ASLR: Don't randomise text when randomise_va_space == 0 by Arun Chandran · 10 years ago
  86. 4846f11 MIPS: SEAD3: Fix I2C device registration. by Ralf Baechle · 10 years ago
  87. 571ee1b kvm: vfio: fix unregister kvm_device_ops of vfio by Wanpeng Li · 10 years ago
  88. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 10 years ago
  89. 3d32e4d kvm: fix excessive pages un-pinning in kvm_iommu_map error path. by Quentin Casasnovas · 10 years ago
  90. 3f6f148 KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag by Nadav Amit · 10 years ago
  91. 13e457e KVM: x86: Emulator does not decode clflush well by Nadav Amit · 10 years ago
  92. a430c91 KVM: emulate: avoid accessing NULL ctxt->memopp by Paolo Bonzini · 10 years ago
  93. cc08d25 MIPS: SEAD3: Nuke PIC32 I2C driver. by Ralf Baechle · 10 years ago
  94. 08da44a KVM: x86: Decoding guest instructions which cross page boundary may fail by Nadav Amit · 10 years ago
  95. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 10 years ago
  96. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 10 years ago
  97. d1442d8 KVM: x86: Handle errors when RIP is set during far jumps by Nadav Amit · 10 years ago
  98. 234f3ce KVM: x86: Emulator fixes for eip canonical checks on near branches by Nadav Amit · 10 years ago
  99. 05c83ec KVM: x86: Fix wrong masking on relative jump/call by Nadav Amit · 10 years ago
  100. 2febc83 KVM: x86: Improve thread safety in pit by Andy Honig · 11 years ago