btrfs: do not BUG_ON() on failure to update inode when setting xattr
[platform/kernel/linux-starfive.git] / fs /
2022-04-27 Filipe Mananabtrfs: do not BUG_ON() on failure to update inode when...
2022-04-27 Filipe Mananabtrfs: always log symlinks in full mode
2022-04-27 Chung-Chiang Chengbtrfs: do not allow compression on nodatacow files
2022-04-27 Chung-Chiang Chengbtrfs: export a helper for compression hard check
2022-04-21 Naohiro Aotabtrfs: zoned: use dedicated lock for data relocation
2022-04-21 Filipe Mananabtrfs: fix assertion failure during scrub due to block...
2022-04-19 Christoph Hellwigbtrfs: fix direct I/O writes for split bios on zoned...
2022-04-19 Christoph Hellwigbtrfs: fix direct I/O read repair for split bios
2022-04-19 Christoph Hellwigbtrfs: fix and document the zoned device choice in...
2022-04-19 Filipe Mananabtrfs: fix leaked plug after failure syncing log on...
2022-04-05 Dennis Zhoubtrfs: fix btrfs_submit_compressed_write cgroup attribution
2022-04-05 Jia-Ju Baibtrfs: fix root ref counts in error handling in btrfs_g...
2022-04-05 Naohiro Aotabtrfs: zoned: activate block group only for extent...
2022-04-05 Naohiro Aotabtrfs: return allocated block group from do_chunk_alloc()
2022-04-05 Naohiro Aotabtrfs: mark resumed async balance as writing
2022-04-05 Nikolay Borisovbtrfs: remove support of balance v1 ioctl
2022-04-05 Naohiro Aotabtrfs: release correct delalloc amount in direct IO...
2022-04-05 Nathan Chancellorbtrfs: remove unused variable in btrfs_{start,write...
2022-04-05 Haowen Baibtrfs: zoned: remove redundant condition in btrfs_run_d...
2022-03-24 Kaiwen Hubtrfs: prevent subvol with swapfile from being deleted
2022-03-24 Josef Bacikbtrfs: do not warn for free space inode in cow_file_range
2022-03-24 Qu Wenruobtrfs: avoid defragging extents whose next extents...
2022-03-24 Darrick J. Wongbtrfs: fix fallocate to use file_modified to update...
2022-03-24 Qu Wenruobtrfs: remove device item and update super block in...
2022-03-23 Ethan Lienbtrfs: fix qgroup reserve overflow the qgroup limit
2022-03-23 Johannes Thumshirnbtrfs: zoned: remove left over ASSERT checking for...
2022-03-23 Johannes Thumshirnbtrfs: zoned: traverse devices under chunk_mutex in...
2022-03-14 Nikolay Borisovbtrfs: zoned: put block group after final usage
2022-03-14 Dongliang Mubtrfs: don't access possibly stale fs_info data in...
2022-03-14 Niels Dosschebtrfs: add lockdep_assert_held to need_preemptive_reclaim
2022-03-14 Qu Wenruobtrfs: verify the tranisd of the to-be-written dirty...
2022-03-14 Qu Wenruobtrfs: unify the error handling of btrfs_read_buffer()
2022-03-14 Qu Wenruobtrfs: unify the error handling pattern for read_tree_b...
2022-03-14 Josef Bacikbtrfs: factor out do_free_extent_accounting helper
2022-03-14 Josef Bacikbtrfs: remove last_ref from the extent freeing code
2022-03-14 Josef Bacikbtrfs: add a alloc_reserved_extent helper
2022-03-14 Josef Bacikbtrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
2022-03-14 Filipe Mananabtrfs: add and use helper for unlinking inode during...
2022-03-14 Niels Dosschebtrfs: extend locking to all space_info members accesses
2022-03-14 Naohiro Aotabtrfs: zoned: mark relocation as writing
2022-03-14 Josef Bacikfs: allow cross-vfsmount reflink/dedupe
2022-03-14 Josef Bacikbtrfs: remove the cross file system checks from remap
2022-03-14 Josef Bacikbtrfs: pass btrfs_fs_info to btrfs_recover_relocation
2022-03-14 Josef Bacikbtrfs: pass btrfs_fs_info for deleting snapshots and...
2022-03-14 Sweet Tea Dorminybtrfs: add filesystems state details to error messages
2022-03-14 Filipe Mananabtrfs: deal with unexpected extent type during reflinking
2022-03-14 Filipe Mananabtrfs: fix unexpected error path when reflinking an...
2022-03-14 Filipe Mananabtrfs: reset last_reflink_trans after fsyncing inode
2022-03-14 Filipe Mananabtrfs: voluntarily relinquish cpu when doing a full...
2022-03-14 Filipe Mananabtrfs: hold on to less memory when logging checksums...
2022-03-14 Filipe Mananabtrfs: stop copying old file extents when doing a full...
2022-03-14 Josef Bacikbtrfs: do not clean up repair bio if submit fails
2022-03-14 Josef Bacikbtrfs: do not try to repair bio that has no mirror set
2022-03-14 Josef Bacikbtrfs: do not double complete bio on errors during...
2022-03-14 Josef Bacikbtrfs: track compressed bio errors as blk_status_t
2022-03-14 Josef Bacikbtrfs: remove the bio argument from finish_compressed_b...
2022-03-14 Josef Bacikbtrfs: check correct bio in finish_compressed_bio_read
2022-03-14 Josef Bacikbtrfs: handle csum lookup errors properly on reads
2022-03-14 Josef Bacikbtrfs: make search_csum_tree return 0 if we get -EFBIG
2022-03-14 Omar Sandovalbtrfs: add BTRFS_IOC_ENCODED_WRITE
2022-03-14 Omar Sandovalbtrfs: add BTRFS_IOC_ENCODED_READ ioctl
2022-03-14 Omar Sandovalbtrfs: optionally extend i_size in cow_file_range_inline()
2022-03-14 Omar Sandovalbtrfs: clean up cow_file_range_inline()
2022-03-14 Omar Sandovalbtrfs: support different disk extent size for delalloc
2022-03-14 Omar Sandovalbtrfs: add ram_bytes and offset to btrfs_ordered_extent
2022-03-14 Omar Sandovalbtrfs: don't advance offset for compressed bios in...
2022-03-14 Omar Sandovalfs: export variant of generic_write_checks without...
2022-03-14 Omar Sandovalfs: export rw_verify_area()
2022-03-14 Sidong Yangbtrfs: qgroup: remove outdated TODO comments
2022-03-14 Sidong Yangbtrfs: qgroup: remove duplicated check in adding qgroup...
2022-03-14 Dāvis Mosānsbtrfs: add lzo workspace buffer length constants
2022-03-14 Qu Wenruobtrfs: populate extent_map::generation when reading...
2022-03-14 Filipe Mananabtrfs: assert we have a write lock when removing and...
2022-03-14 Filipe Mananabtrfs: remove no longer used counter when reading data...
2022-03-14 Filipe Mananabtrfs: fix lost error return value when reading a data...
2022-03-14 Filipe Mananabtrfs: stop checking for NULL return from btrfs_get_ext...
2022-03-14 Filipe Mananabtrfs: prepare extents to be logged before locking...
2022-03-14 Filipe Mananabtrfs: remove useless path release in the fast fsync...
2022-03-14 Filipe Mananabtrfs: remove constraint on number of visited leaves...
2022-03-14 Filipe Mananabtrfs: avoid unnecessary computation when deleting...
2022-03-14 Filipe Mananabtrfs: avoid unnecessary COW of leaves when deleting...
2022-03-14 Filipe Mananabtrfs: remove unnecessary leaf free space checks when...
2022-03-14 Johannes Thumshirnbtrfs: stop checking for NULL return from btrfs_get_ext...
2022-03-14 Pankaj Raghavbtrfs: zoned: remove redundant assignment in btrfs_chec...
2022-03-14 David Sterbabtrfs: replace BUILD_BUG_ON by static_assert
2022-03-14 Johannes Thumshirnbtrfs: zoned: allow DUP on meta-data block groups
2022-03-14 Johannes Thumshirnbtrfs: zoned: prepare for allowing DUP on zoned
2022-03-14 Johannes Thumshirnbtrfs: zoned: make zone finishing multi stripe capable
2022-03-14 Johannes Thumshirnbtrfs: zoned: make zone activation multi stripe capable
2022-03-14 Josef Bacikbtrfs: add support for multiple global roots
2022-03-14 Josef Bacikbtrfs: add code to support the block group root
2022-03-14 Josef Bacikbtrfs: abstract out loading the tree root
2022-03-14 Josef Bacikbtrfs: tree-checker: don't fail on empty extent roots...
2022-03-14 Josef Bacikbtrfs: disable space cache related mount options for...
2022-03-14 Josef Bacikbtrfs: disable snapshot creation/deletion for extent...
2022-03-14 Josef Bacikbtrfs: disable scrub for extent-tree-v2
2022-03-14 Josef Bacikbtrfs: disable qgroups in extent tree v2
2022-03-14 Josef Bacikbtrfs: disable device manipulation ioctl's EXTENT_TREE_V2
2022-03-14 Josef Bacikbtrfs: disable balance for extent tree v2 for now
2022-03-14 Josef Bacikbtrfs: add definition for EXTENT_TREE_V2
next