summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-09-031-0/+1
* btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo2020-08-211-3/+10
* Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana2020-04-241-0/+13
* btrfs: print message when tree-log replay startsDavid Sterba2020-02-281-0/+1
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-02-141-1/+0
* btrfs: use bool argument in free_root_pointers()Anand Jain2020-02-141-5/+5
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2020-01-041-1/+1
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-231-0/+8
* btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2018-12-081-2/+8
* btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo2018-12-081-280/+4
* btrfs: Add checker for EXTENT_CSUMQu Wenruo2018-12-081-0/+24
* btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2018-12-081-0/+103
* btrfs: Check if item pointer overlaps with the item itselfQu Wenruo2018-12-081-0/+7
* btrfs: Refactor check_leaf function for later expansionQu Wenruo2018-12-081-23/+27
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-081-9/+1
* btrfs: fix pinned underflow after transaction abortedLu Fengqi2018-11-271-4/+15
* btrfs: use correct compare function of dirty_metadata_bytesEthan Lien2018-09-151-4/+6
* btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain2018-06-131-1/+2
* btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney2018-05-301-1/+1
* btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-05-301-2/+4
* Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana2017-01-061-1/+12
* Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo2017-01-061-3/+7
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-121-12/+21
|\
| * Btrfs: catch invalid free space treesOmar Sandoval2016-10-031-0/+9
| * Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval2016-10-031-12/+12
* | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-42/+48
* | btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-23/+21
* | btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+2
* | Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2016-09-261-4/+28
* | Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-261-7/+6
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-15/+8
* | Btrfs: fix memory leak of block group cacheLiu Bo2016-09-261-0/+71
|/
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-5/+51
|\
| * Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2016-08-251-1/+22
| * Btrfs: check btree node's nritemsLiu Bo2016-08-251-0/+16
| * btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-251-2/+2
| * btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-251-0/+1
| * btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-08-251-1/+1
| * btrfs: properly track when rescan worker is runningJeff Mahoney2016-08-251-0/+1
| * Btrfs: fix memory leak of reloc_rootLiu Bo2016-08-251-1/+8
* | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-47/+54
|\|
| * btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-261-2/+1
| * btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-5/+10
| * btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-11/+11
| * btrfs: plumb fs_info into btrfs_workJeff Mahoney2016-07-261-19/+28
| * btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
| * Btrfs: fix double free of fs rootLiu Bo2016-07-261-9/+3
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-24/+19
|\ \ | |/ |/|
| * btrfs: use bio fields for op and flagsMike Christie2016-06-071-18/+12