summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-03-14btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana
2022-03-14btrfs: add helper to delete a dir entry from a log treeFilipe Manana
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi
2022-03-14btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-03-14btrfs: scrub: remove redundant initialization of incrementJiapeng Chong
2022-03-14btrfs: zoned: remove redundant initialization of to_addJiapeng Chong
2022-03-14btrfs: cleanup temporary variables when finding rotational device statusAnand Jain
2022-03-14btrfs: use dev_t to match device in device_matchedAnand Jain
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain
2022-03-14btrfs: match stale devices by dev_tAnand Jain
2022-03-14btrfs: harden identification of a stale deviceAnand Jain
2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain
2022-03-14btrfs: reuse existing inode from btrfs_ioctlSahil Kang
2022-03-14btrfs: move missing device handling in a dedicate functionNikolay Borisov
2022-03-14btrfs: stop trying to log subdirectories created in past transactionsFilipe Manana
2022-03-14btrfs: stop copying old dir items when logging a directoryFilipe Manana
2022-03-14btrfs: put initial index value of a directory in a constantFilipe Manana
2022-03-14btrfs: don't log unnecessary boundary keys when logging directoryFilipe Manana
2022-03-14btrfs: reuse existing pointers from btrfs_ioctlSahil Kang
2022-03-14btrfs: remove write and wait of struct walk_controlFilipe Manana
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...Qu Wenruo
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-09btrfs: send: in case of IO error log itDāvis Mosāns
2022-02-09btrfs: get rid of warning on transaction commit when using flushoncommitFilipe Manana
2022-02-09btrfs: defrag: don't try to defrag extents which are under writebackQu Wenruo
2022-02-09btrfs: don't hold CPU for too long when defragging a fileQu Wenruo
2022-02-04Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-31btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana
2022-01-31btrfs: fix use of uninitialized variable at rm device ioctlTom Rix
2022-01-31btrfs: fix use-after-free after failure to create a snapshotFilipe Manana
2022-01-31btrfs: tree-checker: check item_size for dev_itemSu Yue