1. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  2. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  3. ac0c493 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  4. eca9fdf Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  5. 41e46ac Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 10 years ago
  6. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  7. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  8. 86cf78d fs/buffer.c: increase the buffer-head per-CPU LRU size by Sebastien Buisson · 10 years ago
  9. 09316c0 mm/balloon_compaction: add vmstat counters and kpageflags bit by Konstantin Khlebnikov · 10 years ago
  10. 81d0fa6 mm: softdirty: unmapped addresses between VMAs are clean by Peter Feiner · 10 years ago
  11. b246d3d ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim by Xue jiufei · 10 years ago
  12. 498f237 mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race by Oleg Nesterov · 10 years ago
  13. 447f05b block_dev: implement readpages() to optimize sequential read by Akinobu Mita · 10 years ago
  14. 4db96b7 vfs: guard end of device for mpage interface by Akinobu Mita · 10 years ago
  15. 59d4391 vfs: make guard_bh_eod() more generic by Akinobu Mita · 10 years ago
  16. bf3e269 fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range by Baoquan He · 10 years ago
  17. 58cb654 proc/maps: make vm_is_stack() logic namespace-friendly by Oleg Nesterov · 10 years ago
  18. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  19. 47fecca fs/proc/task_nommu.c: don't use priv->task->mm by Oleg Nesterov · 10 years ago
  20. 27692cd fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  21. ce34fdd fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() by Oleg Nesterov · 10 years ago
  22. 557c2d8 fs/proc/task_mmu.c: update m->version in the main loop in m_start() by Oleg Nesterov · 10 years ago
  23. b8c20a9 fs/proc/task_mmu.c: reintroduce m->version logic by Oleg Nesterov · 10 years ago
  24. ad2a00e fs/proc/task_mmu.c: introduce m_next_vma() helper by Oleg Nesterov · 10 years ago
  25. 0c25532 fs/proc/task_mmu.c: simplify m_start() to make it readable by Oleg Nesterov · 10 years ago
  26. ebb6cdd fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic by Oleg Nesterov · 10 years ago
  27. 0d5f5f4 fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop() by Oleg Nesterov · 10 years ago
  28. 23d5483 fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next() by Oleg Nesterov · 10 years ago
  29. 59b4bf1 fs/proc/task_mmu.c: simplify the vma_stop() logic by Oleg Nesterov · 10 years ago
  30. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  31. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  32. 4db7d0e fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open() by Oleg Nesterov · 10 years ago
  33. 46c298c fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map() by Oleg Nesterov · 10 years ago
  34. f775da2 ocfs2: fix deadlock due to wrong locking order by Junxiao Bi · 10 years ago
  35. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  36. 5046f18 ocfs2: don't fire quorum before connection established by Junxiao Bi · 10 years ago
  37. 1848cb5 fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open() by Rob Jones · 10 years ago
  38. f328833 fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  39. 8f9ac03 fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  40. 6ae0754 ocfs2: remove unused code in dlm_new_lockres() by Xue jiufei · 10 years ago
  41. 9a7e6b5 ocfs2/dlm: call dlm_lockres_put without resource spinlock by alex chen · 10 years ago
  42. 4a4e07c ocfs2: call o2quo_exit() if malloc failed in o2net_init() by Joseph Qi · 10 years ago
  43. 7fa05c6 ocfs2: fix shift left operations overflow by Joseph Qi · 10 years ago
  44. 190a772 ocfs2/dlm: refactor error handling in dlm_alloc_ctxt by Joseph Qi · 10 years ago
  45. 98acbf6 fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release() by Andrew Morton · 10 years ago
  46. 7143e49 ntfs: remove bogus space by Andrea Gelmini · 10 years ago
  47. 5272d03 ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on by Anton Altaparmakov · 10 years ago
  48. 0b37e09 fanotify: enable close-on-exec on events' fd when requested in fanotify_init() by Yann Droneaud · 10 years ago
  49. 105d1b4 fsnotify: don't put user context if it was never assigned by Sasha Levin · 10 years ago
  50. cafbaae fs/notify/group.c: make fsnotify_final_destroy_group() static by Andrew Morton · 10 years ago
  51. 6174c2e udf: Fix loading of special inodes by Jan Kara · 10 years ago
  52. 47137c6 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. da01e61 Merge tag 'f2fs-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  54. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  55. 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  56. a43bb39 btrfs: Fix compile error when CONFIG_SECURITY is not set. by Qu Wenruo · 10 years ago
  57. d29c0af GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0) by Fabian Frederick · 10 years ago
  58. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  59. 0d4cf4e Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is off by Chris Mason · 10 years ago
  60. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  61. 6e129d00 locks: flock_make_lock should return a struct file_lock (or PTR_ERR) by Jeff Layton · 10 years ago
  62. 7ca7631 locks: set fl_owner for leases to filp instead of current->files by Jeff Layton · 10 years ago
  63. 4d01b7f locks: give lm_break a return value by Jeff Layton · 10 years ago
  64. 03d12dd locks: __break_lease cleanup in preparation of allowing direct removal of leases by Jeff Layton · 10 years ago
  65. 843c6b2 locks: remove i_have_this_lease check from __break_lease by Jeff Layton · 10 years ago
  66. c45198e locks: move freeing of leases outside of i_lock by Jeff Layton · 10 years ago
  67. f82b4b6 locks: move i_lock acquisition into generic_*_lease handlers by Jeff Layton · 10 years ago
  68. 1c7dd2f locks: define a lm_setup handler for leases by Jeff Layton · 10 years ago
  69. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  70. 0c637be nfsd: don't keep a pointer to the lease in nfs4_file by Jeff Layton · 10 years ago
  71. e51673a locks: clean up vfs_setlease kerneldoc comments by Jeff Layton · 10 years ago
  72. 0efaa7e locks: generic_delete_lease doesn't need a file_lock at all by Jeff Layton · 10 years ago
  73. 415b96c nfsd: fix potential lease memory leak in nfs4_setlease by Jeff Layton · 10 years ago
  74. bfe8602 locks: close potential race in lease_get_mtime by Jeff Layton · 10 years ago
  75. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  76. 0f9e2bf ecryptfs: remove unneeded buggy code in ecryptfs_do_create() by Alexey Khoroshilov · 10 years ago
  77. f667aef btrfs: Make btrfs handle security mount options internally to avoid losing security label. by Qu Wenruo · 10 years ago
  78. 35425ea ecryptfs: avoid to access NULL pointer when write metadata in xattr by Chao Yu · 10 years ago
  79. 120c2cb f2fs: remove unused return value by Jaegeuk Kim · 10 years ago
  80. 0ec31a6 Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  81. 27b19cc Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  82. bbf65cf Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 10 years ago
  83. bf8e8ca Btrfs: send, don't delay dir move if there's a new parent inode by Filipe Manana · 10 years ago
  84. c926093 btrfs: add more superblock checks by David Sterba · 10 years ago
  85. 4238302 Btrfs: fix race in WAIT_SYNC ioctl by Sage Weil · 10 years ago
  86. 656f30d Btrfs: be aware of btree inode write errors to avoid fs corruption by Filipe Manana · 10 years ago
  87. 15b636e Btrfs: remove redundant btrfs_verify_qgroup_counts declaration. by Fabian Frederick · 10 years ago
  88. b99d9a6 btrfs: fix shadow warning on cmp by Fabian Frederick · 10 years ago
  89. 1b6e446 Btrfs: fix compilation errors under DEBUG by Fabian Frederick · 10 years ago
  90. 8146502 Btrfs: fix crash of btrfs_release_extent_buffer_page by Liu Bo · 10 years ago
  91. 55e3bd2 Btrfs: add missing end_page_writeback on submit_extent_page failure by Filipe Manana · 10 years ago
  92. 32be3a1 btrfs: Fix the wrong condition judgment about subset extent map by Qu Wenruo · 10 years ago
  93. bbe9051 Btrfs: fix build_backref_tree issue with multiple shared blocks by Josef Bacik · 10 years ago
  94. 75bfb9a Btrfs: cleanup error handling in build_backref_tree by Josef Bacik · 10 years ago
  95. 7d1419f3 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  96. d24e056 GFS2: Use gfs2_rbm_incr in rgblk_free by Bob Peterson · 10 years ago
  97. 55dacd2 ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler by alex chen · 10 years ago
  98. 1209bbd CIFS: Fix readpages retrying on reconnects by Pavel Shilovsky · 10 years ago
  99. 19e8157 Fix problem recognizing symlinks by Steve French · 10 years ago
  100. fccb84c btrfs: move checks for DUMMY_ROOT into a helper by David Sterba · 10 years ago