summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-173-0/+14
* | btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_downQu Wenruo2018-12-171-3/+1
* | Btrfs: scrub, move setup of nofs contexts higher in the stackFilipe Manana2018-12-171-20/+14
* | btrfs: scrub: move scrub_setup_ctx allocation out of device_list_mutexDavid Sterba2018-12-171-12/+18
* | btrfs: scrub: pass fs_info to scrub_setup_ctxDavid Sterba2018-12-171-5/+4
* | btrfs: fix truncate throttlingJosef Bacik2018-12-171-62/+17
* | btrfs: don't run delayed refs in the end transaction logicJosef Bacik2018-12-171-38/+0
* | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-174-34/+22
* | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-172-4/+20
* | btrfs: update may_commit_transaction to use the delayed refs rsvJosef Bacik2018-12-171-9/+15
* | btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-175-25/+281
* | btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2018-12-171-3/+0
* | btrfs: cleanup extent_op handlingJosef Bacik2018-12-171-13/+22
* | btrfs: add cleanup_ref_head_accounting helperJosef Bacik2018-12-171-28/+39
* | btrfs: add btrfs_delete_ref_head helperJosef Bacik2018-12-173-20/+19
* | btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn2018-12-173-6/+6
* | btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-177-44/+38
* | btrfs: dev-replace: open code trivial locking helpersDavid Sterba2018-12-175-74/+52
* | btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-175-28/+6
* | btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-173-8/+8
* | btrfs: reada: reorder dev-replace locks before radix tree preloadDavid Sterba2018-12-171-5/+7
* | btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov2018-12-171-9/+20
* | btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi2018-12-173-18/+18
* | btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2018-12-171-1/+2
* | Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2018-12-173-0/+39
* | btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-176-29/+29
* | btrfs: switch BTRFS_ORDERED_* to enumsDavid Sterba2018-12-171-20/+25
* | btrfs: switch EXTENT_FLAG_* to enumsDavid Sterba2018-12-171-7/+14
* | btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba2018-12-171-12/+16
* | btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba2018-12-171-16/+17
* | btrfs: switch BTRFS_FS_* to enumsDavid Sterba2018-12-171-32/+31
* | btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba2018-12-171-7/+12
* | btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba2018-12-171-6/+19
* | btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-175-17/+24
* | btrfs: cleanup the useless DEFINE_WAIT in cleanup_transactionLu Fengqi2018-12-171-1/+0
* | btrfs: document extent mapping assumptions in checksumJohannes Thumshirn2018-12-171-0/+6
* | btrfs: don't initialize 'offset' in map_private_extent_buffer()Johannes Thumshirn2018-12-171-1/+1
* | Btrfs: fix deadlock with memory reclaim during scrubFilipe Manana2018-12-171-1/+34
* | btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov2018-12-174-60/+35
* | btrfs: remove btrfs_bio_end_io_tJohannes Thumshirn2018-12-171-3/+0
* | btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba2018-12-174-18/+11
* | btrfs: remove redundant csum buffer in btrfs_io_bioDavid Sterba2018-12-172-6/+7
* | btrfs: replace async_cow::root with fs_infoDavid Sterba2018-12-171-6/+3
* | btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-12-172-24/+17
* | btrfs: balance: print to system log when balance ends or is pausedAnand Jain2018-12-171-0/+7
* | btrfs: balance: print args during start and resumeAnand Jain2018-12-171-3/+158
* | btrfs: add helper to describe block group flagsAnand Jain2018-12-173-27/+58
* | Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2018-12-171-4/+10
* | Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2018-12-171-16/+23
* | Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2018-12-173-6/+12
OpenPOWER on IntegriCloud