aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie4-6/+157
2014-01-28Btrfs: use flags instead of the bool variants in delayed nodeMiao Xie2-18/+21
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie3-9/+1
2014-01-28Btrfs: cleanup code of btrfs_balance_delayed_items()Miao Xie1-23/+11
2014-01-28Btrfs: don't run delayed nodes again after all nodes flushMiao Xie1-0/+1
2014-01-28Btrfs: remove residual code in delayed inode async helperMiao Xie1-27/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton29-329/+358
2014-01-28Btrfs: fix tree mod loggingFilipe David Borba Manana1-89/+296
2014-01-28btrfs: check balance of send_in_progressDavid Sterba1-18/+20
2014-01-28Btrfs: remove transaction from btrfs sendWang Shilong1-33/+0
2014-01-28Btrfs: fix double initialization of the raid kobjectMiao Xie1-4/+5
2014-01-28Btrfs: fix a warning when iput a fileWang Shilong1-0/+2
2014-01-28btrfs: Check read-only status of roots during sendDavid Sterba3-3/+79
2014-01-28btrfs: remove unused mnt from send_ctxDavid Sterba1-4/+0
2014-01-28btrfs: send: clean up dead codeDavid Sterba1-50/+8
2014-01-28Btrfs: fix deadlock when iterating inode refs and running delayed inodesFilipe David Borba Manana1-7/+12
2014-01-28Btrfs: remove dead comments for read_csums()Wang Shilong1-6/+0
2014-01-28Btrfs: remove field tree_mod_seq_elem from btrfs_fs_info structFilipe David Borba Manana1-1/+0
2014-01-28Btrfs: fix use of uninitialized err variableFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: remove unnecessary filemap writting and waiting after block group relocationWang Shilong1-5/+0
2014-01-28Btrfs: fix error check of btrfs_lookup_dentry()Tsutomu Itoh2-7/+21
2014-01-28Btrfs: return immediately if tree log mod is not necessaryFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: move the extent buffer radix tree into the fs_infoJosef Bacik4-39/+34
2014-01-28Btrfs: use a bit to track if we're in the radix treeJosef Bacik2-3/+5
2014-01-28Btrfs: deal with io_tree->mapping being NULLJosef Bacik1-8/+16
2014-01-28Btrfs: more efficient push_leaf_rightFilipe David Borba Manana1-0/+13
2014-01-28Btrfs: wrap repeated code into scrub_blocked_if_needed()Wang Shilong2-27/+19
2014-01-28Btrfs: fix wrong super generation mismatch when scrubbing supersWang Shilong1-19/+26
2014-01-28Btrfs: fix pass of transid with wrong endianness in send.cFilipe David Borba Manana1-3/+3
2014-01-28Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana1-1/+1
2014-01-28btrfs: remove dead codeMichal Nazarewicz1-6/+1
2014-01-28Btrfs: fix max dir item size calculationFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: more efficient extent state insertionsFilipe David Borba Manana1-21/+55
2014-01-28Btrfs: add missing extent state caching callsFilipe David Borba Manana1-1/+3
2014-01-28Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana1-31/+41
2014-01-28Btrfs: fix extent boundary check in bio_readpage_errorFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: try harder to avoid btree node splitsFilipe David Borba Manana1-6/+14
2014-01-28Btrfs: avoid unnecessary ordered extent cache resetsFilipe David Borba Manana1-1/+2
2014-01-28btrfs: fix leaks during sysfs teardownJeff Mahoney1-60/+73
2014-01-28btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-28Btrfs: fix very slow inode eviction and fs unmountFilipe David Borba Manana1-14/+84
2014-01-28Btrfs: improve forever loop when doing balance relocationWang Shilong1-38/+36
2014-01-28Btrfs: fix ordered extent check in btrfs_punch_holeFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: fix the reserved space leak caused by the race between nonlock dio and buffered ioMiao Xie1-47/+84
2014-01-28Btrfs: cleanup unnecessary parameter and variant of prepare_pages()Miao Xie1-8/+6
2014-01-28btrfs: replace BUG in can_modify_featureDavid Sterba1-1/+3
2014-01-28btrfs: reserve no transaction units in btrfs_feature_attr_storeDavid Sterba1-1/+1
2014-01-28Btrfs: make btrfs_debug match pr_debug handling related to DEBUGFrank Holton1-0/+6
2014-01-28btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'Sergei Trofimovich2-71/+0
2014-01-28btrfs: expand btrfs_find_item() to include find_orphan_item functionalityKelley Nielsen4-35/+17