summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2014-01-282-7/+21
* Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik2014-01-284-39/+34
* Btrfs: use a bit to track if we're in the radix treeJosef Bacik2014-01-282-3/+5
* Btrfs: deal with io_tree->mapping being NULLJosef Bacik2014-01-281-8/+16
* Btrfs: more efficient push_leaf_rightFilipe David Borba Manana2014-01-281-0/+13
* Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2014-01-282-27/+19
* Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong2014-01-281-19/+26
* Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana2014-01-281-3/+3
* Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana2014-01-281-1/+1
* btrfs: remove dead codeMichal Nazarewicz2014-01-281-6/+1
* Btrfs: fix max dir item size calculationFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: more efficient extent state insertionsFilipe David Borba Manana2014-01-281-21/+55
* Btrfs: add missing extent state caching callsFilipe David Borba Manana2014-01-281-1/+3
* Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana2014-01-281-31/+41
* Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana2014-01-281-6/+14
* Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana2014-01-281-1/+2
* btrfs: fix leaks during sysfs teardownJeff Mahoney2014-01-281-60/+73
* btrfs: fix static checker warningsJeff Mahoney2014-01-281-2/+2
* Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana2014-01-281-14/+84
* Btrfs: improve forever loop when doing balance relocationWang Shilong2014-01-281-38/+36
* Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana2014-01-281-1/+1
* Btrfs: fix the reserved space leak caused by the race between nonlock dio and...Miao Xie2014-01-281-47/+84
* Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie2014-01-281-8/+6
* btrfs: replace BUG in can_modify_featureDavid Sterba2014-01-281-1/+3
* btrfs: reserve no transaction units in btrfs_feature_attr_storeDavid Sterba2014-01-281-1/+1
* Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton2014-01-281-0/+6
* btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2014-01-282-71/+0
* btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen2014-01-284-35/+17
* btrfs: expand btrfs_find_item() to include find_root_ref functionalityKelley Nielsen2014-01-283-20/+11
* btrfs: bootstrap generic btrfs_find_item interfaceKelley Nielsen2014-01-283-36/+43
* btrfs: fix unused variables in qgroup.cValentina Giusti2014-01-281-9/+2
* btrfs: replace path->slots[0] with otherwise unused variable 'slot'Valentina Giusti2014-01-281-2/+2
* btrfs: remove unused variable from scrub_fixup_nodatasumValentina Giusti2014-01-281-2/+0
* btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti2014-01-281-2/+0
* btrfs: remove unused variables from extent_io.cValentina Giusti2014-01-281-7/+0
* btrfs: remove unused variable from find_free_extentValentina Giusti2014-01-281-2/+0
* btrfs: remove unused variables from disk-io.cValentina Giusti2014-01-281-11/+0
* btrfs: remove unused variable from btrfs_new_inodeValentina Giusti2014-01-281-6/+0
* btrfs: publish fs label in sysfsJeff Mahoney2014-01-281-0/+44
* btrfs: publish device membership in sysfsJeff Mahoney2014-01-282-0/+33
* btrfs: publish allocation data in sysfsJeff Mahoney2014-01-284-5/+238
* btrfs: add ioctl to export size of global metadata reservationJeff Mahoney2014-01-281-0/+16
* btrfs: use feature attribute names to print better error messagesJeff Mahoney2014-01-283-6/+64
* btrfs: add ability to change features via sysfsJeff Mahoney2014-01-282-4/+117
* btrfs: publish unknown feature bits in sysfsJeff Mahoney2014-01-281-1/+107
* btrfs: publish per-super features in sysfsJeff Mahoney2014-01-281-16/+65
* btrfs: publish per-super attributes in sysfsJeff Mahoney2014-01-284-0/+57
* btrfs: publish supported featured in sysfsJeff Mahoney2014-01-282-0/+87
OpenPOWER on IntegriCloud