summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo2022-07-251-1/+4
| * | | | btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig2022-07-254-56/+39
| * | | | btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana2022-07-251-2/+1
| * | | | btrfs: sysfs: remove BIG_METADATA feature filesNikolay Borisov2022-07-251-2/+0
| * | | | btrfs: sysfs: remove MIXED_BACKREF feature fileNikolay Borisov2022-07-251-2/+0
| * | | | btrfs: don't print 'has skinny extents' anymore on mountNikolay Borisov2022-07-251-3/+0
| * | | | btrfs: don't print 'flagging with big metadata' anymore on mountNikolay Borisov2022-07-251-5/+1
| * | | | btrfs: clean up chained assignmentsDavid Sterba2022-07-258-26/+46
| * | | | btrfs: merge calculations for simple striped profiles in btrfs_rmap_blockDavid Sterba2022-07-251-3/+2
| * | | | btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_spaceDavid Sterba2022-07-251-6/+2
| * | | | btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov2022-07-251-10/+11
| * | | | btrfs: print checksum type and implementation at mount timeDavid Sterba2022-07-251-0/+3
| * | | | btrfs: reset block group chunk force if we have to waitJosef Bacik2022-07-251-0/+1
| * | | | btrfs: send: add new command FILEATTR for file attributesDavid Sterba2022-07-252-29/+85
| * | | | btrfs: send: add OTIME as utimes attribute for proto 2+ by defaultDavid Sterba2022-07-251-1/+2
| * | | | btrfs: output mirror number for bad metadataQu Wenruo2022-07-251-12/+14
| * | | | btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota2022-07-251-2/+2
| * | | | btrfs: fix error handling of fallback uncompress writeNaohiro Aota2022-07-251-2/+15
| * | | | btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota2022-07-251-15/+21
| * | | | btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota2022-07-251-8/+64
| * | | | btrfs: sysfs: export commit statsIoannis Angelakopoulos2022-07-251-1/+43
| * | | | btrfs: collect commit stats, count, durationIoannis Angelakopoulos2022-07-252-0/+37
| * | | | btrfs: remove extent writepage address space operationChristoph Hellwig2022-07-254-43/+2
| * | | | btrfs: send: use boolean types for current inode statusDavid Sterba2022-07-251-16/+16
| * | | | btrfs: send: remove old TODO regarding ERESTARTSYSDavid Sterba2022-07-251-6/+1
| * | | | btrfs: send: simplify includesDavid Sterba2022-07-252-1/+5
| * | | | btrfs: send: drop __KERNEL__ ifdef from send.hDavid Sterba2022-07-251-2/+0
| * | | | btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2022-07-252-1/+12
| * | | | btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-07-251-7/+6
| * | | | btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig2022-07-253-39/+23
| * | | | btrfs: batch up release of reserved metadata for delayed items used for deletionNikolay Borisov2022-07-251-1/+16
| * | | | btrfs: warn about dev extents that are inside the reserved rangeQu Wenruo2022-07-251-0/+10
| * | | | btrfs: use named constant for reserved device spaceQu Wenruo2022-07-254-17/+15
| * | | | btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba2022-07-252-5/+0
| * | | | btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-07-253-26/+24
| * | | | btrfs: simplify parameters of backref iteratorsDavid Sterba2022-07-251-11/+12
| * | | | btrfs: call inode_to_path directly and drop indirectionDavid Sterba2022-07-251-30/+20
| * | | | btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()Qu Wenruo2022-07-251-7/+7
| * | | | btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo2022-07-254-19/+11
| * | | | btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo2022-07-251-1/+1
| * | | | btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo2022-07-253-13/+15
| * | | | btrfs: unify tree search helper returning prev and next nodesDavid Sterba2022-07-251-60/+62
| * | | | btrfs: make tree search for insert more generic and use it for tree_searchDavid Sterba2022-07-251-14/+13
| * | | | btrfs: open code inexact rbtree search in tree_searchDavid Sterba2022-07-251-3/+28
| * | | | btrfs: remove node and parent parameters from insert_stateDavid Sterba2022-07-251-12/+2
| * | | | btrfs: add fast path for extent_state insertionDavid Sterba2022-07-251-7/+16
| * | | | btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba2022-07-253-38/+36
| * | | | btrfs: lift start and end parameters to callers of insert_stateDavid Sterba2022-07-251-18/+15
| * | | | btrfs: open code rbtree search in insert_stateDavid Sterba2022-07-251-47/+33
| * | | | btrfs: open code rbtree search in split_stateDavid Sterba2022-07-251-6/+22