summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: output mirror number for bad metadataQu Wenruo2022-06-221-12/+14
* btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota2022-06-221-2/+2
* btrfs: fix error handling of fallback uncompress writeNaohiro Aota2022-06-221-2/+15
* btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota2022-06-221-15/+21
* btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota2022-06-221-8/+64
* btrfs: sysfs: export commit statsIoannis Angelakopoulos2022-06-221-1/+43
* btrfs: collect commit stats, count, durationIoannis Angelakopoulos2022-06-222-0/+37
* btrfs: remove extent writepage address space operationChristoph Hellwig2022-06-224-43/+2
* btrfs: send: use boolean types for current inode statusDavid Sterba2022-06-221-16/+16
* btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba2022-06-221-6/+1
* btrfs: send: simplify includesDavid Sterba2022-06-222-1/+5
* btrfs: send: drop __KERNEL__ ifdef from send.hDavid Sterba2022-06-221-2/+0
* btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2022-06-222-1/+12
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-06-221-7/+6
* btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig2022-06-223-39/+23
* btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov2022-06-221-1/+16
* btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo2022-06-221-0/+10
* btrfs: use named constant for reserved device spaceQu Wenruo2022-06-224-17/+15
* btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba2022-06-222-5/+0
* btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-06-223-26/+24
* btrfs: simplify parameters of backref iteratorsDavid Sterba2022-06-221-11/+12
* btrfs: call inode_to_path directly and drop indirectionDavid Sterba2022-06-221-30/+20
* btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo2022-06-221-7/+7
* btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo2022-06-224-19/+11
* btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo2022-06-221-1/+1
* btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo2022-06-223-13/+15
* btrfs: unify tree search helper returning prev and next nodesDavid Sterba2022-06-221-60/+62
* btrfs: make tree search for insert more generic and use it for tree_searchDavid Sterba2022-06-221-14/+13
* btrfs: open code inexact rbtree search in tree_searchDavid Sterba2022-06-221-3/+28
* btrfs: remove node and parent parameters from insert_stateDavid Sterba2022-06-221-12/+2
* btrfs: add fast path for extent_state insertionDavid Sterba2022-06-221-7/+16
* btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba2022-06-223-38/+36
* btrfs: lift start and end parameters to callers of insert_stateDavid Sterba2022-06-221-18/+15
* btrfs: open code rbtree search in insert_stateDavid Sterba2022-06-221-47/+33
* btrfs: open code rbtree search in split_stateDavid Sterba2022-06-221-6/+22
* btrfs: raid56: avoid double for loop inside raid56_parity_scrub_stripe()Qu Wenruo2022-06-221-31/+31
* btrfs: raid56: avoid double for loop inside raid56_rmw_stripe()Qu Wenruo2022-06-221-31/+28
* btrfs: raid56: avoid double for loop inside alloc_rbio_essential_pages()Qu Wenruo2022-06-221-15/+14
* btrfs: raid56: avoid double for loop inside __raid56_parity_recover()Qu Wenruo2022-06-221-20/+19
* btrfs: raid56: avoid double for loop inside finish_rmw()Qu Wenruo2022-06-221-42/+55
* btrfs: fix deadlock with fsync+fiemap+transaction commitJosef Bacik2022-06-221-15/+52
* btrfs: tree-log: make the return value for log syncing consistentJosef Bacik2022-06-223-10/+13
* btrfs: don't set lock_owner when locking extent buffer for readingZygo Blaxell2022-06-221-3/+0
* btrfs: add tracepoints for ordered extentsJohannes Thumshirn2022-06-221-3/+16
* btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota2022-06-221-1/+2
* btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-225-2/+53
* btrfs: sysfs: advertise zoned support among featuresDavid Sterba2022-06-221-3/+6
* btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig2022-06-223-85/+64
* btrfs: stop looking at btrfs_bio->iter in index_one_bioChristoph Hellwig2022-06-221-3/+0
* btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo2022-06-221-0/+14