summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh1-9/+5
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-28/+33
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2-0/+11
2012-10-03btrfs: reada_extent doesn't need kref for refcountAl Viro1-11/+7
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-15/+15
2012-10-01Revert "Btrfs: do not do filemap_write_and_wait_range in fsync"Miao Xie1-3/+11
2012-10-01Btrfs: remove bytes argument from do_chunk_allocJosef Bacik1-15/+10
2012-10-01Btrfs: delay block group item insertionJosef Bacik4-67/+79
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet2-17/+2
2012-10-01Btrfs: fix unnecessary warning when the fragments make the space alloc failMiao Xie1-1/+1
2012-10-01Btrfs: create a pinned em when writing to a prealloc range in DIOJosef Bacik1-0/+55
2012-10-01Btrfs: move the sb_end_intwrite until after the throttle logicJosef Bacik1-2/+2
2012-10-01Btrfs: use larger limit for translation of logical to inodeLiu Bo2-4/+5
2012-10-01Btrfs: use helper for logical resolveLiu Bo1-16/+3
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo5-20/+34
2012-10-01Btrfs: cleanup for unused ref cache stuffliubo2-8/+0
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie3-18/+32
2012-10-01btrfs: polish names of kmem cachesDavid Sterba4-9/+9
2012-10-01Btrfs: fix our overcommit mathJosef Bacik1-29/+42
2012-10-01Btrfs: wait on async pages when shrinking delallocJosef Bacik1-0/+7
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo5-14/+28
2012-10-01Btrfs: check return value of ulist_alloc() properlyTsutomu Itoh1-0/+8
2012-10-01Btrfs: fix error handling in delete_block_group_cache()Tsutomu Itoh1-2/+2
2012-10-01Btrfs: fix wrong size for the reservation when doing, file pre-allocation.Miao Xie1-2/+2
2012-10-01Btrfs: output more information when aborting a unused transaction handleMiao Xie1-1/+7
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie4-11/+9
2012-10-01Btrfs: fix wrong size for the reservation of the, snapshot creationMiao Xie2-4/+4
2012-10-01Btrfs: fix the snapshot that should not existMiao Xie1-15/+53
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie8-22/+39
2012-10-01Btrfs: use a slab for ordered extents allocationMiao Xie3-3/+31
2012-10-01Btrfs: fix file extent discount problem in the, snapshotMiao Xie2-44/+25
2012-10-01Btrfs: fix full backref problem when inserting shared block referenceMiao Xie1-0/+4
2012-10-01Btrfs: fix error path in create_pending_snapshot()Miao Xie1-23/+17
2012-10-01Btrfs: fix possible memory leak in scrub_setup_recheck_block()Wei Yongjun1-0/+1
2012-10-01Btrfs: btrfs_drop_extent_cache should never failJosef Bacik2-6/+11
2012-10-01Btrfs: do not take cleanup_work_sem in btrfs_run_delayed_iputs()Sage Weil1-2/+0
2012-10-01Btrfs: set journal_info in async trans commit workerSage Weil1-0/+2
2012-10-01Btrfs: pass lockdep rwsem metadata to async commit transactionSage Weil1-0/+16
2012-10-01Btrfs: add hole punchingJosef Bacik5-13/+355
2012-10-01Btrfs: remove unused hint byte argument for btrfs_drop_extentsJosef Bacik5-30/+14
2012-10-01Btrfs: check if an inode has no checksum when logging itLiu Bo1-11/+12
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo4-8/+10
2012-10-01Btrfs: fix wrong orphan count of the fs/file treeMiao Xie1-1/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo4-3/+26
2012-10-01Btrfs: do not needlessly restart the transaction for enospcJosef Bacik3-36/+20
2012-10-01Btrfs: cleanup extents after we finish logging inodeLiu Bo1-0/+6
2012-10-01Btrfs: only warn if we hit an error when doing the tree loggingJosef Bacik1-1/+1
2012-10-01Btrfs: turbo charge fsyncJosef Bacik8-42/+416
2012-10-01Btrfs: fix possible corruption when fsyncing written prealloced extentsJosef Bacik1-0/+12
2012-10-01Btrfs: do not allocate chunks as agressivelyJosef Bacik1-9/+3