index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: speed up btrfs_get_##bits helpers
David Sterba
2020-05-25
1
-19
/
+10
*
btrfs: add separate bounds checker for set/get helpers
David Sterba
2020-05-25
1
-0
/
+25
*
btrfs: preset set/get token with first page and drop condition
David Sterba
2020-05-25
2
-5
/
+6
*
btrfs: don't use set/get token in leaf_space_used
David Sterba
2020-05-25
1
-5
/
+3
*
btrfs: don't use set/get token for single assignment in overwrite_item
David Sterba
2020-05-25
1
-7
/
+2
*
btrfs: drop eb parameter from set/get token helpers
David Sterba
2020-05-25
5
-158
/
+130
*
btrfs: use the token::eb for all set/get helpers
David Sterba
2020-05-25
1
-4
/
+4
*
btrfs: remove duplicated include in block-group.c
Tiezhu Yang
2020-05-25
1
-1
/
+0
*
btrfs: block-group: rename write_one_cache_group()
Qu Wenruo
2020-05-25
1
-8
/
+8
*
btrfs: block-group: refactor how we insert a block group item
Qu Wenruo
2020-05-25
1
-16
/
+25
*
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
2020-05-25
1
-12
/
+25
*
btrfs: block-group: refactor how we read one block group item
Qu Wenruo
2020-05-25
1
-15
/
+32
*
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
Qu Wenruo
2020-05-25
1
-1
/
+0
*
btrfs: send: emit file capabilities after chown
Marcos Paulo de Souza
2020-05-25
1
-0
/
+67
*
btrfs: scrub, only lookup for csums if we are dealing with a data extent
Filipe Manana
2020-05-25
1
-7
/
+8
*
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
2020-05-25
4
-43
/
+44
*
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
2020-05-25
7
-33
/
+46
*
btrfs: fix a race between scrub and block group removal/allocation
Filipe Manana
2020-05-25
1
-2
/
+36
*
btrfs: remove more obsolete v0 extent ref declarations
David Sterba
2020-05-25
1
-9
/
+0
*
btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuid
YueHaibing
2020-05-25
1
-7
/
+0
*
btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new ...
Qu Wenruo
2020-05-25
1
-0
/
+14
*
btrfs: speedup dead root detection during orphan cleanup
Robbie Ko
2020-05-25
1
-11
/
+9
*
btrfs: remove unused function heads_to_leaves
YueHaibing
2020-05-25
1
-16
/
+0
*
btrfs: add more codes to decoder table
David Sterba
2020-05-25
1
-0
/
+9
*
btrfs: sort error decoder entries
David Sterba
2020-05-25
1
-9
/
+9
*
btrfs: free alien device after device add
Anand Jain
2020-05-25
1
-1
/
+11
*
btrfs: include non-missing as a qualifier for the latest_bdev
Anand Jain
2020-05-25
1
-0
/
+2
*
btrfs: use crypto_shash_digest() instead of open coding
Eric Biggers
2020-05-25
4
-18
/
+10
*
btrfs: drop useless goto in open_fs_devices
Anand Jain
2020-05-25
1
-7
/
+5
*
btrfs: remove useless check for copy_items() return value
Filipe Manana
2020-05-25
1
-4
/
+1
*
btrfs: unify buffered and direct I/O read repair
Omar Sandoval
2020-05-25
3
-170
/
+86
*
btrfs: get rid of endio_repair_workers
Omar Sandoval
2020-05-25
4
-10
/
+2
*
btrfs: simplify direct I/O read repair
Omar Sandoval
2020-05-25
2
-226
/
+44
*
btrfs: get rid of one layer of bios in direct I/O
Omar Sandoval
2020-05-25
2
-136
/
+65
*
btrfs: put direct I/O checksums in btrfs_dio_private instead of bio
Omar Sandoval
2020-05-25
2
-39
/
+34
*
btrfs: convert btrfs_dio_private->pending_bios to refcount_t
Omar Sandoval
2020-05-25
2
-7
/
+11
*
btrfs: remove unused btrfs_dio_private::private
Omar Sandoval
2020-05-25
2
-2
/
+0
*
btrfs: make btrfs_check_repairable() static
Omar Sandoval
2020-05-25
2
-6
/
+3
*
btrfs: rename __readpage_endio_check to check_data_csum
Omar Sandoval
2020-05-25
1
-11
/
+11
*
btrfs: clarify btrfs_lookup_bio_sums documentation
Omar Sandoval
2020-05-25
1
-4
/
+7
*
btrfs: don't do repair validation for checksum errors
Omar Sandoval
2020-05-25
1
-0
/
+8
*
btrfs: look at full bi_io_vec for repair decision
Omar Sandoval
2020-05-25
2
-8
/
+30
*
btrfs: fix double __endio_write_update_ordered in direct I/O
Omar Sandoval
2020-05-25
1
-108
/
+70
*
btrfs: fix error handling when submitting direct I/O bio
Omar Sandoval
2020-05-25
1
-3
/
+3
*
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
2020-05-25
1
-12
/
+6
*
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
2020-05-25
4
-15
/
+12
*
btrfs: make btrfs_read_disk_super return struct btrfs_disk_super
Nikolay Borisov
2020-05-25
1
-24
/
+23
*
btrfs: use list_for_each_entry_safe in free_reloc_roots
Nikolay Borisov
2020-05-25
1
-11
/
+5
*
btrfs: don't force read-only after error in drop snapshot
David Sterba
2020-05-25
1
-2
/
+0
*
btrfs: remove pointless assertion on reclaim_size counter
Filipe Manana
2020-05-25
1
-1
/
+0
[next]