1. 0a24325 Btrfs: don't keep retrying a block group if we fail to allocate a cluster by Josef Bacik · 15 years ago
  2. ba1bf48 Btrfs: make balance code choose more wisely when relocating by Josef Bacik · 15 years ago
  3. 1fb58a6 Btrfs: fix arithmetic error in clone ioctl by Sage Weil · 15 years ago
  4. 76dda93 Btrfs: add snapshot/subvolume destroy ioctl by Yan, Zheng · 15 years ago
  5. 4df27c4d Btrfs: change how subvolumes are organized by Yan, Zheng · 15 years ago
  6. 13a8a7c Btrfs: do not reuse objectid of deleted snapshot/subvol by Yan, Zheng · 15 years ago
  7. 1c4850e Btrfs: speed up snapshot dropping by Yan, Zheng · 15 years ago
  8. b917b7c Btrfs: search for an allocation hint while filling file COW by Chris Mason · 15 years ago
  9. f85d7d6c Btrfs: properly honor wbc->nr_to_write changes by Chris Mason · 15 years ago
  10. 11833d6 Btrfs: improve async block group caching by Yan Zheng · 15 years ago
  11. 6e74057 Btrfs: Fix async thread shutdown race by Chris Mason · 15 years ago
  12. 627e421 Btrfs: fix worker thread double spin_lock_irq by Chris Mason · 15 years ago
  13. 3e99d8e Btrfs: fix async worker startup race by Chris Mason · 15 years ago
  14. 83ebade Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Chris Mason · 15 years ago
  15. 93c82d5 Btrfs: zero page past end of inline file items by Chris Mason · 15 years ago
  16. 50a9b21 Btrfs: fix btrfs page_mkwrite to return locked page by Chris Mason · 15 years ago
  17. a1ed835 Btrfs: Fix extent replacment race by Chris Mason · 15 years ago
  18. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  19. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  20. d5550c6 Btrfs: don't lock bits in the extent tree during writepage by Chris Mason · 15 years ago
  21. 2c64c53 Btrfs: cache values for locking extents by Chris Mason · 15 years ago
  22. 1edbb73 Btrfs: reduce CPU usage in the extent_state tree by Chris Mason · 15 years ago
  23. e48c465 Btrfs: Fix new state initialization order by Chris Mason · 15 years ago
  24. 890871b Btrfs: switch extent_map to a rw lock by Chris Mason · 15 years ago
  25. 57fd5a5 Btrfs: tweak congestion backoff by Chris Mason · 15 years ago
  26. a97adc9 Btrfs: use larger nr_to_write for larger extents by Chris Mason · 15 years ago
  27. 4f878e8 Btrfs: reduce worker thread spin_lock_irq hold times by Chris Mason · 15 years ago
  28. 4e3f9c5 Btrfs: keep irqs on more often in the worker threads by Chris Mason · 15 years ago
  29. 40431d6 Btrfs: optimize set extent bit by Chris Mason · 15 years ago
  30. 9042846 Btrfs: Allow worker threads to exit when idle by Chris Mason · 15 years ago
  31. acd0c93 IMA: update ima_counts_put by Mimi Zohar · 15 years ago
  32. 5136a6c Merge git://git.infradead.org/~dwmw2/mtd-2.6.31 by Linus Torvalds · 15 years ago
  33. 0edfa2b Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  34. 5a09adf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  35. 9de6886 ext2: fix unbalanced kmap()/kunmap() by Nicolas Pitre · 15 years ago
  36. ac7ac9f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  37. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  38. 8379e7c ocfs2: ocfs2_write_begin_nolock() should handle len=0 by Sunil Mushran · 15 years ago
  39. bc8cec0 JFFS2: add missing verify buffer allocation/deallocation by Massimo Cirillo · 15 years ago
  40. 3725867 xfs: actually enable the swapext compat handler by Christoph Hellwig · 15 years ago
  41. 37d0892 autofs4 - fix missed case when changing to use struct path by Ian Kent · 15 years ago
  42. b1f1b8c nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key by Ryusuke Konishi · 15 years ago
  43. 750a887 inotify: update the group mask on mark addition by Eric Paris · 15 years ago
  44. 83cb10f inotify: fix length reporting and size checking by Eric Paris · 15 years ago
  45. b962e73 inotify: do not send a block of zeros when no pathname is available by Brian Rogers · 15 years ago
  46. a1b08e7 ocfs2: invalidate dentry if its dentry_lock isn't initialized. by Tao Ma · 15 years ago
  47. 9c504ca Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 15 years ago
  48. cf48144 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  49. 9886e83 AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr by David Howells · 15 years ago
  50. 0db501b inotify: Ensure we alwasy write the terminating NULL. by Eric W. Biederman · 15 years ago
  51. dead537 inotify: fix locking around inotify watching in the idr by Eric Paris · 15 years ago
  52. cf43742 inotify: do not BUG on idr entries at inotify destruction by Eric Paris · 15 years ago
  53. 52cef75 inotify: seperate new watch creation updating existing watches by Eric Paris · 15 years ago
  54. e9cab24 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  55. 7111dc7 NFSv4: Fix an infinite looping problem with the nfs4_state_manager by Trond Myklebust · 15 years ago
  56. 2584e79 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  57. 353d5c3 mm: fix hugetlb bug due to user_shm_unlock call by Hugh Dickins · 15 years ago
  58. 3c4cec6 ext3: Improve error message that changing journaling mode on remount is not possible by Jan Kara · 15 years ago
  59. 6d41807 ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED by Theodore Ts'o · 15 years ago
  60. 6777d77 kernel_read: redefine offset type by Mimi Zohar · 15 years ago
  61. 8e9d78e Re-introduce page mapping check in mark_buffer_dirty() by Linus Torvalds · 15 years ago
  62. b57f921 Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  63. 03e860b btrfs: fix inode rbtree corruption by From: Nick Piggin · 15 years ago
  64. c795b33 ocfs2/dlm: Wait on lockres instead of erroring cancel requests by Goldwyn Rodrigues · 15 years ago
  65. a8b88d3 ocfs2: Add missing lock name by Jan Kara · 15 years ago
  66. 6c30c53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  67. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  68. 89a4eb4 vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed by Jeff Layton · 15 years ago
  69. a924586 nilfs2: fix oopses with doubly mounted snapshots by Ryusuke Konishi · 15 years ago
  70. 1154ecb nilfs2: missing a read lock for segment writer in nilfs_attach_checkpoint() by Zhang Qiang · 15 years ago
  71. 4b53e4b 9p: remove unnecessary v9fses->options which duplicates the mount string by Abhishek Kulkarni · 15 years ago
  72. 48559b4c 9p: Add missing cast for the error return value in v9fs_get_inode by Abhishek Kulkarni · 15 years ago
  73. 5fd1318 ocfs2: Don't oops in ocfs2_kill_sb on a failed mount by Jan Kara · 15 years ago
  74. 4d3297c 9p: Remove redundant inode uid/gid assignment by Abhishek Kulkarni · 15 years ago
  75. 1b5ab3e 9p: Fix possible regressions when ->get_sb fails. by Abhishek Kulkarni · 15 years ago
  76. 4f40383 9p: Fix v9fs show_options by Abhishek Kulkarni · 15 years ago
  77. 02bc356 9p: Fix possible memleak in v9fs_inode_from fid. by Abhishek Kulkarni · 15 years ago
  78. 0e15597 9p: minor comment fixes by Abhishek Kulkarni · 15 years ago
  79. 2bb5411 9p: Fix possible inode leak in v9fs_get_inode. by Abhishek Kulkarni · 15 years ago
  80. 50fb6d2 9p: Check for error in return value of v9fs_fid_add by Abhishek Kulkarni · 15 years ago
  81. c58afec Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  82. 08e53fc inotify: start watch descriptor count at 1 by Eric Paris · 15 years ago
  83. cd94c8b inotify: tail drop inotify q_overflow events by Eric Paris · 15 years ago
  84. eef3a11 notify: unused event private race by Eric Paris · 15 years ago
  85. 60e2ec4 ocfs2: release the buffer head in ocfs2_do_truncate. by Tao Ma · 15 years ago
  86. ada5082 ocfs2: Handle quota file corruption more gracefully by Jan Kara · 15 years ago
  87. bc990f5 xfs: fix locking in xfs_iget_cache_hit by Christoph Hellwig · 15 years ago
  88. b2add73 poll/select: initialize triggered field of struct poll_wqueues by Guillaume Knispel · 15 years ago
  89. d7e623d GFS2: Fix permissions on "recover" file by Steven Whitehouse · 15 years ago
  90. bc7af9b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  91. 78efd1d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  92. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  93. a8914f3 xfs: fix spin_is_locked assert on uni-processor builds by Christoph Hellwig · 15 years ago
  94. b89d420 xfs: check for dinode realtime flag corruption by Christoph Hellwig · 15 years ago
  95. e0c222c use XFS_CORRUPTION_ERROR in xfs_btree_check_sblock by Eric Sandeen · 15 years ago
  96. ddd3a14 xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_get by Christoph Hellwig · 15 years ago
  97. 7b02ecb xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmap by Christoph Hellwig · 15 years ago
  98. 10746e4 xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_set by Christoph Hellwig · 15 years ago
  99. 36fae17 xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memory by Christoph Hellwig · 15 years ago
  100. 3f52c2f xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_result by Christoph Hellwig · 15 years ago