summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-1/+0
2020-01-04btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval1-1/+1
2019-01-26btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-17btrfs: tree-checker: Fix false panic for sanity testQu Wenruo1-2/+8
2019-01-17btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo1-280/+4
2019-01-17btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2019-01-17btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo1-0/+103
2019-01-17btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2019-01-17btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2019-01-17Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2019-01-17Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2019-01-17Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2019-01-17Btrfs: check btree node's nritemsLiu Bo1-0/+16
2019-01-17Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2018-12-13btrfs: Always try all copies when reading extent buffersNikolay Borisov1-9/+1
2018-11-27btrfs: fix pinned underflow after transaction abortedLu Fengqi1-4/+15
2018-11-10btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney1-2/+2
2018-09-15btrfs: use correct compare function of dirty_metadata_bytesEthan Lien1-4/+6
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-1/+1
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2018-05-30btrfs: fix lockdep splat in btrfs_alloc_subvolume_writersJeff Mahoney1-1/+1
2016-09-07btrfs: properly track when rescan worker is runningJeff Mahoney1-0/+1
2016-09-07btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney1-1/+1
2016-03-10Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-1/+4
2016-03-04Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra1-0/+27
2016-03-04Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2015-11-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-05btrfs: qgroup: exit the rescan worker during umountJustin Maggard1-0/+3
2015-10-27btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina1-0/+1
2015-10-22Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-20/+0
2015-10-22Btrfs: change how we wait for pending ordered extentsJosef Bacik1-20/+0
2015-10-22btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo1-0/+1
2015-10-22Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-13/+22
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei1-13/+22
2015-10-13Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason1-0/+3
2015-10-13Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason1-22/+47
2015-10-13Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-19/+18
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba1-0/+3
2015-10-10Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2015-10-08btrfs: switch more printks to our helpersDavid Sterba1-6/+6
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba1-11/+10
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba1-2/+2
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan1-0/+4
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain1-20/+33
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain1-4/+4
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain1-3/+15
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain1-2/+2