WIP: update tizen_qemu_defconfig
[platform/kernel/linux-starfive.git] / fs / btrfs /
2023-07-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failure at __btr...
2023-07-19 Filipe Mananabtrfs: fix extent buffer leak after tree mod log failur...
2023-07-19 Filipe Mananabtrfs: fix race when deleting quota root from the dirty...
2023-07-19 Naohiro Aotabtrfs: reinsert BGs failed to reclaim
2023-07-19 David Sterbabtrfs: add block-group tree to lockdep classes
2023-07-19 Naohiro Aotabtrfs: bail out reclaim process if filesystem is read...
2023-07-19 Naohiro Aotabtrfs: delete unused BGs while reclaiming BGs
2023-07-19 Matt Corallobtrfs: add handling for RAID1C23/DUP to btrfs_reduce_al...
2023-07-19 Filipe Mananabtrfs: do not BUG_ON() on tree mod log failure at balan...
2023-07-19 Filipe Mananabtrfs: fix race when deleting free space root from...
2023-06-28 Shida Zhangbtrfs: fix an uninitialized variable warning in btrfs_l...
2023-06-21 Chris Masonbtrfs: can_nocow_file_extent should pass down args...
2023-06-21 Christoph Hellwigbtrfs: fix iomap_begin length for nocow writes
2023-06-21 Qu Wenruobtrfs: do not ASSERT() on duplicated global roots
2023-06-21 Johannes Thumshirnbtrfs: handle memory allocation failure in btrfs_csum_o...
2023-06-21 Qu Wenruobtrfs: scrub: try harder to mark RAID56 block groups...
2023-06-09 pengfuyuanbtrfs: fix csum_tree_block page iteration to avoid...
2023-06-09 Filipe Mananabtrfs: abort transaction when sibling keys check fails...
2023-05-30 Josef Bacikbtrfs: use nofs when cleaning up aborted transactions
2023-05-17 Naohiro Aotabtrfs: zoned: fix full zone super block reading on ZNS
2023-05-17 Naohiro Aotabtrfs: zoned: zone finish data relocation BG with last IO
2023-05-17 Filipe Mananabtrfs: fix space cache inconsistency after error loadin...
2023-05-17 Anastasia Belovabtrfs: print-tree: parent bytenr must be aligned to...
2023-05-17 Qu Wenruobtrfs: make clear_cache mount option to rebuild FST...
2023-05-17 Christoph Hellwigbtrfs: zero the buffer before marking it dirty in btrfs...
2023-05-17 Josef Bacikbtrfs: don't free qgroup space unless specified
2023-05-17 Boris Burkovbtrfs: fix encoded write i_size corruption with no...
2023-05-17 xiaoshoukuibtrfs: fix assertion of exclop condition when starting...
2023-05-17 Qu Wenruobtrfs: properly reject clear_cache and v1 cache for...
2023-05-17 Naohiro Aotabtrfs: zoned: fix wrong use of bitops API in btrfs_ensu...
2023-05-17 Filipe Mananabtrfs: fix btrfs_prev_leaf() to not return the same...
2023-05-11 Qu Wenruobtrfs: scrub: reject unsupported scrub flags
2023-04-30 Genjian Zhangbtrfs: fix uninitialized variable warnings
2023-04-26 Filipe Mananabtrfs: get the next extent map during fiemap/lseek...
2023-04-20 Christoph Hellwigbtrfs: fix fast csum implementation detection
2023-04-20 Christoph Hellwigbtrfs: restore the thread_pool= behavior in remount...
2023-04-06 Anand Jainbtrfs: scan device in non-exclusive mode
2023-04-06 Filipe Mananabtrfs: fix race between quota disable and quota assign...
2023-04-06 Filipe Mananabtrfs: fix deadlock when aborting transaction during...
2023-04-06 Josef Bacikbtrfs: use temporary variable for space_info in btrfs_u...
2023-04-06 Josef Bacikbtrfs: fix uninitialized variable warning in btrfs_upda...
2023-04-06 Naohiro Aotabtrfs: zoned: count fresh BG region as zone unusable
2023-04-06 Josef Bacikbtrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE...
2023-03-30 Naohiro Aotabtrfs: zoned: fix btrfs_can_activate_zone() to support...
2023-03-17 Filipe Mananabtrfs: fix extent map logging bit not cleared for split...
2023-03-17 Johannes Thumshirnbtrfs: fix percent calculation for bg reclaim message
2023-03-17 Naohiro Aotabtrfs: fix unnecessary increment of read error stat...
2023-03-10 Boris Burkovbtrfs: hold block group refcount during async discard
2023-03-10 Qu Wenruobtrfs: scrub: improve tree block error reporting
2023-03-03 David Sterbabtrfs: send: limit number of clones and allocated memor...
2023-02-22 Filipe Mananabtrfs: lock the inode in shared mode before starting...
2023-02-22 Josef Bacikbtrfs: move the auto defrag code to defrag.c
2023-02-14 Anand Jainbtrfs: free device in btrfs_close_devices for a single...
2023-02-14 Filipe Mananabtrfs: simplify update of last_dir_index_offset when...
2023-02-14 Alexander Potapenkobtrfs: zlib: zero-initialize zlib workspace
2023-02-14 Josef Bacikbtrfs: limit device extents to the device size
2023-02-09 Al Virouse less confusing names for iov_iter direction initial...
2023-02-01 Naohiro Aotabtrfs: zoned: enable metadata over-commit for non-ZNS...
2023-01-24 Filipe Mananabtrfs: fix race between quota rescan and disable leadin...
2023-01-24 Filipe Mananabtrfs: fix invalid leaf access due to inline extent...
2023-01-24 Qu Wenruobtrfs: qgroup: do not warn on record without old_roots...
2023-01-24 Filipe Mananabtrfs: do not abort transaction on failure to update...
2023-01-24 Filipe Mananabtrfs: do not abort transaction on failure to write...
2023-01-24 Filipe Mananabtrfs: add missing setup of log for full commit at...
2023-01-24 Filipe Mananabtrfs: fix directory logging due to race with concurren...
2023-01-24 Filipe Mananabtrfs: fix missing error handling when logging director...
2023-01-24 Qu Wenruobtrfs: add extra error messages to cover non-ENOMEM...
2023-01-24 Qu Wenruobtrfs: always report error in run_one_delayed_ref()
2023-01-12 Qu Wenruobtrfs: handle case when repair happens with dev-replace
2023-01-12 Sasha Levinbtrfs: fix an error handling path in btrfs_defrag_leaves()
2023-01-12 Qu Wenruobtrfs: fix compat_ro checks against remount
2023-01-12 Filipe Mananabtrfs: fix off-by-one in delalloc search during lseek
2023-01-12 Sasha Levinbtrfs: replace strncpy() with strscpy()
2023-01-07 Boris Burkovbtrfs: fix resolving backrefs for inline extent followe...
2023-01-07 void0redbtrfs: fix extent map use-after-free when handling...
2023-01-07 Josef Bacikbtrfs: fix uninitialized parent in insert_state
2022-12-31 Filipe Mananabtrfs: do not BUG_ON() on ENOMEM when dropping extent...
2022-12-31 Josef Bacikbtrfs: do not panic if we can't allocate a prealloc...
2022-12-11 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-12-10-1' of git...
2022-12-10 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2022-12-09 Linus TorvaldsMerge tag 'media/v6.1-4' of git://git./linux/kernel...
2022-12-09 Dave AirlieMerge tag 'drm-misc-fixes-2022-12-08' of git://anongit...
2022-12-08 Linus TorvaldsMerge tag 'block-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'io_uring-6.1-2022-12-08' of git://git.kernel...
2022-12-08 Linus TorvaldsMerge tag 'for-linus-2022120801' of git://git./linux...
2022-12-08 Linus TorvaldsMerge tag 'ata-6.1-rc8' of git://git./linux/kernel...
2022-12-07 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.1-5' of git://git...
2022-12-07 Paolo AbeniMerge tag 'ieee802154-for-net-2022-12-05' of git:/...
2022-12-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-12-04 Linus TorvaldsMerge tag 'perf_urgent_for_v6.1_rc8' of git://git....
2022-12-04 Linus TorvaldsMerge tag 'powerpc-6.1-6' of git://git./linux/kernel...
2022-12-04 Linus TorvaldsMerge tag 'input-for-v6.1-rc7' of git://git./linux...
2022-12-03 Linus TorvaldsMerge tag 'i2c-for-6.1-rc8' of git://git./linux/kernel...
2022-12-03 Linus TorvaldsMerge tag 'dax-fixes-6.1-rc8' of git://git./linux/kerne...
2022-12-03 Linus TorvaldsMerge tag 'block-6.1-2022-12-02' of git://git.kernel...
2022-12-03 Linus TorvaldsMerge tag 'pinctrl-v6.1-5' of git://git./linux/kernel...
2022-12-03 Linus TorvaldsMerge tag 'riscv-for-linus-6.1-rc8' of git://git./linux...
2022-12-02 Linus TorvaldsMerge tag 'mmc-v6.1-rc5-2' of git://git./linux/kernel...
2022-12-02 Linus TorvaldsMerge tag 'sound-6.1-rc8' of git://git./linux/kernel...
2022-12-02 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-12-02' of git:/...
next