index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-20
btrfs: sysfs: add removal calls for debug/
Dennis Zhou
1
-0
/
+7
2020-01-20
btrfs: discard one region at a time in async discard
Dennis Zhou
4
-46
/
+191
2020-01-20
btrfs: handle empty block_group removal for async discard
Dennis Zhou
7
-9
/
+206
2020-01-20
btrfs: add the beginning of async discard, discard workqueue
Dennis Zhou
12
-13
/
+468
2020-01-20
btrfs: keep track of free space bitmap trim status cleanliness
Dennis Zhou
2
-9
/
+92
2020-01-20
btrfs: keep track of which extents have been discarded
Dennis Zhou
3
-14
/
+79
2020-01-20
btrfs: rename DISCARD mount option to to DISCARD_SYNC
Dennis Zhou
5
-8
/
+8
2020-01-20
bitmap: genericize percpu bitmap region iterators
Dennis Zhou
2
-45
/
+51
2020-01-20
btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX
Qu Wenruo
1
-0
/
+21
2020-01-20
btrfs: tree-checker: Refactor root key check into separate function
Qu Wenruo
1
-15
/
+47
2020-01-20
btrfs: tree-checker: Refactor inode key check into seperate function
Qu Wenruo
1
-18
/
+60
2020-01-20
btrfs: tree-checker: Clean up fs_info parameter from error message wrapper
Qu Wenruo
1
-13
/
+13
2020-01-20
btrfs: tree-checker: Check leaf chunk item size
Qu Wenruo
1
-1
/
+39
2020-01-20
btrfs: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2020-01-20
btrfs: remove struct find_free_extent.ram_bytes
Omar Sandoval
1
-2
/
+0
2020-01-20
btrfs: simplify compressed/inline check in __extent_writepage_io()
Omar Sandoval
1
-15
/
+4
2020-01-20
btrfs: drop create parameter to btrfs_get_extent()
Omar Sandoval
9
-62
/
+64
2020-01-20
btrfs: remove redundant i_size check in __extent_writepage_io()
Omar Sandoval
1
-6
/
+0
2020-01-20
btrfs: remove trivial goto label in __extent_writepage()
Omar Sandoval
1
-5
/
+2
2020-01-20
btrfs: remove unnecessary pg_offset assignments in __extent_writepage()
Omar Sandoval
1
-3
/
+1
2020-01-20
btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
Omar Sandoval
7
-95
/
+90
2020-01-20
btrfs: remove dead snapshot-aware defrag code
Omar Sandoval
1
-684
/
+11
2020-01-20
btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()
Omar Sandoval
4
-12
/
+11
2020-01-20
btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
Omar Sandoval
4
-26
/
+23
2020-01-20
btrfs: reset device back to allocation state when removing
Johannes Thumshirn
1
-17
/
+12
2020-01-20
btrfs: decrement number of open devices after closing the device not before
Johannes Thumshirn
1
-3
/
+2
2020-01-20
btrfs: use simple_dir_inode_operations for placeholder subvolume directory
Omar Sandoval
1
-7
/
+5
2020-01-20
btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev()
Johannes Thumshirn
1
-1
/
+0
2020-01-20
btrfs: remove superfluous BUG_ON() in integrity checks
Johannes Thumshirn
1
-1
/
+0
2020-01-20
btrfs: fix possible NULL-pointer dereference in integrity checks
Johannes Thumshirn
1
-2
/
+1
2020-01-20
btrfs: kill min_allocable_bytes in inc_block_group_ro
Josef Bacik
1
-18
/
+4
2020-01-20
btrfs: don't pass system_chunk into can_overcommit
Josef Bacik
1
-27
/
+15
2020-01-20
btrfs: Opencode ordered_data_tree_panic
Nikolay Borisov
1
-9
/
+3
2020-01-20
btrfs: relocation: Output current relocation stage at btrfs_relocate_block_gr...
Qu Wenruo
1
-2
/
+14
2020-01-20
btrfs: remove unused condition check in btrfs_page_mkwrite()
Yunfeng Ye
1
-7
/
+4
2020-01-20
btrfs: Remove redundant WARN_ON in walk_down_log_tree
Nikolay Borisov
1
-9
/
+0
2020-01-20
btrfs: Remove WARN_ON in walk_log_tree
Nikolay Borisov
1
-2
/
+0
2020-01-20
btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent
Nikolay Borisov
3
-28
/
+18
2020-01-20
btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extent
Nikolay Borisov
1
-9
/
+15
2020-01-20
btrfs: Don't discard unwritten extents
Nikolay Borisov
2
-3
/
+10
2020-01-20
btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled
Marcos Paulo de Souza
1
-5
/
+5
2020-01-20
btrfs: qgroup: remove one-time use variables for quota_root checks
Marcos Paulo de Souza
1
-24
/
+10
2020-01-20
btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid
Anand Jain
3
-20
/
+9
2020-01-20
btrfs: sysfs, rename btrfs_sysfs_add_device()
Anand Jain
2
-2
/
+2
2020-01-20
btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent
Anand Jain
3
-9
/
+9
2020-01-20
btrfs: sysfs, rename devices kobject holder to devices_kobj
Anand Jain
2
-15
/
+13
2020-01-20
btrfs: fill ncopies for all raid table entries
David Sterba
1
-0
/
+2
2020-01-20
btrfs: use raid_attr table in calc_stripe_length for nparity
David Sterba
1
-10
/
+5
2020-01-20
Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES
Filipe Manana
1
-288
/
+100
2020-01-20
Linux 5.5-rc7
v5.5-rc7
Linus Torvalds
1
-1
/
+1
[next]