index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
fs.h
Age
Commit message (
Expand
)
Author
11 days
btrfs: index buffer_tree using node size
Daniel Vacek
11 days
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
11 days
btrfs: qgroup: remove no longer used fs_info->qgroup_ulist
Filipe Manana
11 days
btrfs: sysfs: track current commit duration in commit_stats
Boris Burkov
2025-05-15
btrfs: add block reserve for treelog
Naohiro Aota
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
2025-05-12
btrfs: add back warning for mount option commit values exceeding 300
Kyoji Ogasawara
2025-03-18
btrfs: add extra warning if delayed iput is added when it's not allowed
Qu Wenruo
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
2025-03-18
btrfs: allow debug builds to accept 2K block size
Qu Wenruo
2025-03-18
btrfs: remove btrfs_fs_info::sectors_per_page
Qu Wenruo
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
2025-01-13
btrfs: add tracking of read blocks for read policy
Anand Jain
2025-01-13
btrfs: don't include linux/rwlock_types.h directly
Wolfram Sang
2025-01-13
btrfs: use uuid_is_null() to verify if an uuid is empty
Filipe Manana
2025-01-13
btrfs: move btrfs_alloc_write_mask() into fs.h
Filipe Manana
2025-01-13
btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
Filipe Manana
2025-01-13
btrfs: move the folio ordered helpers from ctree.h into fs.h
Filipe Manana
2025-01-13
btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
Filipe Manana
2025-01-13
btrfs: move csum related functions from ctree.c into fs.c
Filipe Manana
2024-11-11
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
2024-11-11
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
2024-11-11
btrfs: remove unused page_to_inode and page_to_fs_info macros
Youling Tang
2024-11-11
btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG
Qu Wenruo
2024-11-11
btrfs: don't take dev_replace rwsem on task already holding it
Johannes Thumshirn
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
2024-07-19
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-19
btrfs: change BTRFS_MOUNT_* flags to 64bit type
Qu Wenruo
2024-07-17
Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-07-11
btrfs: avoid races when tracking progress for extent map shrinking
Filipe Manana
2024-07-11
btrfs: introduce new "rescue=ignoresuperflags" mount option
Qu Wenruo
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: cleanup recursive include of the same header
Qu Wenruo
2024-05-07
btrfs: remove duplicate included header from fs.h
Thorsten Blum
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
btrfs: document what the spinlock unused_bgs_lock protects
Filipe Manana
2024-03-04
btrfs: remove unused included headers
David Sterba
2023-12-15
btrfs: remove old mount API code
Josef Bacik
2023-12-15
btrfs: add a NOSPACECACHE mount option flag
Josef Bacik
2023-12-15
btrfs: use a dedicated data structure for chunk maps
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing last_trans_committed
Filipe Manana
2023-10-12
btrfs: add and use helpers for reading and writing fs_info->generation
Filipe Manana
[next]