1. 32cb084 Btrfs: don't be as aggressive about using bitmaps by Josef Bacik · 14 years ago
  2. d0a365e Btrfs: deal with min_bytes appropriately when looking for a cluster by Josef Bacik · 14 years ago
  3. 7d0d2e8 Btrfs: check free space in block group before searching for a cluster by Josef Bacik · 14 years ago
  4. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 14 years ago
  5. 4141573 Btrfs: check return value of btrfs_search_slot properly by Josef Bacik · 14 years ago
  6. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 14 years ago
  7. 85026533 Btrfs: return error if the range we want to map is bogus by Josef Bacik · 14 years ago
  8. 695a0d0 Btrfs: add a comment explaining what btrfs_cont_expand does by Josef Bacik · 14 years ago
  9. 930f028 Btrfs: use mark_inode_dirty when expanding the file by Josef Bacik · 14 years ago
  10. f0cd846 Btrfs: only add orphan items when truncating by Josef Bacik · 14 years ago
  11. ded5db9 Btrfs: make sure to remove the orphan item from the in-memory list by Josef Bacik · 14 years ago
  12. 66b4ffd Btrfs: handle errors in btrfs_orphan_cleanup by Josef Bacik · 14 years ago
  13. 3893e33 Btrfs: cleanup error handling in the truncate path by Josef Bacik · 14 years ago
  14. a41ad39 Btrfs: convert to the new truncate sequence by Josef Bacik · 14 years ago
  15. dc89e98 Btrfs: use a slab for the free space entries by Josef Bacik · 14 years ago
  16. 57a45ced Btrfs: change reserved_extents to an atomic_t by Josef Bacik · 14 years ago
  17. 4a64001 Btrfs: fix how we deal with the pages array in the write path by Josef Bacik · 14 years ago
  18. d0215f3 Btrfs: simplify our write path by Josef Bacik · 14 years ago
  19. 9f570b8 Btrfs: fix formatting in file.c by Josef Bacik · 14 years ago
  20. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  21. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 14 years ago
  22. c44ed96 compat breakage in preadv() and pwritev() by Al Viro · 14 years ago
  23. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  24. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 14 years ago
  25. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 14 years ago
  26. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 14 years ago
  27. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 14 years ago
  28. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 14 years ago
  29. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 14 years ago
  30. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 14 years ago
  31. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 14 years ago
  32. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 14 years ago
  33. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 14 years ago
  34. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  35. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 14 years ago
  36. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 14 years ago
  37. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 14 years ago
  38. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 14 years ago
  39. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 14 years ago
  40. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 14 years ago
  41. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 14 years ago
  42. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 14 years ago
  43. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  44. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  45. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  46. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  47. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  48. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  49. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 14 years ago
  50. ae50adc /proc/self is never going to be invalidated... by Al Viro · 14 years ago
  51. 3979491 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  52. 78833dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  53. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 14 years ago
  54. 3ec07aa nfsd: wrong index used in inner loop by roel · 14 years ago
  55. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 14 years ago
  56. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 14 years ago
  57. 32b007b nfsd4: fix bad pointer on failure to find delegation by J. Bruce Fields · 14 years ago
  58. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 14 years ago
  59. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 14 years ago
  60. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  61. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 14 years ago
  62. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 14 years ago
  63. 1858efd minimal fix for do_filp_open() race by Al Viro · 14 years ago
  64. 83360269 Merge branch 'i_nlink' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  65. 4c7fd11 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  66. c640e13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  67. 16a8b70 ceph: do not clear I_COMPLETE from d_release by Sage Weil · 14 years ago
  68. b545cc1 ceph: do not set I_COMPLETE by Sage Weil · 14 years ago
  69. 9bde178 Revert "ceph: keep reference to parent inode on ceph_dentry" by Sage Weil · 14 years ago
  70. 69102e9 hfs: fix rename() over non-empty directory by Al Viro · 14 years ago
  71. 810c1b2e udf: fix i_nlink limit by Al Viro · 14 years ago
  72. 99890a3 fix reiserfs mkdir() breakage by Al Viro · 14 years ago
  73. babfe56 exofs: i_nlink races in rename() by Al Viro · 14 years ago
  74. 30eb43d nilfs2: i_nlink races in rename() by Al Viro · 14 years ago
  75. 6f88049 minix: i_nlink races in rename() by Al Viro · 14 years ago
  76. 37750cd ufs: i_nlink races in rename() by Al Viro · 14 years ago
  77. 4787d45 sysv: i_nlink races in rename() by Al Viro · 14 years ago
  78. f7d222e Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  79. 8aaccf7 of/flattree: Drop an uninteresting message to pr_debug level by Paul Bolle · 14 years ago
  80. e8a80c6 ext2: Fix link count corruption under heavy link+rename load by Josh Hunt · 14 years ago
  81. af24ee9 xfs: zero proper structure size for geometry calls by Alex Elder · 14 years ago
  82. 72746ac nilfs2: fix regression that i-flag is not set on changeless checkpoints by Ryusuke Konishi · 14 years ago
  83. e6eb5ce fs/block_dev.c: fix new kernel-doc warning by Randy Dunlap · 14 years ago
  84. 58da94f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  85. 158a5d6 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  86. 7137c6bd aio: fix race between io_destroy() and io_submit() by Jan Kara · 14 years ago
  87. 3bd9a5d aio: fix rcu ioctx lookup by Nick Piggin · 14 years ago
  88. 294f6cf ldm: corrupted partition table can cause kernel oops by Timo Warns · 14 years ago
  89. 22bacca epoll: prevent creating circular epoll structures by Davide Libenzi · 14 years ago
  90. 4660ba6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  91. 638691a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  92. f129ccc afs: Fix oops in afs_unlink_writeback by Anton Blanchard · 14 years ago
  93. 8d56add fuse: fix truncate after open by Miklos Szeredi · 14 years ago
  94. 5a18ec1 fuse: fix hang of single threaded fuseblk filesystem by Miklos Szeredi · 14 years ago
  95. e7407d1 block: bd_link_disk_holder() should hold on to holder_dir by Tejun Heo · 14 years ago
  96. bf9faa2 Unlock vfsmount_lock in do_umount by J. R. Okajima · 14 years ago
  97. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 14 years ago
  98. 2aa1589 mm: prevent concurrent unmap_mapping_range() on the same inode by Miklos Szeredi · 14 years ago
  99. ec29ed5 Btrfs: fix fiemap bugs with delalloc by Chris Mason · 14 years ago
  100. 2c9c8f3 NFSD: fix decode_cb_sequence4resok by Benny Halevy · 14 years ago