index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-1
/
+0
2023-02-20
Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+1
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
1
-1
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2
-3
/
+3
2022-12-05
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
1
-1
/
+1
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
1
-10
/
+40
2022-12-05
btrfs: selftests: remove impossible inline extent at non-zero file offset
Qu Wenruo
1
-38
/
+19
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
4
-0
/
+4
2022-12-05
btrfs: move fs_info::flags enum to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-11-10
Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-11-07
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Zhang Xiaoxu
1
-1
/
+1
2022-11-03
Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-17
/
+19
2022-11-02
btrfs: remove pointless and double ulist frees in error paths of qgroup tests
Filipe Manana
1
-12
/
+4
2022-11-02
btrfs: fix ulist leaks in error paths of qgroup self tests
Filipe Manana
1
-5
/
+15
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-15
/
+17
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
1
-1
/
+1
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
1
-1
/
+0
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-4
/
+4
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-3
/
+3
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-4
/
+4
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
2
-12
/
+12
2022-09-12
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-15
/
+17
2022-07-25
btrfs: add optimized btrfs_ino() version for 64 bits systems
Filipe Manana
1
-0
/
+1
2022-07-25
btrfs: clean up chained assignments
David Sterba
1
-1
/
+2
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
1
-3
/
+19
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
1
-1
/
+1
2022-05-16
btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray
Gabriel Niebler
1
-1
/
+1
2022-05-16
btrfs: turn fs_info member buffer_radix into XArray
Gabriel Niebler
1
-19
/
+3
2022-03-14
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
1
-0
/
+2
2022-01-07
btrfs: selftests: dump extent io tree if extent-io-tree test failed
Qu Wenruo
1
-0
/
+52
2022-01-03
btrfs: track the csum, extent, and free space trees in a rb tree
Josef Bacik
4
-3
/
+13
2022-01-03
btrfs: stop accessing ->free_space_root directly
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
2
-2
/
+2
2022-01-03
btrfs: add self test for bytes_index free space cache
Josef Bacik
1
-0
/
+181
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-5
/
+5
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-12
/
+5
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
1
-6
/
+6
2021-10-26
btrfs: unexport setup_items_for_insert()
Filipe Manana
2
-3
/
+3
2021-10-26
btrfs: loop only once over data sizes array when inserting an item batch
Filipe Manana
2
-3
/
+3
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
1
-20
/
+10
2021-07-22
btrfs: fix lock inversion problem when doing qgroup extent tracing
Filipe Manana
1
-10
/
+10
2021-06-22
btrfs: fix typos in comments
David Sterba
1
-1
/
+1
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-09
btrfs: extend btrfs_rmap_block for specifying a device
Naohiro Aota
1
-1
/
+1
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-12-18
btrfs: tests: initialize test inodes location
Josef Bacik
2
-11
/
+8
2020-12-09
btrfs: remove recalc_thresholds from free space ops
David Sterba
1
-1
/
+0
2020-12-08
btrfs: tests: remove invalid extent-io test
Qu Wenruo
1
-15
/
+11
[next]