aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-10Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09Btrfs: use right type to get real comparisonLiu Bo
2014-06-09Btrfs: don't check nodes for extent itemsJosef Bacik
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana
2014-06-09btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56Gui Hecheng
2014-06-09trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite
2014-06-09Btrfs: fix leaf corruption after __btrfs_drop_extentsLiu Bo
2014-06-09Btrfs: ensure btrfs_prev_leaf doesn't miss 1 itemFilipe Manana
2014-06-09Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana
2014-06-09btrfs: free delayed node outside of root->inode_lockJeff Mahoney
2014-06-09btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng
2014-06-09Btrfs: fix transaction leak during fsync callFilipe Manana
2014-06-09btrfs: Avoid trucating page or punching hole in a already existed hole.Qu Wenruo
2014-06-09Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana
2014-06-09Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana
2014-06-09Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana
2014-06-09Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana
2014-06-09Btrfs: ensure readers see new data after a clone operationFilipe Manana
2014-06-09fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney
2014-06-09Btrfs: send, use the right limits for xattr names and valuesFilipe Manana
2014-06-09Btrfs: send, don't error in the presence of subvols/snapshotsFilipe Manana
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell
2014-06-09Btrfs: cut down stack usage in btree_write_cache_pagesChris Mason
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason
2014-06-09Btrfs: free tmp ulist for qgroup rescanJosef Bacik
2014-06-09btrfs: usage error should not be logged into system logAnand Jain