summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens9-17/+17
2013-09-01Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUPFilipe David Borba Manana1-8/+10
2013-09-01Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handlerFilipe David Borba Manana1-3/+3
2013-09-01Btrfs: remove reduplicate check when disabling quotaWang Shilong1-5/+0
2013-09-01Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix commentsWang Shilong1-3/+6
2013-09-01Btrfs: fix oops when writing dirty qgroups to diskWang Shilong1-28/+13
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik3-40/+144
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik6-436/+510
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik6-179/+101
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik3-2/+10
2013-09-01Btrfs: fix the error handling wrt orphan itemsJosef Bacik1-15/+26
2013-09-01Btrfs: don't allow a subvol to be deleted if it is the default subovlJosef Bacik1-0/+15
2013-09-01Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik1-1/+2
2013-09-01btrfs: offline dedupeMark Fasheh2-0/+307
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh3-9/+37
2013-09-01btrfs_ioctl_clone: Move clone code into it's own functionMark Fasheh1-115/+139
2013-09-01btrfs: abtract out range locking in clone ioctl()Mark Fasheh1-15/+21
2013-09-01Btrfs: fix possible memory leak in find_parent_nodes()Wang Shilong1-1/+1
2013-09-01Btrfs: return ENOSPC when target space is fullFilipe David Borba Manana1-1/+5
2013-09-01Btrfs: don't ignore errors from btrfs_run_delayed_itemsFilipe David Borba Manana1-4/+9
2013-09-01Btrfs: fix inode leak on kmalloc failure in tree-log.cFilipe David Borba Manana1-2/+4
2013-09-01Btrfs: allow compressed extents to be merged during defragmentLiu Bo1-6/+8
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba3-2/+34
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik2-11/+16
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik2-73/+88
2013-09-01Btrfs: check our parent dir when doing a compare sendJosef Bacik1-0/+19
2013-09-01Btrfs: handle errors when doing slow cachingJosef Bacik2-9/+24
2013-09-01Btrfs: add missing error handling to read_tree_blockFilipe David Borba Manana1-0/+4
2013-09-01Fix leak in __btrfs_map_block error pathDave Jones1-0/+1
2013-09-01Btrfs: add missing error check to find_parent_nodesFilipe David Borba Manana1-1/+3
2013-09-01Btrfs: optimize function btrfs_read_chunk_treeFilipe David Borba Manana1-19/+11
2013-09-01Btrfs: don't bug_on when we fail when cleaning up transactionsJosef Bacik1-2/+1
2013-09-01Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-09-01Btrfs: check to see if we have an inline item properlyJosef Bacik1-0/+5
2013-09-01Btrfs: fix what bits we clear when erroring out from delallocJosef Bacik1-21/+28
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik3-130/+85
2013-09-01btrfs: use BTRFS_SUPER_INFO_SIZE macro at btrfs_read_dev_super()Anand Jain1-2/+4
2013-09-01Btrfs: cache the extent map struct when reading several pagesMiao Xie1-11/+46
2013-09-01Btrfs: batch the extent state operation when reading pagesMiao Xie1-28/+107
2013-09-01Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie1-31/+42
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie8-164/+174
2013-09-01Btrfs: add branch prediction hints in the read page end IO functionMiao Xie1-5/+9
2013-09-01Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie1-15/+11
2013-09-01Btrfs: add missing mounting options in btrfs_show_options()Wang Shilong1-0/+14
2013-09-01Btrfs: use u64 for subvolid when parsing mount optionsWang Shilong1-9/+7
2013-09-01Btrfs: add sanity checks regarding to parsing mount optionsWang Shilong1-10/+37
2013-09-01Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failedMiao Xie1-1/+3
2013-09-01btrfs/raid56: fix and cleanup some error pathsDan Carpenter1-6/+4
2013-09-01Btrfs: don't bother autodefragging if our root is going awayJosef Bacik1-0/+5
2013-09-01Btrfs: cleanup reloc roots properly on errorJosef Bacik2-2/+7