aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds35-1656/+1695
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds4-26/+9
2015-06-24btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter1-9/+11
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-06-23Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into anandChris Mason7-53/+238
2015-06-22Btrfs: Check if kobject is initialized before putAnand Jain1-3/+5
2015-06-19Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2-1/+7
2015-06-19Btrfs: free the stale deviceAnand Jain1-0/+61
2015-06-12Btrfs: use received_uuid of parent during sendJosef Bacik1-4/+21
2015-06-12Btrfs: fix use-after-free in btrfs_replay_logLiu Bo1-1/+2
2015-06-10btrfs: wait for delayed iputs on no spaceZhao Lei1-0/+3
2015-06-10btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo1-20/+33
2015-06-10btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo4-0/+40
2015-06-10btrfs: ulist: Add ulist_del() function.Qu Wenruo2-11/+37
2015-06-10btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo4-917/+3
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo3-27/+89
2015-06-10btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2-100/+28
2015-06-10btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo1-36/+7
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo3-0/+118
2015-06-10btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo1-6/+29
2015-06-10btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2-0/+29
2015-06-10btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo5-7/+95
2015-06-10btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo1-0/+120
2015-06-10btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo1-0/+58
2015-06-10btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent()Qu Wenruo1-21/+21
2015-06-10btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo1-41/+54
2015-06-10btrfs: delayed-ref: Cleanup the unneeded functions.Qu Wenruo1-174/+0
2015-06-10btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo5-123/+114
2015-06-10btrfs: backref: Don't merge refs which are not for same block.Qu Wenruo1-3/+3
2015-06-10btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei4-3/+27
2015-06-10btrfs: Handle unaligned length in extent_sameMark Fasheh1-6/+14
2015-06-10Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan1-1/+1
2015-06-10Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan1-1/+1
2015-06-10Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana3-12/+7
2015-06-10Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana1-1/+15
2015-06-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana3-3/+23
2015-06-10Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.2Chris Mason1-21/+83
2015-06-03Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana1-5/+21
2015-06-03Btrfs: fix up read_tree_block to return proper errorLiu Bo5-29/+54
2015-06-03Btrfs: add missing free_extent_bufferLiu Bo1-0/+1
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo3-16/+0
2015-06-03Btrfs: fix -ENOSPC on block group removalFilipe Manana3-8/+30
2015-06-03Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana4-2/+50
2015-06-03Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik1-0/+2
2015-06-03Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval1-0/+4
2015-06-03Btrfs: unify subvol= and subvolid= mountingOmar Sandoval1-67/+171
2015-06-03Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval1-8/+25
2015-06-03Btrfs: clean up error handling in mount_subvol()Omar Sandoval1-28/+33
2015-06-03Btrfs: remove all subvol options before mounting top-levelOmar Sandoval1-36/+20