1. 3f8b6fb scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  2. 4d39f0a scripts/spelling.txt: add "unneded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  3. 57366a8 scripts/spelling.txt: add "againt" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  4. 9332ef9 scripts/spelling.txt: add "an user" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  5. f3048d1 nilfs2: use i_blocksize() by Geliang Tang · 8 years ago
  6. 1508ddc nilfs2: use nilfs_btree_node_size() by Geliang Tang · 8 years ago
  7. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  8. b3b42c0 fs/affs: make export work with cold dcache by Fabian Frederick · 8 years ago
  9. f567acc fs/affs/namei.c: forward declarations clean-up by Fabian Frederick · 8 years ago
  10. c161820 fs/affs: add prefix to some functions by Fabian Frederick · 8 years ago
  11. 1bafd6f fs/affs: use octal for permissions by Fabian Frederick · 8 years ago
  12. ed4433d fs/affs: make affs exportable by Fabian Frederick · 8 years ago
  13. d5de9fd fs/affs: add validation block function by Fabian Frederick · 8 years ago
  14. 7981a05 fs/affs: remove reference to affs_parent_ino() by Fabian Frederick · 8 years ago
  15. c857ab6 fs,eventpoll: don't test for bitfield with stack value by Cyrill Gorcunov · 8 years ago
  16. 4649201 /proc/kcore: update physical address for kcore ram and text by Pratyush Anand · 8 years ago
  17. b899ba7 fs/reiserfs: atomically read inode size by Fabian Frederick · 8 years ago
  18. a3f2235 hfsplus: atomically read inode size by Fabian Frederick · 8 years ago
  19. 092a534 autofs: take more care to not update last_used on path walk by Ian Kent · 8 years ago
  20. 3bb2fbd autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition by Tomohiro Kusumi · 8 years ago
  21. 01cddfe mm,fs,dax: mark dax_iomap_pmd_fault as const by Arnd Bergmann · 8 years ago
  22. cb41955 Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  23. 9003ed1 Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  24. 7b46588 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  25. e98bdb3 Merge tag 'v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into for-next by Mike Marshall · 8 years ago
  26. d21b5ff fs/pstore: fs/squashfs: change usage of LZ4 to work with new LZ4 version by Sven Schmidt · 8 years ago
  27. 796f571 procfs: use an enum for possible hidepid values by Lafcadio Wluiki · 8 years ago
  28. a0a07b8 proc: less code duplication in /proc/*/cmdline by Alexey Dobriyan · 8 years ago
  29. 4e4a7fb proc: use rb_entry() by Geliang Tang · 8 years ago
  30. 9633318 userfaultfd_copy: return -ENOSPC in case mm has gone by Mike Rapoport · 8 years ago
  31. ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 8 years ago
  32. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  33. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  34. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  35. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  36. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
  37. 1802979 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  38. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  39. 15192b0 Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  40. f38e5fb gfs2: Add missing rcu locking for glock lookup by Andrew Price · 8 years ago
  41. bc49a78 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  42. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  43. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
  44. d94e0c0 nfs: no PG_private waiters remain, remove waker by Nicholas Piggin · 8 years ago
  45. cac6732 userfaultfd: shmem: allow registration of shared memory ranges by Mike Rapoport · 8 years ago
  46. ba6907d userfaultfd: introduce vma_can_userfault by Mike Rapoport · 8 years ago
  47. 369cd21 userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd ranges by Mike Kravetz · 8 years ago
  48. cab350a userfaultfd: hugetlbfs: allow registration of ranges containing huge pages by Mike Kravetz · 8 years ago
  49. 09fa529 userfaultfd: non-cooperative: wake userfaults after UFFDIO_UNREGISTER by Andrea Arcangeli · 8 years ago
  50. 05ce772 userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED request by Pavel Emelyanov · 8 years ago
  51. 90794bf userfaultfd: non-cooperative: optimize mremap_userfaultfd_complete() by Andrea Arcangeli · 8 years ago
  52. 72f8765 userfaultfd: non-cooperative: add mremap() event by Pavel Emelyanov · 8 years ago
  53. d3aadc8 userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_users by Mike Rapoport · 8 years ago
  54. 893e26e userfaultfd: non-cooperative: Add fork() event by Pavel Emelyanov · 8 years ago
  55. 6560314 userfaultfd: non-cooperative: report all available features to userland by Andrea Arcangeli · 8 years ago
  56. 9cd75c3 userfaultfd: non-cooperative: add ability to report non-PF events from uffd descriptor by Pavel Emelyanov · 8 years ago
  57. 6dcc27f userfaultfd: non-cooperative: Split the find_userfault() routine by Pavel Emelyanov · 8 years ago
  58. a94720bf userfaultfd: use vma_is_anonymous by Andrea Arcangeli · 8 years ago
  59. 8474901 userfaultfd: convert BUG() to WARN_ON_ONCE() by Andrea Arcangeli · 8 years ago
  60. a4605a6 userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WP by Andrea Arcangeli · 8 years ago
  61. b5c66ba 9p: fix a potential acl leak by Cong Wang · 8 years ago
  62. b891fa50 ocfs2: fix deadlock issue when taking inode lock at vfs entry points by Eric Ren · 8 years ago
  63. 439a36b ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock by Eric Ren · 8 years ago
  64. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  65. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  66. 27a7ffa dax: add tracepoints to dax_pmd_insert_mapping() by Ross Zwisler · 8 years ago
  67. 653b2ea dax: add tracepoints to dax_pmd_load_hole() by Ross Zwisler · 8 years ago
  68. 282a8e0 dax: add tracepoint infrastructure, PMD tracing by Ross Zwisler · 8 years ago
  69. 6288d6e Btrfs: use the correct type when creating cow dio extent by Liu Bo · 8 years ago
  70. b151762 Btrfs: fix deadlock between dedup on same file and starting writeback by Filipe Manana · 8 years ago
  71. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  72. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  73. 6d1dd93 Merge tag 'pstore-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  74. c9341ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  75. cccd9fb block: Revalidate i_bdev reference in bd_aquire() by Jan Kara · 8 years ago
  76. ace0c79 proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 8 years ago
  77. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. 9763dd6 Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  79. 70fcf5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  80. 2bfe01e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  81. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  82. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  83. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. e9be2ac ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN by Theodore Ts'o · 8 years ago
  86. 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 8d242e9 xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG by Christoph Hellwig · 8 years ago
  88. 089ec2f xfs: simplify xfs_rtallocate_extent by Christoph Hellwig · 8 years ago
  89. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  90. 98687f4 gfs2: Use rhashtable walk interface in glock_hash_walk by Herbert Xu · 8 years ago
  91. 71367b3 btrfs: use btrfs_debug instead of pr_debug in transaction abort by Jeff Mahoney · 8 years ago
  92. 21e75ff btrfs: btrfs_truncate_free_space_cache always allocates path by Jeff Mahoney · 8 years ago
  93. 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 8 years ago
  94. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  95. 0c9ab34 btrfs: flush_space always takes fs_info->fs_root by Jeff Mahoney · 8 years ago
  96. 87bde3c btrfs: pass fs_info to (more) routines that are only called with extent_root by Jeff Mahoney · 8 years ago
  97. fb235dc btrfs: qgroup: Move half of the qgroup accounting time out of commit trans by Qu Wenruo · 8 years ago
  98. 15b3451 btrfs: remove unused parameter from adjust_slots_upwards by David Sterba · 8 years ago
  99. 0e8d931 btrfs: remove unused parameters from __btrfs_write_out_cache by David Sterba · 8 years ago
  100. 7bf1a15 btrfs: remove unused parameter from cleanup_write_cache_enospc by David Sterba · 8 years ago