summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2019-01-23btrfs: wait on ordered extents on abort cleanupJosef Bacik
2018-12-08btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2018-12-08btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo
2018-12-08btrfs: Add checker for EXTENT_CSUMQu Wenruo
2018-12-08btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo
2018-12-08btrfs: Check if item pointer overlaps with the item itselfQu Wenruo
2018-12-08btrfs: Refactor check_leaf function for later expansionQu Wenruo
2018-12-08btrfs: Always try all copies when reading extent buffersNikolay Borisov
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi
2018-09-15btrfs: use correct compare function of dirty_metadata_bytesEthan Lien
2018-06-13btrfs: define SUPER_FLAG_METADUMP_V2Anand Jain
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney
2018-05-30btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain
2017-01-06Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana
2017-01-06Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo
2016-08-25Btrfs: check btree node's nritemsLiu Bo
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26btrfs: plumb fs_info into btrfs_workJeff Mahoney
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-07-26Btrfs: fix double free of fs rootLiu Bo
2016-06-23Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-06-07btrfs: use bio fields for op and flagsMike Christie
2016-06-07btrfs: use bio op accessorsMike Christie
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie