summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-18cifs: Fix unbuffered readDavid Howells1-4/+0
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi1-0/+20
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li3-24/+31
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim3-7/+29
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim1-14/+13
2023-04-18gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring1-1/+2
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson1-6/+3
2023-04-18gfs2: Eliminate gfs2_trim_blocksBob Peterson2-9/+0
2023-04-17f2fs: remove folio_detach_private() in .invalidate_folio and .release_folioChao Yu3-108/+77
2023-04-17f2fs: remove bulk remove_proc_entry() and unnecessary kobject_del()Yangtao Li1-13/+2
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf2-2/+2
2023-04-17btrfs: fix uninitialized variable warningsGenjian Zhang2-2/+2
2023-04-17btrfs: use log root when iterating over index keys when logging directoryFilipe Manana1-27/+24
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2-7/+57
2023-04-17btrfs: dev-replace: error out if we have unrepaired metadata error duringQu Wenruo1-5/+42
2023-04-17btrfs: remove pointless loop at btrfs_get_next_valid_item()Filipe Manana1-17/+6
2023-04-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5
2023-04-17btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov1-7/+12
2023-04-17btrfs: set default discard iops_limit to 1000Boris Burkov1-1/+1
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo2-54/+0
2023-04-17btrfs: scrub: remove scrub_bio structureQu Wenruo2-244/+6
2023-04-17btrfs: scrub: remove scrub_block and scrub_sector structuresQu Wenruo2-573/+0
2023-04-17btrfs: scrub: remove the old scrub recheck codeQu Wenruo4-1012/+14
2023-04-17btrfs: scrub: remove the old writeback infrastructureQu Wenruo2-219/+3
2023-04-17btrfs: scrub: remove scrub_parity structureQu Wenruo3-524/+9
2023-04-17btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrubQu Wenruo2-10/+210
2023-04-17btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructureQu Wenruo2-474/+29
2023-04-17btrfs: scrub: introduce helper to queue a stripe for scrubQu Wenruo2-17/+181
2023-04-17btrfs: scrub: introduce error reporting functionality for scrub_stripeQu Wenruo1-11/+157
2023-04-17btrfs: scrub: introduce a writeback helper for scrub_stripeQu Wenruo2-0/+96
2023-04-17btrfs: scrub: introduce the main read repair worker for scrub_stripeQu Wenruo2-4/+204
2023-04-17btrfs: scrub: introduce a helper to verify one scrub_stripeQu Wenruo2-2/+77
2023-04-17btrfs: scrub: introduce a helper to verify one metadata blockQu Wenruo2-0/+107
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo5-3/+158
2023-04-17btrfs: scrub: introduce structure for new BTRFS_STRIPE_LEN based interfaceQu Wenruo2-0/+150
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo5-44/+132
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo6-28/+49
2023-04-17btrfs: scrub: use dedicated super block verification function to scrub one su...Qu Wenruo1-8/+52
2023-04-17btrfs: remove redundant release of btrfs_device::alloc_stateAnand Jain1-1/+0
2023-04-17btrfs: warn for any missed cleanup at btrfs_close_one_deviceAnand Jain1-4/+4
2023-04-17btrfs: don't print the crc32c implementation at module load timeChristoph Hellwig1-1/+1
2023-04-17btrfs: tree-log: factor out a clean_log_buffer helperChristoph Hellwig1-61/+31
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig1-0/+1
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig4-6/+13
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig1-3/+3
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig1-4/+5
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig1-13/+11
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig3-13/+8
2023-04-17btrfs: correctly calculate delayed ref bytes when starting transactionFilipe Manana1-5/+6
2023-04-17btrfs: make btrfs_block_rsv_full() check more boolean when starting transactionFilipe Manana1-1/+1