summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: zstd: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-251-20/+13
* highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco2022-07-254-10/+10
* btrfs: don't fallback to buffered IO for NOWAIT direct IO writesFilipe Manana2022-07-251-1/+15
* btrfs: use enum for btrfs_block_rsv::typeDavid Sterba2022-07-252-8/+9
* btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba2022-07-253-4/+4
* btrfs: switch btrfs_block_rsv::full to boolDavid Sterba2022-07-253-12/+9
* btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig2022-07-251-14/+9
* btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig2022-07-253-30/+36
* btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig2022-07-251-16/+13
* btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig2022-07-252-18/+13
* btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig2022-07-254-34/+21
* btrfs: do not return errors from raid56_parity_writeChristoph Hellwig2022-07-253-10/+17
* btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-255-39/+30
* 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