aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2023-01-24btrfs: fix race between quota rescan and disable leading to NULL pointer derefFilipe Manana
2023-01-24btrfs: fix invalid leaf access due to inline extent during lseekFilipe Manana
2023-01-24btrfs: qgroup: do not warn on record without old_roots populatedQu Wenruo
2023-01-24btrfs: do not abort transaction on failure to update log rootFilipe Manana
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana
2023-01-24btrfs: add missing setup of log for full commit at add_conflicting_inode()Filipe Manana
2023-01-24btrfs: fix directory logging due to race with concurrent index key deletionFilipe Manana
2023-01-24btrfs: fix missing error handling when logging directory itemsFilipe Manana
2023-01-24btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Qu Wenruo
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo
2023-01-12btrfs: fix an error handling path in btrfs_defrag_leaves()Sasha Levin
2023-01-12btrfs: fix compat_ro checks against remountQu Wenruo
2023-01-12btrfs: fix off-by-one in delalloc search during lseekFilipe Manana
2023-01-12btrfs: replace strncpy() with strscpy()Sasha Levin
2023-01-07btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov
2023-01-07btrfs: fix extent map use-after-free when handling missing device in read_one...void0red
2023-01-07btrfs: fix uninitialized parent in insert_stateJosef Bacik
2022-12-31btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a rangeFilipe Manana
2022-12-31btrfs: do not panic if we can't allocate a prealloc extent stateJosef Bacik
2022-11-25Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
2022-11-23btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-11-15btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-08fs: fix leaked psi pressure stateJohannes Weiner
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana