summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Btrfs: more efficient push_leaf_rightFilipe David Borba Manana1-0/+13
2014-01-29Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2-27/+19
2014-01-29Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong1-19/+26
2014-01-29Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana1-3/+3
2014-01-29Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana1-1/+1
2014-01-29btrfs: remove dead codeMichal Nazarewicz1-6/+1
2014-01-29Btrfs: fix max dir item size calculationFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: more efficient extent state insertionsFilipe David Borba Manana1-21/+55
2014-01-29Btrfs: add missing extent state caching callsFilipe David Borba Manana1-1/+3
2014-01-29Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana1-31/+41
2014-01-29Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana1-6/+14
2014-01-29Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana1-1/+2
2014-01-29btrfs: fix leaks during sysfs teardownJeff Mahoney1-60/+73
2014-01-29btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-29Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana1-14/+84
2014-01-29Btrfs: improve forever loop when doing balance relocationWang Shilong1-38/+36
2014-01-29Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana1-1/+1
2014-01-29Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie1-47/+84
2014-01-29Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie1-8/+6
2014-01-29btrfs: replace BUG in can_modify_featureDavid Sterba1-1/+3
2014-01-29btrfs: reserve no transaction units in btrfs_feature_attr_storeDavid Sterba1-1/+1
2014-01-29Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton1-0/+6
2014-01-29btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2-71/+0
2014-01-29Btrfs/tracepoint: update new flags for ordered extent TPLiu Bo1-1/+2
2014-01-29Btrfs/tracepoint: fix to report right flags for ordered extentLiu Bo1-11/+11
2014-01-29btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen4-35/+17
2014-01-29btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen3-20/+11
2014-01-29btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen3-36/+43
2014-01-29btrfs: fix unused variables in qgroup.cValentina Giusti1-9/+2
2014-01-29btrfs: replace path->slots[0] with otherwise unused variable 'slot'Valentina Giusti1-2/+2
2014-01-29btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variables from extent_io.cValentina Giusti1-7/+0
2014-01-29btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-29btrfs: remove unused variables from disk-io.cValentina Giusti1-11/+0
2014-01-29btrfs: remove unused variable from btrfs_new_inodeValentina Giusti1-6/+0
2014-01-29btrfs: publish fs label in sysfsJeff Mahoney1-0/+44
2014-01-29btrfs: publish device membership in sysfsJeff Mahoney2-0/+33
2014-01-29btrfs: publish allocation data in sysfsJeff Mahoney4-5/+238
2014-01-29btrfs: add ioctl to export size of global metadata reservationJeff Mahoney2-0/+17
2014-01-29btrfs: use feature attribute names to print better error messagesJeff Mahoney3-6/+64
2014-01-29btrfs: add ability to change features via sysfsJeff Mahoney2-4/+117
2014-01-29btrfs: publish unknown feature bits in sysfsJeff Mahoney1-1/+107
2014-01-29btrfs: publish per-super features in sysfsJeff Mahoney1-16/+65
2014-01-29btrfs: publish per-super attributes in sysfsJeff Mahoney4-0/+57
2014-01-29btrfs: publish supported featured in sysfsJeff Mahoney2-0/+87
2014-01-29kobject: export kobj_sysfs_opsJeff Mahoney1-0/+1
2014-01-29btrfs: add ioctls to query/change feature bits onlineJeff Mahoney3-0/+163
2014-01-29Btrfs: skip merge part for delayed data refsLiu Bo1-0/+7