summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-05-01btrfs: fix uninitialized variable warningsGenjian Zhang
2023-04-26btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-26btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-20btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-20btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-04-06btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana
2023-04-06btrfs: scan device in non-exclusive modeAnand Jain
2023-04-06btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-04-06btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-04-06btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: fix uninitialized variable warning in btrfs_update_block_groupJosef Bacik
2023-04-06btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-04-06btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-30btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-03-17btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-17btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-17btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-17btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota
2023-03-10btrfs: sysfs: update fs features directory asynchronouslyQu Wenruo
2023-03-10btrfs: hold block group refcount during async discardBoris Burkov
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo
2023-02-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-06btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana
2023-02-06Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-27btrfs: raid56: make error_bitmap update atomicQu Wenruo
2023-01-27btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-01-25btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-01-25btrfs: limit device extents to the device sizeJosef Bacik
2023-01-25btrfs: raid56: fix stripes if vertical errors are foundTanmay Bhushan
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-16btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockChristoph Hellwig
2023-01-16btrfs: factor out scratching of one regular super blockChristoph Hellwig
2023-01-16Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-12btrfs: do not abort transaction on failure to update log rootFilipe Manana
2023-01-12btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-12btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana
2023-01-12btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana
2023-01-12btrfs: fix missing error handling when logging directory itemsFilipe Manana
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-06Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-03btrfs: fix compat_ro checks against remountQu Wenruo
2023-01-03btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-03btrfs: handle case when repair happens with dev-replaceQu Wenruo