index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
inode-tests.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
1
-12
/
+12
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
1
-20
/
+20
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
1
-13
/
+14
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
1
-6
/
+6
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
1
-12
/
+12
2025-05-15
btrfs: use clear_extent_bits() instead of clear_extent_bit() where possible
Filipe Manana
1
-12
/
+12
2025-05-15
btrfs: remove leftover EXTENT_UPTODATE clear from an inode's io_tree
Filipe Manana
1
-8
/
+4
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-49
/
+49
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-48
/
+36
2024-07-11
btrfs: introduce extra sanity checks for extent maps
Qu Wenruo
1
-1
/
+1
2024-03-04
btrfs: remove the pg_offset parameter from btrfs_get_extent()
Qu Wenruo
1
-20
/
+20
2023-12-15
btrfs: use the flags of an extent map to identify the compression type
Filipe Manana
1
-30
/
+30
2023-10-12
btrfs: abort transaction on generation mismatch when marking eb as dirty
Filipe Manana
1
-2
/
+10
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
1
-0
/
+1
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
1
-1
/
+1
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-4
/
+4
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-4
/
+4
2021-10-26
btrfs: unexport setup_items_for_insert()
Filipe Manana
1
-2
/
+2
2021-10-26
btrfs: loop only once over data sizes array when inserting an item batch
Filipe Manana
1
-2
/
+2
2020-12-18
btrfs: tests: initialize test inodes location
Josef Bacik
1
-9
/
+0
2020-11-13
btrfs: fix missing delalloc new bit for new delalloc ranges
Filipe Manana
1
-4
/
+8
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
1
-1
/
+0
2020-10-07
btrfs: sink total_data parameter in setup_items_for_insert
Nikolay Borisov
1
-2
/
+2
2020-10-07
btrfs: eliminate total_size parameter from setup_items_for_insert
Nikolay Borisov
1
-4
/
+2
2020-07-27
btrfs: make btrfs_set_extent_delalloc take btrfs_inode
Nikolay Borisov
1
-7
/
+7
2020-01-20
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
1
-23
/
+21
2019-09-09
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree
Omar Sandoval
1
-8
/
+4
2019-09-09
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
1
-6
/
+6
2019-04-29
btrfs: inode: Verify inode mode to avoid NULL pointer dereference
Qu Wenruo
1
-0
/
+1
2019-04-29
btrfs: tests: unify messages when tests start
David Sterba
1
-3
/
+8
2019-04-29
btrfs: tests: use standard error message after inode allocation failure
David Sterba
1
-3
/
+3
2019-04-29
btrfs: tests: use standard error message after extent buffer allocation failure
David Sterba
1
-2
/
+2
2019-04-29
btrfs: tests: use standard error message after root allocation failure
David Sterba
1
-3
/
+3
2019-04-29
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
1
-3
/
+3
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
1
-6
/
+0
2018-05-29
btrfs: tests: drop newline from test_msg strings
David Sterba
1
-3
/
+3
2018-05-29
btrfs: tests: add helper for error messages and update them
David Sterba
1
-154
/
+158
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-01-22
btrfs: Remove redundant FLAG_VACANCY
Nikolay Borisov
1
-5
/
+0
2018-01-22
btrfs: sink gfp parameter to clear_extent_bit
David Sterba
1
-8
/
+4
2017-11-15
Btrfs: fix reported number of inode blocks after buffered append writes
Filipe Manana
1
-6
/
+6
2017-11-01
Btrfs: rework outstanding_extents
Josef Bacik
1
-14
/
+4
2017-10-30
btrfs: Replace opencoded sizes with their symbolic constants
Nikolay Borisov
1
-1
/
+1
2017-02-28
btrfs: Make get_extent_t take btrfs_inode
Nikolay Borisov
1
-21
/
+23
2017-02-28
btrfs: Make btrfs_drop_extent_cache take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-8
/
+8
2016-09-26
btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...
Qu Wenruo
1
-6
/
+6
2016-07-26
btrfs: tests, require fs_info for root
Jeff Mahoney
1
-22
/
+24
2016-06-02
Btrfs: self-tests: Support non-4k page size
Feifei Xu
1
-156
/
+188
[next]