index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
fs.h
Age
Commit message (
Expand
)
Author
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
2023-10-12
btrfs: qgroup: check generation when recording simple quota delta
Boris Burkov
2023-10-12
btrfs: qgroup: add new quota mode for simple quotas
Boris Burkov
2023-10-12
btrfs: add raid stripe tree to features enabled with debug config
Johannes Thumshirn
2023-10-12
btrfs: read raid stripe tree from disk
Johannes Thumshirn
2023-10-12
btrfs: warn on tree blocks which are not nodesize aligned
Qu Wenruo
2023-10-12
btrfs: check-integrity: remove CONFIG_BTRFS_FS_CHECK_INTEGRITY option
Qu Wenruo
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
btrfs: store the error that turned the fs into error state
Filipe Manana
2023-06-19
btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_roots
Filipe Manana
2023-06-19
btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workers
Qu Wenruo
2023-06-19
btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
Christoph Hellwig
2023-06-19
btrfs: remove hipri_workers workqueue
Christoph Hellwig
[next]