aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches1-1/+1
2012-07-23Btrfs: fix error handling in __add_reloc_root()Dan Carpenter1-1/+2
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman1-1/+1
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman1-0/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-11/+24
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney1-6/+8
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney1-1/+2
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-12/+10
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney1-6/+16
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney1-7/+29
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-2/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-8/+10
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-8/+10
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik1-0/+2
2011-11-10Btrfs: fix orphan backref nodesMiao Xie1-0/+2
2011-10-20btrfs: check file extent backref offset underflowYan, Zheng1-1/+4
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik1-4/+2
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik1-8/+7
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik1-2/+2
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik1-2/+0
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik1-1/+0
2011-07-27Merge branch 'integration' into for-linusChris Mason1-1/+2
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-1/+2
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-9/+21
2011-06-17Btrfs: fix relocation racesChris Mason1-9/+21
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-14/+20
2011-05-28Merge branch 'for-chris' ofChris Mason1-14/+20
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-32/+35
2011-05-23Btrfs: don't always do readaheadJosef Bacik1-0/+6
2011-05-23Btrfs: kill trans_mutexJosef Bacik1-8/+8
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik1-6/+6
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbersChris Mason1-1/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-19/+19
2011-05-21Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbersChris Mason1-12/+15
2011-05-12btrfs: scrubArne Jansen1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-06btrfs: remove all unused functionsDavid Sterba1-1/+1
2011-05-02btrfs: drop unused parameter from btrfs_release_pathDavid Sterba1-15/+15
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba1-1/+1
2011-05-02btrfs: drop unused argument from extent_io_tree_initDavid Sterba1-1/+1
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-1/+1
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-11/+13
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Btrfs: check return value of read_tree_block()Tsutomu Itoh1-0/+6
2011-03-17Btrfs: handle errors in btrfs_orphan_cleanupJosef Bacik1-1/+1
2011-02-16Btrfs: allow balance to explicitly allocate chunks as it relocatesChris Mason1-1/+12
2011-02-14Btrfs: Fix balance panicYan, Zheng1-0/+1
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Tsutomu Itoh1-0/+3