index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: zoned: put block group after final usage
Nikolay Borisov
2022-03-14
1
-3
/
+4
*
btrfs: don't access possibly stale fs_info data in device_list_add
Dongliang Mu
2022-03-14
1
-7
/
+6
*
btrfs: add lockdep_assert_held to need_preemptive_reclaim
Niels Dossche
2022-03-14
1
-0
/
+2
*
btrfs: verify the tranisd of the to-be-written dirty extent buffer
Qu Wenruo
2022-03-14
1
-6
/
+20
*
btrfs: unify the error handling of btrfs_read_buffer()
Qu Wenruo
2022-03-14
1
-6
/
+6
*
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-03-14
5
-27
/
+34
*
btrfs: factor out do_free_extent_accounting helper
Josef Bacik
2022-03-14
1
-22
/
+30
*
btrfs: remove last_ref from the extent freeing code
Josef Bacik
2022-03-14
1
-23
/
+11
*
btrfs: add a alloc_reserved_extent helper
Josef Bacik
2022-03-14
1
-32
/
+24
*
btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
Josef Bacik
2022-03-14
1
-1
/
+2
*
btrfs: add and use helper for unlinking inode during log replay
Filipe Manana
2022-03-14
1
-48
/
+29
*
btrfs: extend locking to all space_info members accesses
Niels Dossche
2022-03-14
1
-1
/
+2
*
btrfs: zoned: mark relocation as writing
Naohiro Aota
2022-03-14
2
-1
/
+10
*
btrfs: remove the cross file system checks from remap
Josef Bacik
2022-03-14
1
-3
/
+1
*
btrfs: pass btrfs_fs_info to btrfs_recover_relocation
Josef Bacik
2022-03-14
3
-5
/
+4
*
btrfs: pass btrfs_fs_info for deleting snapshots and cleaner
Josef Bacik
2022-03-14
3
-7
/
+6
*
btrfs: add filesystems state details to error messages
Sweet Tea Dorminy
2022-03-14
2
-8
/
+62
*
btrfs: deal with unexpected extent type during reflinking
Filipe Manana
2022-03-14
1
-2
/
+4
*
btrfs: fix unexpected error path when reflinking an inline extent
Filipe Manana
2022-03-14
1
-2
/
+5
*
btrfs: reset last_reflink_trans after fsyncing inode
Filipe Manana
2022-03-14
5
-14
/
+48
*
btrfs: voluntarily relinquish cpu when doing a full fsync
Filipe Manana
2022-03-14
1
-0
/
+7
*
btrfs: hold on to less memory when logging checksums during full fsync
Filipe Manana
2022-03-14
1
-17
/
+12
*
btrfs: stop copying old file extents when doing a full fsync
Filipe Manana
2022-03-14
2
-73
/
+148
*
btrfs: do not clean up repair bio if submit fails
Josef Bacik
2022-03-14
1
-8
/
+7
*
btrfs: do not try to repair bio that has no mirror set
Josef Bacik
2022-03-14
1
-0
/
+9
*
btrfs: do not double complete bio on errors during compressed reads
Josef Bacik
2022-03-14
2
-7
/
+21
*
btrfs: track compressed bio errors as blk_status_t
Josef Bacik
2022-03-14
2
-12
/
+14
*
btrfs: remove the bio argument from finish_compressed_bio_read
Josef Bacik
2022-03-14
1
-5
/
+3
*
btrfs: check correct bio in finish_compressed_bio_read
Josef Bacik
2022-03-14
1
-1
/
+1
*
btrfs: handle csum lookup errors properly on reads
Josef Bacik
2022-03-14
1
-14
/
+22
*
btrfs: make search_csum_tree return 0 if we get -EFBIG
Josef Bacik
2022-03-14
1
-1
/
+1
*
btrfs: add BTRFS_IOC_ENCODED_WRITE
Omar Sandoval
2022-03-14
8
-20
/
+433
*
btrfs: add BTRFS_IOC_ENCODED_READ ioctl
Omar Sandoval
2022-03-14
3
-0
/
+608
*
btrfs: optionally extend i_size in cow_file_range_inline()
Omar Sandoval
2022-03-14
1
-13
/
+20
*
btrfs: clean up cow_file_range_inline()
Omar Sandoval
2022-03-14
1
-50
/
+37
*
btrfs: support different disk extent size for delalloc
Omar Sandoval
2022-03-14
5
-13
/
+17
*
btrfs: add ram_bytes and offset to btrfs_ordered_extent
Omar Sandoval
2022-03-14
3
-117
/
+83
*
btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
Omar Sandoval
2022-03-14
4
-26
/
+23
*
btrfs: qgroup: remove outdated TODO comments
Sidong Yang
2022-03-14
1
-12
/
+0
*
btrfs: qgroup: remove duplicated check in adding qgroup relations
Sidong Yang
2022-03-14
1
-9
/
+32
*
btrfs: add lzo workspace buffer length constants
Dāvis Mosāns
2022-03-14
1
-4
/
+7
*
btrfs: populate extent_map::generation when reading from disk
Qu Wenruo
2022-03-14
1
-0
/
+1
*
btrfs: assert we have a write lock when removing and replacing extent maps
Filipe Manana
2022-03-14
2
-0
/
+6
*
btrfs: remove no longer used counter when reading data page
Filipe Manana
2022-03-14
1
-4
/
+1
*
btrfs: fix lost error return value when reading a data page
Filipe Manana
2022-03-14
2
-2
/
+8
*
btrfs: stop checking for NULL return from btrfs_get_extent()
Filipe Manana
2022-03-14
1
-3
/
+3
*
btrfs: prepare extents to be logged before locking a log tree path
Filipe Manana
2022-03-14
1
-37
/
+27
*
btrfs: remove useless path release in the fast fsync path
Filipe Manana
2022-03-14
1
-1
/
+0
*
btrfs: remove constraint on number of visited leaves when replacing extents
Filipe Manana
2022-03-14
1
-4
/
+1
*
btrfs: avoid unnecessary computation when deleting items from a leaf
Filipe Manana
2022-03-14
1
-9
/
+7
[next]