aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-294/+301
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10Chris Mason1-4/+19
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-2/+2
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-4/+4
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-99/+87
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-125/+143
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-35/+27
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-2/+2
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-21/+23
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-2/+2
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang1-0/+2
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan1-1/+1
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-2/+2
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba1-7/+3
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-7/+1
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba1-2/+2
2016-11-23Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2016-11-23Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-11-01btrfs: use op_is_sync to check for synchronous requestsChristoph Hellwig1-1/+1
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-12/+21
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval1-0/+9
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval1-12/+12
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-42/+48
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-23/+21
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+2
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik1-7/+6
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-15/+8
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo1-0/+71
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-5/+51
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2016-08-25Btrfs: check btree node's nritemsLiu Bo1-0/+16
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney1-2/+2
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-0/+1
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney1-0/+1
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo1-1/+8
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-1/+1
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-47/+54
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+19
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney1-2/+1
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-5/+10
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-11/+11
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney1-19/+28
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-07-26Btrfs: fix double free of fs rootLiu Bo1-9/+3
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra1-4/+2