1. ebb3b47 fsnotify: Drop inode_mark.c by Jan Kara · 8 years ago
  2. b1362ed fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark() by Jan Kara · 8 years ago
  3. 2e37c6c fsnotify: Remove fsnotify_detach_group_marks() by Jan Kara · 8 years ago
  4. 18f2e0d fsnotify: Rename fsnotify_clear_marks_by_group_flags() by Jan Kara · 8 years ago
  5. 416bcdb fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group() by Jan Kara · 8 years ago
  6. 8920d27 fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask() by Jan Kara · 8 years ago
  7. 66d2b81 fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked() by Jan Kara · 8 years ago
  8. 05f0e38 fanotify: Release SRCU lock when waiting for userspace response by Jan Kara · 8 years ago
  9. 9385a84 fsnotify: Pass fsnotify_iter_info into handle_event handler by Jan Kara · 8 years ago
  10. abc7757 fsnotify: Provide framework for dropping SRCU lock in ->handle_event by Jan Kara · 8 years ago
  11. f09b04a fsnotify: Remove special handling of mark destruction on group shutdown by Jan Kara · 8 years ago
  12. 6b3f05d fsnotify: Detach mark from object list when last reference is dropped by Jan Kara · 8 years ago
  13. 1137514 fsnotify: Move queueing of mark for destruction into fsnotify_put_mark() by Jan Kara · 8 years ago
  14. e725376 inotify: Do not drop mark reference under idr_lock by Jan Kara · 8 years ago
  15. 08991e8 fsnotify: Free fsnotify_mark_connector when there is no mark attached by Jan Kara · 8 years ago
  16. 04662ca fsnotify: Lock object list with connector lock by Jan Kara · 8 years ago
  17. 2629718 fsnotify: Remove useless list deletion and comment by Jan Kara · 8 years ago
  18. 73cd3c3 fsnotify: Avoid double locking in fsnotify_detach_from_object() by Jan Kara · 8 years ago
  19. 8212a60 fsnotify: Remove indirection from fsnotify_detach_mark() by Jan Kara · 8 years ago
  20. a03e2e4 fsnotify: Determine lock in fsnotify_destroy_marks() by Jan Kara · 8 years ago
  21. f06fd98 fsnotify: Move locking into fsnotify_find_mark() by Jan Kara · 8 years ago
  22. a242677 fsnotify: Move locking into fsnotify_recalc_mask() by Jan Kara · 8 years ago
  23. 0810b4f fsnotify: Move fsnotify_destroy_marks() by Jan Kara · 8 years ago
  24. 755b5bc fsnotify: Remove indirection from mark list addition by Jan Kara · 8 years ago
  25. e911d8a fsnotify: Make fsnotify_mark_connector hold inode reference by Jan Kara · 8 years ago
  26. 86ffe24 fsnotify: Move object pointer to fsnotify_mark_connector by Jan Kara · 8 years ago
  27. 9dd813c fsnotify: Move mark list head from object into dedicated structure by Jan Kara · 8 years ago
  28. c1f3307 fsnotify: Update comments by Jan Kara · 8 years ago
  29. c974764 fanotify: Move recalculation of inode / vfsmount mask under mark_mutex by Jan Kara · 8 years ago
  30. 25c829a inotify: Remove inode pointers from debug messages by Jan Kara · 8 years ago
  31. 5198adf fsnotify: Remove unnecessary tests when showing fdinfo by Jan Kara · 8 years ago
  32. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  33. 8fe3cca Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  34. 9db61d6 Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  35. 2378cd6 userfaultfd: remove wrong comment from userfaultfd_ctx_get() by David Hildenbrand · 8 years ago
  36. c0d0e35 fat: fix using uninitialized fields of fat_inode/fsinfo_inode by OGAWA Hirofumi · 8 years ago
  37. 70ccb92 userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED by Andrea Arcangeli · 8 years ago
  38. 7eb76d4 userfaultfd: non-cooperative: fix fork fctx->new memleak by Mike Rapoport · 8 years ago
  39. 8c9e7bb userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_complete by Andrea Arcangeli · 8 years ago
  40. 9a69a82 userfaultfd: non-cooperative: robustness check by Andrea Arcangeli · 8 years ago
  41. dd0db88d userfaultfd: non-cooperative: rollback userfaultfd_exit by Andrea Arcangeli · 8 years ago
  42. 6bbc4a4 userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE by Andrea Arcangeli · 8 years ago
  43. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  44. 04bb94b overlayfs: remove now unnecessary header file include by Linus Torvalds · 8 years ago
  45. 2fcc319 xfs: try any AG when allocating the first btree block when reflinking by Christoph Hellwig · 8 years ago
  46. f65e6fa xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 8 years ago
  47. 08b005f xfs: remove kmem_zalloc_greedy by Darrick J. Wong · 8 years ago
  48. d582571 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 8 years ago
  49. 787eb48 xfs: fix and streamline error handling in xfs_end_io by Christoph Hellwig · 8 years ago
  50. 3802a34 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 8 years ago
  51. 8a91723 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. c771c14 iomap: invalidate page caches should be after iomap_dio_complete() in direct write by Eryu Guan · 8 years ago
  53. 0710f3f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  54. 0a040b2 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  55. 4e66c42 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  56. e58bc92 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  57. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. e0d0722 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  59. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  61. 284316d CIFS: Fix sparse warnings by Steve French · 8 years ago
  62. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  63. bbe08c0 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
  64. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 9d49640 CIFS: implement get_dfs_refer for SMB2+ by Aurelien Aptel · 8 years ago
  67. f071292 CIFS: use DFS pathnames in SMB2+ Create requests by Aurelien Aptel · 8 years ago
  68. 0f221a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  69. a5a79d0 block: Initialize bd_bdi on inode initialization by Jan Kara · 8 years ago
  70. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  71. f6c99aa Merge branch 'work.namei' into for-linus by Al Viro · 8 years ago
  72. 0695d7d orangefs: Use RCU for destroy_inode by Peter Zijlstra · 8 years ago
  73. 3905f9a sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  74. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  75. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  76. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  77. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  78. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  79. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  80. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  81. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  82. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  83. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  84. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  85. b12fb7f sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h> by Ingo Molnar · 8 years ago
  86. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  87. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  88. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  89. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  90. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  91. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  92. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  93. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  94. f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h> by Ingo Molnar · 8 years ago
  95. b9043cc CIFS: set signing flag in SMB2+ TreeConnect if needed by Aurelien Aptel · 8 years ago
  96. 7f9f6d2 CIFS: let ses->ipc_tid hold smb2 TreeIds by Aurelien Aptel · 8 years ago
  97. 5114662 CIFS: add use_ipc flag to SMB2_ioctl() by Aurelien Aptel · 8 years ago
  98. 268a635 CIFS: add build_path_from_dentry_optional_prefix() by Aurelien Aptel · 8 years ago
  99. 4ecce92 CIFS: move DFS response parsing out of SMB1 code by Aurelien Aptel · 8 years ago
  100. 8f03cf5 Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago