1. 9883638 don't bother with tid_fd_revalidate() in lookups by Al Viro · 7 years ago
  2. 1ae9bd8 proc_lookupfd_common(): don't bother with instantiate unless the file is open by Al Viro · 7 years ago
  3. 1bbc551 procfs: get rid of ancient BS in pid_revalidate() uses by Al Viro · 7 years ago
  4. 11f17c9 cifs_lookup(): switch to d_splice_alias() by Al Viro · 7 years ago
  5. a8b75f6 cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL by Al Viro · 7 years ago
  6. 500e2ab 9p: unify paths in v9fs_vfs_lookup() by Al Viro · 7 years ago
  7. 1c5fedb ncp_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  8. 293542d hfsplus: switch to d_splice_alias() by Al Viro · 7 years ago
  9. 0e5c56f hfs: don't allow mounting over .../rsrc by Al Viro · 7 years ago
  10. 6b9ccee hfs: use d_splice_alias() by Al Viro · 7 years ago
  11. 18fbbfc omfs_lookup(): report IO errors, use d_splice_alias() by Al Viro · 7 years ago
  12. 04bb1ba orangefs_lookup: simplify by Al Viro · 7 years ago
  13. 0ed883f openpromfs: switch to d_splice_alias() by Al Viro · 7 years ago
  14. b113a6d xfs_vn_lookup: simplify a bit by Al Viro · 7 years ago
  15. 9a7dddc adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias() by Al Viro · 7 years ago
  16. 686bb96 adfs_lookup_byname: .. *is* taken care of in fs/namei.c by Al Viro · 7 years ago
  17. 8130c15 romfs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  18. c148170 qnx6_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  19. 191ac10 ubifs_lookup: use d_splice_alias() by Al Viro · 7 years ago
  20. 5bf3544 sysv_lookup: use d_splice_alias() by Al Viro · 7 years ago
  21. b135dce qnx4_lookup: use d_splice_alias() by Al Viro · 7 years ago
  22. b014951 minix_lookup: use d_splice_alias() by Al Viro · 7 years ago
  23. 72ff0b0 freevxfs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  24. d023b3a cramfs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  25. b455ecd bfs_add_entry: pass name/len as qstr pointer by Al Viro · 7 years ago
  26. 33ebdeb bfs_find_entry: pass name/len as qstr pointer by Al Viro · 7 years ago
  27. a596a23 bfs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  28. 837f3ec Merge branch 'work.misc' into work.lookup by Al Viro · 7 years ago
  29. baf1056 aio: fix io_destroy(2) vs. lookup_ioctx() race by Al Viro · 7 years ago
  30. 5aa1437 ext2: fix a block leak by Al Viro · 7 years ago
  31. 3819bb0 nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  32. 9c3e902 cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashed by Al Viro · 7 years ago
  33. 7b745a4e unfuck sysfs_mount() by Al Viro · 7 years ago
  34. 82382ac kernfs: deal with kernfs_fill_super() failures by Al Viro · 7 years ago
  35. 08a8f30 cramfs: Fix IS_ENABLED typo by Joe Perches · 7 years ago
  36. f4e4d43 befs_lookup(): use d_splice_alias() by Al Viro · 7 years ago
  37. 87fbd63 affs_lookup: switch to d_splice_alias() by Al Viro · 7 years ago
  38. 30da870 affs_lookup(): close a race with affs_remove_link() by Al Viro · 7 years ago
  39. 030c7e0 vfs: namei: use path_equal() in follow_dotdot() by Danilo Krummrich · 7 years ago
  40. 75abe32 fs.h: fix outdated comment about file flags by Li Qiang · 7 years ago
  41. e919328 __inode_security_revalidate() never gets NULL opt_dentry by Al Viro · 7 years ago
  42. 2220c5b make xattr_getsecurity() static by Al Viro · 7 years ago
  43. b127125 fix breakage caused by d_find_alias() semantics change by Al Viro · 7 years ago
  44. f6ddc16 vfat: simplify checks in vfat_lookup() by Al Viro · 7 years ago
  45. 61fec49 get rid of dead code in d_find_alias() by Al Viro · 7 years ago
  46. 79f546a fs: don't scan the inode cache before SB_BORN is set by Dave Chinner · 7 years ago
  47. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 7 years ago
  48. 1c18d2a it's SB_BORN, not MS_BORN... by Al Viro · 7 years ago
  49. d7760d6 iov_iter: fix memory leak in pipe_get_pages_alloc() by Ilya Dryomov · 7 years ago
  50. e76b6312 iov_iter: fix return type of __pipe_get_pages() by Ilya Dryomov · 7 years ago
  51. 3087147 msdos_rmdir(): kill BS comment by Al Viro · 7 years ago
  52. 16a34ad Don't leak MNT_INTERNAL away from internal mounts by Al Viro · 7 years ago
  53. 69c45d5 remove rpc_rmdir() by Al Viro · 7 years ago
  54. 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
  55. 4a3877c rpc_pipefs: fix double-dput() by Al Viro · 7 years ago
  56. 6590384 orangefs_kill_sb(): deal with allocation failures by Al Viro · 7 years ago
  57. c66b23c jffs2_kill_sb(): deal with failed allocations by Al Viro · 7 years ago
  58. a24cd49 hypfs_kill_super(): deal with failed allocations by Al Viro · 7 years ago
  59. 2276271 fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range() by Zev Weiss · 7 years ago
  60. 60cc43f Linux 4.17-rc1 by Linus Torvalds · 7 years ago
  61. e37563bb Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  62. 09c9b0e Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  63. f0d98d8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  64. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  65. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 71b8ebb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 174e719 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 19ca90d Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 68d54d3 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 9dceab8 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 7 years ago
  72. b1cb4f9 Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  73. 18b7fd1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  74. df6f280 kernel/kexec_file.c: move purgatories sha256 to common code by Philipp Rudo · 7 years ago
  75. 3be3f61 kernel/kexec_file.c: allow archs to set purgatory load address by Philipp Rudo · 7 years ago
  76. 8da0b72 kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load by Philipp Rudo · 7 years ago
  77. 620f697 kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs by Philipp Rudo · 7 years ago
  78. f1b1cca kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs by Philipp Rudo · 7 years ago
  79. 9304570 kernel/kexec_file.c: split up __kexec_load_puragory by Philipp Rudo · 7 years ago
  80. 8aec395 kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* by Philipp Rudo · 7 years ago
  81. 961d921 kernel/kexec_file.c: search symbols in read-only kexec_purgatory by Philipp Rudo · 7 years ago
  82. 65c225d kernel/kexec_file.c: make purgatory_info->ehdr const by Philipp Rudo · 7 years ago
  83. d2b8178 kernel/kexec_file.c: remove checks in kexec_purgatory_load by Philipp Rudo · 7 years ago
  84. ee6ebed include/linux/kexec.h: silence compile warnings by Philipp Rudo · 7 years ago
  85. babac4a kexec_file, x86: move re-factored code to generic side by AKASHI Takahiro · 7 years ago
  86. eb7dae9 x86: kexec_file: clean up prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  87. 8d5f894 x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer by AKASHI Takahiro · 7 years ago
  88. c72c7e6 x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  89. cbe6601 x86: kexec_file: purge system-ram walking from prepare_elf64_headers() by AKASHI Takahiro · 7 years ago
  90. 9ec4ece kexec_file,x86,powerpc: factor out kexec_file_ops functions by AKASHI Takahiro · 7 years ago
  91. b799a09 kexec_file: make use of purgatory optional by AKASHI Takahiro · 7 years ago
  92. 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 7 years ago
  93. a9f2a846 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 7 years ago
  94. 1cbf29d kexec: export PG_swapbacked to VMCOREINFO by Petr Tesarik · 7 years ago
  95. 3f05317 ipc/shm: fix use-after-free of shm file via remap_file_pages() by Eric Biggers · 7 years ago
  96. 4539722 mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU by Arnd Bergmann · 7 years ago
  97. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
  98. c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 7 years ago
  99. 09e35a4 mm/gup_benchmark: handle gup failures by Michael S. Tsirkin · 7 years ago
  100. 60bb83b resource: fix integer overflow at reallocation by Takashi Iwai · 7 years ago