1. 5e26124 logfs: no need to lock directory in lseek by Al Viro · 8 years ago
  2. 51a16a9 switch ecryptfs to ->iterate_shared by Al Viro · 8 years ago
  3. a063ff1 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  4. 5963ded 9p: switch to ->iterate_shared() by Al Viro · 8 years ago
  5. 98d4b8d fat: switch to ->iterate_shared() by Al Viro · 8 years ago
  6. d375570 romfs, squashfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  7. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  8. 060ff68 lustre: don't need to lock inode in directory lseek by Al Viro · 8 years ago
  9. 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 8 years ago
  10. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 8 years ago
  11. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 8 years ago
  12. 99d8258 get_rock_ridge_filename(): handle malformed NM entries by Al Viro · 8 years ago
  13. 6a480a7 ecryptfs: fix handling of directory opening by Al Viro · 8 years ago
  14. 9ac3d3e nfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  15. 9cf843e lookup_open(): lock the parent shared unless O_CREAT is given by Al Viro · 8 years ago
  16. 6fbd071 lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lookup hash by Al Viro · 8 years ago
  17. 12fa5e2 lookup_open(): expand the call of real_lookup() by Al Viro · 8 years ago
  18. 384f26e atomic_open(): reorder and clean up a bit by Al Viro · 8 years ago
  19. 1643b43 lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open() by Al Viro · 8 years ago
  20. b3d58ea atomic_open(): be paranoid about may_open() return value by Al Viro · 8 years ago
  21. 0fb1ea0 atomic_open(): delay open_to_namei_flags() until the method call by Al Viro · 8 years ago
  22. fe9ec82 do_last(): take fput() on error after opening to out: by Al Viro · 8 years ago
  23. 47f9dbd do_last(): get rid of duplicate ELOOP check by Al Viro · 8 years ago
  24. 55db2fd atomic_open(): massage the create_error logics a bit by Al Viro · 8 years ago
  25. 9d0728e atomic_open(): consolidate "overridden ENOENT" in open-yourself cases by Al Viro · 8 years ago
  26. 5249e41 atomic_open(): don't bother with EEXIST check - it's done in do_last() by Al Viro · 8 years ago
  27. df889b3 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  28. ce8644f lookup_open(): expand the call of vfs_create() by Al Viro · 8 years ago
  29. 6ac0870 path_openat(): take O_PATH handling out of do_last() by Al Viro · 8 years ago
  30. 3b0a3c1 simple local filesystems: switch to ->iterate_shared() by Al Viro · 8 years ago
  31. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 8 years ago
  32. 3125d26 cifs: switch to ->iterate_shared() by Al Viro · 8 years ago
  33. d9b3dbd fuse: switch to ->iterate_shared() by Al Viro · 8 years ago
  34. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 8 years ago
  35. 76aab3a proc_sys_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  36. 3781764 proc_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  37. 6192269 introduce a parallel variant of ->iterate() by Al Viro · 8 years ago
  38. 63b6df1 give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() by Al Viro · 8 years ago
  39. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  40. d9171b9 parallel lookups machinery, part 4 (and last) by Al Viro · 8 years ago
  41. 94bdd65 parallel lookups machinery, part 3 by Al Viro · 8 years ago
  42. 84e710d parallel lookups machinery, part 2 by Al Viro · 8 years ago
  43. 85c7f81 beginning of transition to parallel lookups - marking in-lookup dentries by Al Viro · 8 years ago
  44. 0568d70 __d_add(): don't drop/regain ->d_lock by Al Viro · 8 years ago
  45. 1936386 lookup_slow(): bugger off on IS_DEADDIR() from the very beginning by Al Viro · 8 years ago
  46. d2caaa0 nfs: missing wakeup in nfs_unblock_sillyrename() by Al Viro · 8 years ago
  47. be5b82d make ext2_get_page() and friends work without external serialization by Al Viro · 8 years ago
  48. b9e1d43 ovl_lookup_real(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  49. 383d4e8 reconnect_one(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  50. 1ae1f3f reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack() by Al Viro · 8 years ago
  51. 5ecfcb2 orangefs: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  52. 7b9743e ocfs2: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  53. 48f35b7 configfs_detach_prep(): make sure that wait_mutex won't go away by Al Viro · 8 years ago
  54. 779b839 kernfs: use lookup_one_len_unlocked() by Al Viro · 8 years ago
  55. b968091 security_d_instantiate(): move to the point prior to attaching dentry to inode by Al Viro · 8 years ago
  56. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  57. 10c64ce atomic_open(): fix the handling of create_error by Al Viro · 8 years ago
  58. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  59. bf16200 Linux 4.6-rc3 by Linus Torvalds · 8 years ago
  60. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  61. 08b15d1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  62. 2f422f9 Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  63. 6a7c924 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  64. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  65. 79a628d reiserfs: switch to generic_{get,set,remove}xattr() by Al Viro · 8 years ago
  66. 5fdccfe cifs: kill more bogus checks in ->...xattr() methods by Al Viro · 8 years ago
  67. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  68. 5b5b7fd Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  69. 239467e Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  70. 289b7bf Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  71. 183c948 Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  72. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  73. c6e6e58 Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  74. fb41b4b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  75. 63b106a Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  76. 40bca9d Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  77. 9ef11ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  78. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  79. 6759212 Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  80. 1a59c53 Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  81. caf2808 i2c: jz4780: really prevent potential division by zero by Wolfram Sang · 8 years ago
  82. 4ececb7 Revert "i2c: jz4780: prevent potential division by zero" by Wolfram Sang · 8 years ago
  83. 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 8 years ago
  84. 636c8a8 Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  85. 30d237a Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  86. 3430284 bridge, netem: mark mailing lists as moderated by stephen hemminger · 8 years ago
  87. cb910c1 parisc: Update comment regarding relative extable support by Helge Deller · 8 years ago
  88. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 8 years ago
  89. ef72f311 parisc: Fix kernel crash with reversed copy_from_user() by Helge Deller · 8 years ago
  90. e389302 parisc: Avoid function pointers for kernel exception routines by Helge Deller · 8 years ago
  91. 592570c parisc: Handle R_PARISC_PCREL32 relocations in kernel modules by Helge Deller · 8 years ago
  92. 016adb7 tuntap: restore default qdisc by Jason Wang · 8 years ago
  93. e56f498 orangefs: remove unused variable by Martin Brandenburg · 8 years ago
  94. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  95. fa81e66 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  96. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 8 years ago
  97. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 8 years ago
  98. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 8 years ago
  99. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  100. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 8 years ago