summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Btrfs: change scrub to support big blocksStefan Behrens1-340/+1013
2012-03-27Btrfs: minor cleanup in scrubStefan Behrens1-36/+25
2012-03-27Btrfs: introduce common define for max number of mirrorsStefan Behrens2-5/+7
2012-03-27Btrfs: deal with read errors on extent buffers differentlyJosef Bacik3-27/+66
2012-03-27Btrfs: don't use threaded IO completion helpers for metadata writesChris Mason1-4/+4
2012-03-27Btrfs: adjust the write_lock_level as we unlockChris Mason1-6/+17
2012-03-27Btrfs: loop waiting on writebackChris Mason1-5/+5
2012-03-27Btrfs: add the ability to cache a pointer into the ebChris Mason3-30/+116
2012-03-27Btrfs: ensure an entire eb is written at onceJosef Bacik4-209/+390
2012-03-27Btrfs: introduce mark_extent_buffer_accessedJosef Bacik1-2/+15
2012-03-27Btrfs: introduce free_extent_buffer_staleJosef Bacik5-60/+201
2012-03-27Btrfs: only use the existing eb if it's count isn't 0Josef Bacik1-2/+8
2012-03-27Btrfs: set page->private to the ebJosef Bacik3-93/+91
2012-03-27Btrfs: allow metadata blocks larger than the page sizeChris Mason6-189/+190
2012-03-26Btrfs: remove search_start and search_end from find_free_extent and callersJosef Bacik3-19/+9
2012-03-26Btrfs: remove the ideal caching codeJosef Bacik1-85/+8
2012-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+7
2012-03-03Btrfs: fix casting error in scrub reada codeChris Mason1-1/+1
2012-03-03btrfs: fix locking issues in find_parent_nodes()Li Zefan1-2/+6
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-131/+250
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason4-20/+26
2012-02-23Btrfs: increase the global block reserve estimatesLiu Bo1-1/+1
2012-02-23Btrfs: clear the extent uptodate bits during parent transid failuresChris Mason1-4/+3
2012-02-23Btrfs: add extra sanity checks on the path names in btrfs_mksubvolChris Mason1-0/+6
2012-02-23Btrfs: make sure we update latest_bdevChris Mason2-1/+22
2012-02-23Btrfs: improve error handling for btrfs_insert_dir_item callersChris Mason2-7/+26
2012-02-21Btrfs: be less strict on finding next node in clear_extent_bitLiu Bo1-2/+1
2012-02-16Btrfs: fix a bug on overcommit stuffLiu Bo1-1/+4
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh3-2/+4
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie1-24/+29
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh1-6/+10
2012-02-16btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger1-2/+4
2012-02-15btrfs: silence warning in raid array setupDavid Sterba1-0/+14
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba2-3/+3
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney3-27/+53
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-15btrfs: don't check DUP chunks twiceArne Jansen1-3/+5
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Jeff Liu1-2/+2
2012-02-15Btrfs: avoid positive number with ERR_PTRJan Schmidt1-0/+2
2012-02-15btrfs: Sector Size check during MountKeith Mannthey1-0/+6
2012-02-01Btrfs: don't reserve data with extents locked in btrfs_fallocateChris Mason1-15/+10
2012-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-36/+60
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason1-2/+8
2012-01-27Btrfs: advance window_start if we're using a bitmapJosef Bacik1-0/+1
2012-01-27btrfs: mask out gfp flags in releasepageDavid Sterba1-0/+7
2012-01-27Btrfs: fix enospc error caused by wrong checks of the chunkMiao Xie1-22/+27
2012-01-27Btrfs: do not defrag a file partiallyLiu Bo1-1/+1