aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+59
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig1-2/+8
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik2-3/+22
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-41/+53
2024-12-06btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2024-12-06btrfs: handle bio_split() errorsJohannes Thumshirn1-2/+15
2024-12-06btrfs: properly wait for writeback before buffered writeQu Wenruo1-0/+1
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo1-39/+27
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-8/+43
2024-11-29btrfs: fix lockdep warnings on io_uring encoded readsMark Harmstone2-0/+20
2024-11-29btrfs: ref-verify: fix use-after-free after invalid ref actionFilipe Manana1-0/+1
2024-11-29btrfs: add a sanity check for btrfs root in btrfs_search_slot()Lizhi Xu1-1/+5
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-11-28btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENT...Filipe Manana1-2/+2
2024-11-28btrfs: fix deadlock between transaction commits and extent locksFilipe Manana1-3/+13
2024-11-28btrfs: fix use-after-free in btrfs_encoded_read_endio()Johannes Thumshirn1-1/+1
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-5/+5
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-5/+8
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds63-1402/+2409
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2024-11-18Merge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-15/+10
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-5/+4
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-22/+6
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik1-1/+1
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-11btrfs: send: check for read-only send root under critical sectionFilipe Manana1-10/+6
2024-11-11btrfs: send: check for dead send root under critical sectionFilipe Manana1-9/+8
2024-11-11btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()Filipe Manana1-1/+1
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana1-1/+4
2024-11-11btrfs: fix a typo in btrfs_use_zone_appendChristoph Hellwig1-1/+1
2024-11-11btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()Mark Harmstone1-2/+2
2024-11-11btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()Filipe Manana1-4/+1
2024-11-11btrfs: remove hole from struct btrfs_delayed_nodeFilipe Manana1-1/+1
2024-11-11btrfs: update stale comment for struct btrfs_delayed_ref_node::add_listFilipe Manana1-1/+2
2024-11-11btrfs: add new ioctl to wait for cleaned subvolumesDavid Sterba1-0/+128
2024-11-11btrfs: simplify range tracking in cow_file_range()Haisu Wang1-18/+14
2024-11-11btrfs: remove conditional path allocation in btrfs_read_locked_inode()Leo Martins1-17/+29
2024-11-11btrfs: push cleanup into btrfs_read_locked_inode()Leo Martins1-48/+53
2024-11-11btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()Mark Harmstone1-2/+8
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone6-12/+339
2024-11-11btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages()Mark Harmstone1-11/+18
2024-11-11btrfs: don't sleep in btrfs_encoded_read() if IOCB_NOWAIT is setMark Harmstone1-11/+44
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone3-32/+66
2024-11-11btrfs: remove pointless iocb::ki_pos addition in btrfs_encoded_read()Mark Harmstone1-4/+1
2024-11-11btrfs: remove no longer used delayed ref head search functionalityFilipe Manana1-29/+5
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana4-119/+106