1. 4108124 fs/efs/super.c: fix return value by Heloise · 8 years ago
  2. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  3. 8236431 fs/efivarfs/inode.c: use generic UUID library by Andy Shevchenko · 8 years ago
  4. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  5. 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  6. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 8 years ago
  7. d2005e3 userfaultfd: don't pin the user memory in userfaultfd_file_create() by Oleg Nesterov · 8 years ago
  8. 78ebc2f mm,writeback: don't use memory reserves for wb_start_writeback by Tetsuo Handa · 8 years ago
  9. 63678c3 tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU by Rich Felker · 8 years ago
  10. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  11. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
  12. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  13. 8f9b180 ocfs2: clean up an unneeded goto in ocfs2_put_slot() by Guozhonghua · 8 years ago
  14. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 8 years ago
  15. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 8 years ago
  16. 8ba4422 ocfs2: fix comment in struct ocfs2_extended_slot by Guozhonghua · 8 years ago
  17. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  18. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  19. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  20. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  21. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. e34df33 Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. 9f54180 xfs: concurrent readdir hangs on data buffer locks by Dave Chinner · 8 years ago
  25. fe742fd4 Revert "btrfs: switch to ->iterate_shared()" by Al Viro · 8 years ago
  26. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  29. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  30. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  31. e0d46f5 btrfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  32. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  33. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. 681750c Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 820c687 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  37. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  38. cb6fd68 exec: clarify reasoning for euid/egid reset by Kees Cook · 8 years ago
  39. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 8 years ago
  40. 5a4f7e8 Update cifs.ko version to 2.09 by Steve French · 8 years ago
  41. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 8 years ago
  42. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 8 years ago
  43. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 8 years ago
  44. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 8 years ago
  45. 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 8 years ago
  46. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 8 years ago
  47. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  49. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  50. 49817c3 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  51. 0fed3ac namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
  52. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. 6ba5b85 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. 1410b74 Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  55. e55d531 crash_dump: Add vmcore_elf32_check_arch by Daniel Wagner · 8 years ago
  56. c8b6056 jfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  57. 6c8f980 jfs: Clean up xattr name mapping by Andreas Gruenbacher · 8 years ago
  58. 1a39ba9 gfs2: Switch to generic xattr handlers by Al Viro · 8 years ago
  59. ae05327 ext4: switch to ->iterate_shared() by Al Viro · 8 years ago
  60. 9717a91 hfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  61. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 8 years ago
  62. 552a9d4 hostfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  63. 7d674b3 hpfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  64. e82c314 hpfs: handle allocation failures in hpfs_add_pos() by Al Viro · 8 years ago
  65. c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 8 years ago
  66. 5ee0fbd ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang by Junxiao Bi · 8 years ago
  67. 1d1bb23 gfs2: switch to ->iterate_shared() by Al Viro · 8 years ago
  68. 2c4cb04 coredump: only charge written data against RLIMIT_CORE by Omar Sandoval · 8 years ago
  69. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 8 years ago
  70. 3cc9b23 kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call by Serge E. Hallyn · 8 years ago
  71. e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  72. 38b78a5 ovl: ignore permissions on underlying lookup by Miklos Szeredi · 8 years ago
  73. 3c9fe8c vfs: add lookup_hash() helper by Miklos Szeredi · 8 years ago
  74. 9409e22 vfs: rename: check backing inode being equal by Miklos Szeredi · 8 years ago
  75. 54d5ca8 vfs: add vfs_select_inode() helper by Miklos Szeredi · 8 years ago
  76. e77d0c6 f2fs: switch to ->iterate_shared() by Al Viro · 8 years ago
  77. 29884ef afs: switch to ->iterate_shared() by Al Viro · 8 years ago
  78. e23e9aa befs: switch to ->iterate_shared() by Al Viro · 8 years ago
  79. 22341d8 befs: constify stuff a bit by Al Viro · 8 years ago
  80. 1e92a61 Revert "proc/base: make prompt shell start from new line after executing "cat /proc/$pid/wchan"" by Robin Humble · 8 years ago
  81. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  82. e899108 isofs: switch to ->iterate_shared() by Al Viro · 8 years ago
  83. 4f41fc5 cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces by Serge E. Hallyn · 8 years ago
  84. e17a21d get_acorn_filename(): deobfuscate a bit by Al Viro · 8 years ago
  85. 972b241 btrfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  86. 5e26124 logfs: no need to lock directory in lseek by Al Viro · 8 years ago
  87. 51a16a9 switch ecryptfs to ->iterate_shared by Al Viro · 8 years ago
  88. a063ff1 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  89. 5963ded 9p: switch to ->iterate_shared() by Al Viro · 8 years ago
  90. 98d4b8d fat: switch to ->iterate_shared() by Al Viro · 8 years ago
  91. d375570 romfs, squashfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  92. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  93. 8cb0d2c kernfs: no point locking directory around that generic_file_llseek() by Al Viro · 8 years ago
  94. a01b300 configfs_readdir(): make safe under shared lock by Al Viro · 8 years ago
  95. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 8 years ago
  96. 99d8258 get_rock_ridge_filename(): handle malformed NM entries by Al Viro · 8 years ago
  97. 6c5450e efivarfs: Make efivarfs_file_ioctl() static by Peter Jones · 8 years ago
  98. 1cfd631 efi: Merge boolean flag arguments by Julia Lawall · 8 years ago
  99. 8148a73 proc: prevent accessing /proc/<PID>/environ until it's ready by Mathias Krause · 8 years ago
  100. 0250abc Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next by James Morris · 8 years ago