1. b5555f7 Btrfs: fix race in worker_loop by Amit Gud · 15 years ago
  2. dccae99 Btrfs: add flushoncommit mount option by Sage Weil · 15 years ago
  3. 3a5e140 Btrfs: notreelog mount option by Sage Weil · 15 years ago
  4. a9572a1 Btrfs: introduce btrfs_show_options by Eric Paris · 15 years ago
  5. fa9c0d79 Btrfs: rework allocation clustering by Chris Mason · 15 years ago
  6. 8e73f27 Btrfs: Optimize locking in btrfs_next_leaf() by Chris Mason · 15 years ago
  7. c8c4286 Btrfs: break up btrfs_search_slot into smaller pieces by Chris Mason · 15 years ago
  8. 04018de Btrfs: kill the pinned_mutex by Josef Bacik · 15 years ago
  9. 6226cb0a Btrfs: kill the block group alloc mutex by Josef Bacik · 15 years ago
  10. 2552d17 Btrfs: clean up find_free_extent by Josef Bacik · 15 years ago
  11. 70cb074 Btrfs: free space cache cleanups by Josef Bacik · 15 years ago
  12. bedf762 Btrfs: unplug in the async bio submission threads by Chris Mason · 15 years ago
  13. b765ead Btrfs: keep processing bios for a given bdev if our proc is batching by Chris Mason · 15 years ago
  14. d57e62b Btrfs: try to free metadata pages when we free btree blocks by Chris Mason · 15 years ago
  15. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  16. 1a81af4 Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_mod by Chris Mason · 15 years ago
  17. af4176b Btrfs: optimize fsyncs on old files by Chris Mason · 15 years ago
  18. 12fcfd2 Btrfs: tree logging unlink/rename fixes by Chris Mason · 15 years ago
  19. a74ac32 Btrfs: Make sure i_nlink doesn't hit zero too soon during log replay by Chris Mason · 15 years ago
  20. a4b6e07 Btrfs: limit balancing work while flushing delayed refs by Chris Mason · 15 years ago
  21. 5d13a98 Btrfs: readahead checksums during btrfs_finish_ordered_io by Chris Mason · 15 years ago
  22. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  23. 89573b9 Btrfs: Only let very young transactions grow during commit by Chris Mason · 15 years ago
  24. 66d7e85 Btrfs: Check for a blocking lock before taking the spin by Chris Mason · 15 years ago
  25. 7f366cf Btrfs: reduce stack in cow_file_range by Chris Mason · 15 years ago
  26. b7ec40d Btrfs: reduce stalls during transaction commit by Chris Mason · 15 years ago
  27. c3e69d5 Btrfs: process the delayed reference queue in clusters by Chris Mason · 15 years ago
  28. 1887be6 Btrfs: try to cleanup delayed refs while freeing extents by Chris Mason · 15 years ago
  29. 44871b1 Btrfs: reduce stack usage in some crucial tree balancing functions by Chris Mason · 15 years ago
  30. 56bec29 Btrfs: do extent allocation and reference count updates in the background by Chris Mason · 15 years ago
  31. 9fa8cfe Btrfs: don't preallocate metadata blocks during btrfs_search_slot by Chris Mason · 15 years ago
  32. f762dd6 Update my email address by Gertjan van Wingerde · 15 years ago
  33. 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 15 years ago
  34. 8faece5 eCryptfs: Allocate a variable number of pages for file headers by Tyler Hicks · 15 years ago
  35. 65c2449 aio: lookup_ioctx can return the wrong value when looking up a bogus context by Jeff Moyer · 15 years ago
  36. 87c3a86 eventfd: remove fput() call from possible IRQ context by Davide Libenzi · 15 years ago
  37. fe2fd6c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  38. a8e7d49 Fix race in create_empty_buffers() vs __set_page_dirty_buffers() by Linus Torvalds · 15 years ago
  39. 85bff88 Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  40. 58cefd2 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  41. 84f09f4 NFSD: provide encode routine for OP_OPENATTR by Benny Halevy · 16 years ago
  42. ee568b2 Avoid 64-bit "switch()" statements on 32-bit architectures by Linus Torvalds · 15 years ago
  43. d33a197 ext4: fix bb_prealloc_list corruption due to wrong group locking by Eric Sandeen · 15 years ago
  44. ee6f779 filp->f_pos not correctly updated in proc_task_readdir by Zhang Le · 15 years ago
  45. 18553c3 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  46. 059ea33 block: fix memory leak in bio_clone() by Li Zefan · 15 years ago
  47. 8709269 block: Add gfp_mask parameter to bio_integrity_clone() by un'ichi Nomura · 15 years ago
  48. f1823ac Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  49. ff9cb43 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 15 years ago
  50. 84814d6 eCryptfs: don't encrypt file key with filename key by Tyler Hicks · 15 years ago
  51. 15e7b87 nommu: ramfs: don't leak pages when adding to page cache fails by Johannes Weiner · 15 years ago
  52. 020fe22 nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discarded by Enrik Berkhan · 15 years ago
  53. 8d03c7a ext4: fix bogus BUG_ONs in in mballoc code by Eric Sandeen · 15 years ago
  54. 712e53e ocfs2: Use xs->bucket to set xattr value outside by Tao Ma · 15 years ago
  55. 74e77eb ocfs2: Fix a bug found by sparse check. by Tao Ma · 15 years ago
  56. d9ae49d ocfs2: tweak to get the maximum inline data size with xattr by Tiger Yang · 16 years ago
  57. 6c9fd1d ocfs2: reserve xattr block for new directory with inline data by Tiger Yang · 16 years ago
  58. 188de5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 15 years ago
  59. 7ef0d73 fs: new inode i_state corruption fix by Nick Piggin · 15 years ago
  60. a3cfbb5 vfs: add missing unlock in sget() by Li Zefan · 15 years ago
  61. e5bc49b pipe_rdwr_fasync: fix the error handling to prevent the leak/crash by Oleg Nesterov · 15 years ago
  62. 9f4c899 NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined... by Trond Myklebust · 15 years ago
  63. 2842c3b ext4: Print the find_group_flex() warning only once by Theodore Ts'o · 15 years ago
  64. 363911d Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch by Phillip Lougher · 15 years ago
  65. 0789d8f Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  66. 3a95ea1 Fix _fat_bmap() locking by OGAWA Hirofumi · 15 years ago
  67. ad3bdef proc: fix kflags to uflags copying in /proc/kpageflags by Wu Fengguang · 15 years ago
  68. d7371c4 Bug 11061, NFS mounts dropped by Ian Dall · 15 years ago
  69. a71ee33 NFS: Handle -ESTALE error in access() by Suresh Jayaraman · 15 years ago
  70. 57df675 NLM: Fix GRANT callback address comparison when IPv6 is enabled by Chuck Lever · 15 years ago
  71. ae46141 NFSv3: Fix posix ACL code by Trond Myklebust · 15 years ago
  72. ef95d31 NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2) by Trond Myklebust · 15 years ago
  73. 260219c devpts: remove graffiti by Alexey Dobriyan · 15 years ago
  74. 395a87b ext4: fix header check in ext4_ext_search_right() for deep extent trees. by Eric Sandeen · 15 years ago
  75. 913d952 Btrfs: Clear space_info full when adding new devices by Chris Mason · 15 years ago
  76. 4184ea7 Btrfs: Fix locking around adding new space_info by Chris Mason · 15 years ago
  77. 1c91ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  78. b9447ef Btrfs: fix spinlock assertions on UP systems by Chris Mason · 15 years ago
  79. 5b61f6a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  80. c141b29 xfs: only issues a cache flush on unmount if barriers are enabled by Christoph Hellwig · 16 years ago
  81. 7d46be4 xfs: prevent lockdep false positive in xfs_iget_cache_miss by Christoph Hellwig · 16 years ago
  82. ff392c4 xfs: prevent kernel crash due to corrupted inode log format by Christoph Hellwig · 16 years ago
  83. f4f8056 Squashfs: frag_size should be signed, as it can hold an error result by Roel Kluin · 16 years ago
  84. 118e1ef Squashfs: Fix oops when reading fsfuzzer corrupted filesystems by Phillip Lougher · 16 years ago
  85. 7ce9d5d ext4: fix ext4_free_inode() vs. ext4_claim_inode() race by Eric Sandeen · 16 years ago
  86. 36b3110 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  87. 5cf8cf4 Fix FREEZE/THAW compat_ioctl regression by Christoph Hellwig · 16 years ago
  88. adc4872 EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL by Benny Halevy · 16 years ago
  89. 221be17 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  90. 28d57d4 ocfs2: add IO error check in ocfs2_get_sector() by wengang wang · 16 years ago
  91. 4442f51 ocfs2: set gap to seperate entry and value when xattr in bucket by Tiger Yang · 16 years ago
  92. c8b9cf9 ocfs2: lock the metaecc process for xattr bucket by Tao Ma · 16 years ago
  93. 89a907a ocfs2: Use the right access_* method in ctime update of xattr. by Tao Ma · 16 years ago
  94. 53ecd25 ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter by Sunil Mushran · 16 years ago
  95. dabc47d ocfs2/dlm: Use ast_lock to protect ast_list by Sunil Mushran · 16 years ago
  96. c74ff8b ocfs2: Cleanup the lockname print in dlmglue.c by Sunil Mushran · 16 years ago
  97. 7dc102b ocfs2/dlm: Retract fix for race between purge and migrate by Sunil Mushran · 16 years ago
  98. 47be12e ocfs2: Access and dirty the buffer_head in mark_written. by Tao Ma · 16 years ago
  99. 64e7130 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  100. b2bf968 block: fix bogus gcc warning for uninitialized var usage by Jens Axboe · 16 years ago