summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READAHEADDaniel Vacek
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READ_ERRDaniel Vacek
2025-05-15btrfs: factor out the main loop of btrfs_buffered_write() into a helperQu Wenruo
2025-05-15btrfs: factor out space reservation code from btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: cleanup the reserved space inside loop of btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: remove force_page_uptodate variable from btrfs_buffered_write()Qu Wenruo
2025-05-15btrfs: move block perfect compression out of experimental featuresQu Wenruo
2025-05-14Merge tag 'for-6.15-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-12btrfs: add back warning for mount option commit values exceeding 300Kyoji Ogasawara
2025-05-12btrfs: fix folio leak in submit_one_async_extent()Boris Burkov
2025-05-12btrfs: fix discard worker infinite loop after disabling discardFilipe Manana
2025-05-07btrfs: use bdev_rw_virt in scrub_one_superChristoph Hellwig
2025-05-06Merge tag 'for-6.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-02btrfs: open code folio_index() in btree_clear_folio_dirty_tag()Kairui Song
2025-05-02Revert "btrfs: canonicalize the device path before adding it"Qu Wenruo
2025-05-02btrfs: avoid NULL pointer dereference if no valid csum treeQu Wenruo
2025-05-02btrfs: handle empty eb->folios in num_extent_folios()Boris Burkov
2025-05-02btrfs: compression: adjust cb->compressed_folios allocation typeKees Cook
2025-04-30Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-23btrfs: adjust subpage bit start based on sectorsizeJosef Bacik
2025-04-23btrfs: fix the inode leak in btrfs_iget()Penglei Jiang
2025-04-23btrfs: fix COW handling in run_delalloc_nocow()Dave Chen
2025-04-22Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-17btrfs: zoned: skip reporting zone for new block groupNaohiro Aota
2025-04-17btrfs: tree-checker: adjust error code for header level checkDavid Sterba
2025-04-17btrfs: fix invalid inode pointer after failure to create reloc inodeFilipe Manana
2025-04-17btrfs: zoned: return EIO on RAID1 block group write pointer mismatchJohannes Thumshirn
2025-04-17btrfs: fix the ASSERT() inside GET_SUBPAGE_BITMAP()Qu Wenruo
2025-04-17btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo
2025-04-17btrfs: subpage: access correct object when reading bitmap start in subpage_ca...Qu Wenruo
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01btrfs: remove folio order ASSERT()s in super block writeback pathQu Wenruo
2025-04-01btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel
2025-04-01btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAINSidong Yang
2025-03-27Merge tag 'for-6.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-18btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn
2025-03-18btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn
2025-03-18btrfs: remove end_no_trans label from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: remove redundant else statement from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: use memcmp_extent_buffer() at replay_one_extent()Filipe Manana
2025-03-18btrfs: update outdated comment for overwrite_item()Filipe Manana
2025-03-18btrfs: use variables to store extent buffer and slot at overwrite_item()Filipe Manana
2025-03-18btrfs: avoid unnecessary memory allocation and copy at overwrite_item()Filipe Manana