aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-03-10btrfs: hold block group refcount during async discardBoris Burkov
2023-03-10btrfs: scrub: improve tree block error reportingQu Wenruo
2023-03-03btrfs: send: limit number of clones and allocated memory sizeDavid Sterba
2023-02-22btrfs: lock the inode in shared mode before starting fiemapFilipe Manana
2023-02-22btrfs: move the auto defrag code to defrag.cJosef Bacik
2023-02-14btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain
2023-02-14btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana
2023-02-14btrfs: zlib: zero-initialize zlib workspaceAlexander Potapenko
2023-02-14btrfs: limit device extents to the device sizeJosef Bacik
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