1. 3387206 btrfs: properly handle overlapping areas in memmove_extent_buffer by Sergei Trofimovich · 13 years ago
  2. 8fb2764 Btrfs: fix memory leaks in btrfs_new_inode() by Yoshinori Sano · 13 years ago
  3. c9ddec7 Btrfs: don't warn in btrfs_add_orphan by Josef Bacik · 14 years ago
  4. 43be214 Btrfs: fix free space cache when there are pinned extents and clusters V2 by Josef Bacik · 14 years ago
  5. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 14 years ago
  6. adae52b btrfs: clear __GFP_FS flag in the space cache inode by Miao Xie · 14 years ago
  7. 6e8df2a Btrfs: fix memory leak in start_transaction() by Yoshinori Sano · 13 years ago
  8. 8b2b2d3 Btrfs: fix memory leak in btrfs_ioctl_start_sync() by Tsutomu Itoh · 13 years ago
  9. b44c59a Btrfs: fix subvol_sem leak in btrfs_rename() by Johann Lombardi · 14 years ago
  10. fe3f566 Btrfs: Fix oops for defrag with compression turned on by Li Zefan · 14 years ago
  11. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 14 years ago
  12. c914923 Btrfs: fix compiler warning in file.c by Tsutomu Itoh · 14 years ago
  13. d9d0487 Btrfs: fix __btrfs_map_block on 32 bit machines by Chris Mason · 14 years ago
  14. 1561ded btrfs: fix possible deadlock by clearing __GFP_FS flag by Miao Xie · 14 years ago
  15. c055e99 btrfs: check link counter overflow in link(2) by Al Viro · 14 years ago
  16. 9298679 btrfs: don't mess with i_nlink of unlocked inode in rename() by Al Viro · 14 years ago
  17. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 14 years ago
  18. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 14 years ago
  19. 9f7c43c Btrfs: fix memory leak of empty filesystem after balance by liubo · 14 years ago
  20. 2d4e6f6 Btrfs: fix return value of setflags ioctl by liubo · 14 years ago
  21. dac97e51 Btrfs: fix uncheck memory allocations by Yoshinori Sano · 14 years ago
  22. c622ae6 btrfs: make inode ref log recovery faster by liubo · 14 years ago
  23. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 14 years ago
  24. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 14 years ago
  25. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 14 years ago
  26. b4d00d5 Btrfs: make update_reserved_bytes() public by Li Dongyang · 14 years ago
  27. 3ab3564 btrfs: return EXDEV when linking from different subvolumes by Mark Fasheh · 14 years ago
  28. 75e7cb7 Btrfs: Per file/directory controls for COW and compression by Liu Bo · 14 years ago
  29. fc0e4a3 btrfs: use GFP_NOFS instead of GFP_KERNEL by Miao Xie · 14 years ago
  30. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 14 years ago
  31. 7e75bf3 btrfs: properly access unaligned checksum buffer by David Sterba · 14 years ago
  32. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 14 years ago
  33. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 14 years ago
  34. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 14 years ago
  35. c0da7aa Btrfs: mark the bio with an error if we have a failure in dio by Josef Bacik · 14 years ago
  36. 98bc314 Btrfs: don't allocate dip->csums when doing writes by Josef Bacik · 14 years ago
  37. 4e69b59 Btrfs: cleanup how we setup free space clusters by Josef Bacik · 14 years ago
  38. 32cb084 Btrfs: don't be as aggressive about using bitmaps by Josef Bacik · 14 years ago
  39. d0a365e Btrfs: deal with min_bytes appropriately when looking for a cluster by Josef Bacik · 14 years ago
  40. 7d0d2e8 Btrfs: check free space in block group before searching for a cluster by Josef Bacik · 14 years ago
  41. 22a94d4 Btrfs: add checks to verify dir items are correct by Josef Bacik · 14 years ago
  42. 4141573 Btrfs: check return value of btrfs_search_slot properly by Josef Bacik · 14 years ago
  43. a826d6d Btrfs: check items for correctness as we search by Josef Bacik · 14 years ago
  44. 85026533 Btrfs: return error if the range we want to map is bogus by Josef Bacik · 14 years ago
  45. 695a0d0 Btrfs: add a comment explaining what btrfs_cont_expand does by Josef Bacik · 14 years ago
  46. 930f028 Btrfs: use mark_inode_dirty when expanding the file by Josef Bacik · 14 years ago
  47. f0cd846 Btrfs: only add orphan items when truncating by Josef Bacik · 14 years ago
  48. ded5db9 Btrfs: make sure to remove the orphan item from the in-memory list by Josef Bacik · 14 years ago
  49. 66b4ffd Btrfs: handle errors in btrfs_orphan_cleanup by Josef Bacik · 14 years ago
  50. 3893e33 Btrfs: cleanup error handling in the truncate path by Josef Bacik · 14 years ago
  51. a41ad39 Btrfs: convert to the new truncate sequence by Josef Bacik · 14 years ago
  52. dc89e98 Btrfs: use a slab for the free space entries by Josef Bacik · 14 years ago
  53. 57a45ced Btrfs: change reserved_extents to an atomic_t by Josef Bacik · 14 years ago
  54. 4a64001 Btrfs: fix how we deal with the pages array in the write path by Josef Bacik · 14 years ago
  55. d0215f3 Btrfs: simplify our write path by Josef Bacik · 14 years ago
  56. 9f570b8 Btrfs: fix formatting in file.c by Josef Bacik · 14 years ago
  57. 5f40d42 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  58. 1eafbfe Fix corrupted OSF partition table parsing by Timo Warns · 14 years ago
  59. c44ed96 compat breakage in preadv() and pwritev() by Al Viro · 14 years ago
  60. 0e5b88c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  61. 36e39c4 Btrfs: break out of shrink_delalloc earlier by Chris Mason · 14 years ago
  62. 53d4737 NFS: NFSROOT should default to "proto=udp" by Chuck Lever · 14 years ago
  63. 57df216 nfs4: remove duplicated #include by Huang Weiyi · 14 years ago
  64. f9feab1 NFSv4: nfs4_state_mark_reclaim_nograce() should be static by Trond Myklebust · 14 years ago
  65. ecac799 NFSv4: Fix the setlk error handler by Trond Myklebust · 14 years ago
  66. b4410c2 NFSv4.1: Fix the handling of the SEQUENCE status bits by Trond Myklebust · 14 years ago
  67. 0400a6b NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses by Trond Myklebust · 14 years ago
  68. c34c32e NFSv4.1 reclaim complete must wait for completion by Andy Adamson · 14 years ago
  69. 114f64b NFSv4: remove duplicate clientid in struct nfs_client by Andy Adamson · 14 years ago
  70. 7d6d63d NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY by Ricardo Labiaga · 14 years ago
  71. 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
  72. 43b7c3f nfs: fix compilation warning by Jovi Zhang · 14 years ago
  73. b9f8105 nfs: add kmalloc return value check in decode_and_add_ds by Stanislav Fomichev · 14 years ago
  74. d2224e7 nfs: close NFSv4 COMMIT vs. CLOSE race by Jeff Layton · 14 years ago
  75. bf294b4 SUNRPC: Close a race in __rpc_wait_for_completion_task() by Trond Myklebust · 14 years ago
  76. 7e6b646 btrfs: fix not enough reserved space by Miao Xie · 14 years ago
  77. b4966b7 btrfs: fix dip leak by Daniel J Blueman · 14 years ago
  78. d891eed fs/dcache: allow d_obtain_alias() to return unhashed dentries by J. Bruce Fields · 14 years ago
  79. 1ca551c Check for immutable/append flag in fallocate path by Marco Stornelli · 14 years ago
  80. 9177ada fat: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  81. 8ce84ee jfs: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  82. 4714e63 ocfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  83. 53fe924 gfs2: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  84. 529c5f9 fuse: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  85. 0eb980e ceph: fix d_revalidate oopsen on NFS exports by Al Viro · 14 years ago
  86. c78f4cc reiserfs xattr ->d_revalidate() shouldn't care about RCU by Al Viro · 14 years ago
  87. ae50adc /proc/self is never going to be invalidated... by Al Viro · 14 years ago
  88. 3979491 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  89. 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
  90. b306419 nd->inode is not set on the second attempt in path_walk() by Al Viro · 14 years ago
  91. 3ec07aa nfsd: wrong index used in inner loop by roel · 14 years ago
  92. ea8efc7 Btrfs: make sure not to return overlapping extents to fiemap by Chris Mason · 14 years ago
  93. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 14 years ago
  94. 32b007b nfsd4: fix bad pointer on failure to find delegation by J. Bruce Fields · 14 years ago
  95. 31339ac Btrfs: deal with short returns from copy_from_user by Chris Mason · 14 years ago
  96. b1bf862 Btrfs: fix regressions in copy_from_user handling by Chris Mason · 14 years ago
  97. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  98. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 14 years ago
  99. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 14 years ago
  100. 1858efd minimal fix for do_filp_open() race by Al Viro · 14 years ago