index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
defrag.c
Age
Commit message (
Expand
)
Author
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-05
btrfs: use super write guard btrfs_run_defrag_inode()
Christian Brauner
2025-10-31
btrfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-07-22
btrfs: defrag: add flag to force no-compression
David Sterba
2025-07-21
btrfs: use folio_end() where appropriate
David Sterba
2025-07-21
btrfs: rename variables for locked range in defrag_prepare_one_folio()
David Sterba
2025-07-21
btrfs: use rb_find_add() in btrfs_insert_inode_defrag()
Yangtao Li
2025-05-15
btrfs: defrag: use list_last_entry() at defrag_collect_targets()
Filipe Manana
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: enable large data folios support for defrag
Qu Wenruo
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: use rb_entry_safe() where possible to simplify code
David Sterba
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
2025-03-18
btrfs: pass struct btrfs_inode to btrfs_defrag_file()
David Sterba
2024-10-31
btrfs: fix defrag not merging contiguous extents due to merged extent maps
Filipe Manana
2024-09-17
btrfs: fix use-after-free on rbtree that tracks inodes for auto defrag
Filipe Manana
2024-09-10
btrfs: always pass readahead state to defrag
David Sterba
2024-09-10
btrfs: drop transaction parameter from btrfs_add_inode_defrag()
David Sterba
2024-09-10
btrfs: return void from btrfs_add_inode_defrag()
David Sterba
2024-09-10
btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inod...
David Sterba
2024-09-10
btrfs: rename __btrfs_run_defrag_inode() and drop double underscores
David Sterba
2024-09-10
btrfs: rename __btrfs_add_inode_defrag() and drop double underscores
David Sterba
2024-09-10
btrfs: rename __need_auto_defrag() and drop double underscores
David Sterba
2024-09-10
btrfs: constify arguments of compare_inode_defrag()
David Sterba
2024-09-10
btrfs: rename __compare_inode_defrag() and drop double underscores
David Sterba
2024-07-11
btrfs: fix data race when accessing the last_trans field of a root
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
btrfs: introduce new members for extent_map
Qu Wenruo
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: use a folio array throughout the defrag process
Matthew Wilcox (Oracle)
2024-03-04
btrfs: convert defrag_prepare_one_page() to use a folio
Matthew Wilcox (Oracle)
[next]