summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo2015-06-101-20/+33
* | btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-104-0/+40
* | btrfs: ulist: Add ulist_del() function.Qu Wenruo2015-06-102-11/+37
* | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-105-972/+3Star
* | btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo2015-06-103-27/+89
* | btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2015-06-102-100/+28Star
* | btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo2015-06-101-36/+7Star
* | btrfs: qgroup: Add new qgroup calculation functionQu Wenruo2015-06-103-0/+118
* | btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo2015-06-101-6/+29
* | btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2015-06-102-0/+29
* | btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-105-7/+95
* | btrfs: qgroup: Add function qgroup_update_counters().Qu Wenruo2015-06-101-0/+120
* | btrfs: qgroup: Add function qgroup_update_refcnt().Qu Wenruo2015-06-101-0/+58
* | btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_exte...Qu Wenruo2015-06-101-21/+21
* | btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read.Qu Wenruo2015-06-101-41/+54
* | btrfs: delayed-ref: Cleanup the unneeded functions.Qu Wenruo2015-06-101-174/+0Star
* | btrfs: delayed-ref: Use list to replace the ref_root in ref_head.Qu Wenruo2015-06-105-123/+114Star
* | btrfs: backref: Don't merge refs which are not for same block.Qu Wenruo2015-06-101-3/+3
* | btrfs: Fix lockdep warning of wr_ctx->wr_lock in scrub_free_wr_ctx()Zhao Lei2015-06-104-3/+27
* | btrfs: Handle unaligned length in extent_sameMark Fasheh2015-06-101-6/+14
* | Btrfs: btrfs_defrag_file: Fix calculation of max_to_defrag.chandan2015-06-101-1/+1
* | Btrfs: btrfs_defrag_file: Fix ra_index computation.chandan2015-06-101-1/+1
* | Btrfs: fix necessary chunk tree space calculation when allocating a chunkFilipe Manana2015-06-103-12/+7Star
* | Btrfs: don't attach unnecessary extents to transaction on fsyncFilipe Manana2015-06-101-1/+15
* | Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana2015-06-103-3/+23
* | Merge branch 'send_fixes_4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2015-06-101-21/+83
|\ \
| * | Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana2015-06-031-19/+37
| * | Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana2015-06-031-2/+46
* | | Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana2015-06-031-5/+21
* | | Btrfs: fix up read_tree_block to return proper errorLiu Bo2015-06-035-29/+54
* | | Btrfs: add missing free_extent_bufferLiu Bo2015-06-031-0/+1
* | | Btrfs: remove csum_bytes_leftLiu Bo2015-06-033-16/+0Star
* | | Btrfs: fix -ENOSPC on block group removalFilipe Manana2015-06-033-8/+30
* | | Btrfs: fix -ENOSPC when finishing block group creationFilipe Manana2015-06-034-2/+50
* | | Btrfs: set UNWRITTEN for prealloc'ed extents in fiemapJosef Bacik2015-06-031-0/+2
* | | Btrfs: show subvol= and subvolid= in /proc/mountsOmar Sandoval2015-06-032-0/+5
* | | Btrfs: unify subvol= and subvolid= mountingOmar Sandoval2015-06-031-67/+171
* | | Btrfs: fail on mismatched subvol and subvolid mount optionsOmar Sandoval2015-06-031-8/+25
* | | Btrfs: clean up error handling in mount_subvol()Omar Sandoval2015-06-031-28/+33
* | | Btrfs: remove all subvol options before mounting top-levelOmar Sandoval2015-06-031-36/+20Star
* | | Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-06-031-0/+2
* | | Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana2015-06-031-1/+6
* | | Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana2015-06-031-3/+19
* | | btrfs: use after free when closing devicesSasha Levin2015-06-031-2/+2
* | | btrfs: make root id query unprivilegedDavid Sterba2015-06-031-4/+16
* | | Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana2015-06-031-2/+23
* | | Btrfs: check error before reporting missing device and add uuidAnand Jain2015-06-031-1/+2
* | | btrfs: Fix superblock csum type check.Qu Wenruo2015-06-031-1/+1
* | | Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana2015-06-031-1/+17
* | | btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer2015-06-031-4/+4