summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't bother autodefragging if our root is going awayJosef Bacik2013-09-011-0/+5
* Btrfs: cleanup reloc roots properly on errorJosef Bacik2013-09-012-2/+7
* Btrfs: reset ret in record_one_backrefJosef Bacik2013-09-011-2/+1Star
* btrfs: fix get set label blocking against balanceAnand Jain2013-09-011-6/+10
* Btrfs: Print key type in decimal everywhereStefan Behrens2013-09-011-2/+2
* Btrfs/tracepoint: update delayed ref tracepointsLiu Bo2013-09-012-3/+9
* btrfs_read_block_groups: Use enums to indexchandan2013-09-011-2/+6
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-019-113/+150
* Btrfs: set qgroup_ulist to be null after calling ulist_free()Wang Shilong2013-09-011-0/+6
* Btrfs: add missing error checks to add_data_referencesFilipe David Borba Manana2013-09-011-1/+6
* btrfs: make errors in btrfs_num_copies less noisyDavid Sterba2013-09-011-2/+2
* Btrfs: make free space caching faster with many non-inline extent referencesLiu Bo2013-09-011-0/+11
* btrfs: fall back to global reservation when removing subvolumesJeff Mahoney2013-09-013-5/+12
* Btrfs: optimize btrfs_lookup_extent_info()Filipe David Borba Manana2013-09-011-4/+17
* Btrfs: Release uuid_mutex for shrink during device deleteCarey Underwood2013-09-011-0/+2
* Btrfs: set lockdep class before locking new extent bufferJosef Bacik2013-09-011-0/+2
* Btrfs: return -1 when lzo compression makes data biggerStefan Agner2013-09-011-1/+3
* Btrfs: stop using GFP_ATOMIC for the tree mod log allocationsJosef Bacik2013-09-011-105/+56Star
* btrfs: don't loop on large offsets in readdirZach Brown2013-08-101-8/+25
* Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2013-08-102-5/+5
* Btrfs: release both paths before logging dir/changed extentsJosef Bacik2013-08-101-3/+2Star
* Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik2013-08-101-22/+40
* Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik2013-08-101-11/+14
* Btrfs: fix backref walking when we hit a compressed extentJosef Bacik2013-08-101-8/+15
* Btrfs: do not offset physical if we're compressedJosef Bacik2013-08-101-3/+6
* Btrfs: fix extent buffer leak after backref walkingLiu Bo2013-08-101-1/+0Star
* Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo2013-08-101-4/+12
* btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu2013-08-101-3/+0Star
* Btrfs: fix wrong write offset when replacing a deviceStefan Behrens2013-07-191-1/+1
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-07-191-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-07-191-0/+2
* Btrfs: update drop progress before stopping snapshot droppingJosef Bacik2013-07-191-6/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-0934-1726/+2327
|\
| * Btrfs: wait ordered range before doing direct ioJosef Bacik2013-07-021-1/+9
| * Btrfs: only do the tree_mod_log_free_eb if this is our last refJosef Bacik2013-07-021-1/+2
| * Btrfs: hold the tree mod lock in __tree_mod_log_rewindJosef Bacik2013-07-021-4/+6
| * Btrfs: make backref walking code handle skinny metadataJosef Bacik2013-07-021-6/+25
| * Btrfs: fix crash regarding to ulist_add_mergeLiu Bo2013-07-021-0/+15
| * Btrfs: fix several potential problems in copy_nocow_pages_for_inodeMiao Xie2013-07-021-1/+22
| * Btrfs: cleanup the code of copy_nocow_pages_for_inode()Miao Xie2013-07-021-25/+23Star
| * Btrfs: fix oops when recovering the file data by scrub functionMiao Xie2013-07-021-1/+1
| * Btrfs: make the chunk allocator completely tree locklessJosef Bacik2013-07-025-169/+166Star
| * Btrfs: cleanup orphaned root orphan itemJosef Bacik2013-07-021-2/+29
| * Btrfs: fix wrong mirror number tuningMiao Xie2013-07-021-3/+0Star
| * Btrfs: cleanup redundant code in btrfs_submit_direct()Miao Xie2013-07-021-9/+1Star
| * Btrfs: remove btrfs_sector_sum structureMiao Xie2013-07-025-142/+76Star
| * Btrfs: check if we can nocow if we don't have data spaceJosef Bacik2013-07-026-26/+148
| * Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delallocJosef Bacik2013-07-021-5/+4Star
| * Btrfs: use a percpu to keep track of possibly pinned bytesJosef Bacik2013-07-022-5/+66
| * Btrfs: check for actual acls rather than just xattrs when caching no aclJosef Bacik2013-07-021-2/+16