index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: move sysfs declarations out of ctree.h
David Sterba
3
-12
/
+12
2019-09-09
btrfs: opencode reset of all device stats
Anand Jain
1
-10
/
+2
2019-09-09
btrfs: reset device stat using btrfs_dev_stat_set
Anand Jain
2
-9
/
+3
2019-09-09
btrfs: qgroup: Try our best to delete qgroup relations
Qu Wenruo
1
-17
/
+29
2019-09-09
Btrfs: make test_find_first_clear_extent_bit fail on incorrect results
Filipe Manana
1
-7
/
+22
2019-09-09
Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit
Filipe Manana
1
-0
/
+2
2019-09-09
btrfs: delete debugfs code
David Sterba
2
-35
/
+0
2019-09-09
btrfs: sysfs: add debugging exports
David Sterba
1
-0
/
+32
2019-09-09
btrfs: make caching_thread use btrfs_find_next_key
Josef Bacik
2
-3
/
+3
2019-09-09
btrfs: temporarily export fragment_free_space
Josef Bacik
2
-4
/
+5
2019-09-09
btrfs: export the caching control helpers
Josef Bacik
2
-18
/
+21
2019-09-09
btrfs: export the excluded extents helpers
Josef Bacik
2
-17
/
+22
2019-09-09
btrfs: export the block group caching helpers
Josef Bacik
2
-35
/
+39
2019-09-09
btrfs: migrate nocow and reservation helpers
Josef Bacik
4
-88
/
+88
2019-09-09
btrfs: migrate the block group ref counting stuff
Josef Bacik
4
-28
/
+27
2019-09-09
btrfs: migrate the block group lookup code
Josef Bacik
5
-98
/
+105
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
21
-148
/
+175
2019-09-09
btrfs: move btrfs_add_free_space out of a header file
Josef Bacik
2
-8
/
+10
2019-09-09
btrfs: tree-log: use symbolic name for first replay stage
David Sterba
1
-1
/
+1
2019-09-09
btrfs: async-thread: convert defines to enums
David Sterba
1
-3
/
+5
2019-09-09
btrfs: tree-log: convert defines to enums
David Sterba
1
-8
/
+12
2019-09-09
btrfs: remove unused key type set/get helpers
David Sterba
1
-10
/
+0
2019-09-09
btrfs: remove unused btrfs_device::flush_bio_sent
David Sterba
1
-1
/
+0
2019-09-09
Btrfs: remove unnecessary condition in btrfs_clone() to avoid too much nesting
Filipe Manana
1
-145
/
+131
2019-09-09
btrfs: Refactor btrfs_calc_avail_data_space
Nikolay Borisov
1
-20
/
+10
2019-09-09
btrfs: Remove unnecessary check from join_running_log_trans
Nikolay Borisov
1
-4
/
+0
2019-09-09
Btrfs: wake up inode cache waiters sooner to reduce waiting time
Filipe Manana
1
-0
/
+1
2019-09-09
Btrfs: fix inode cache waiters hanging on path allocation failure
Filipe Manana
1
-1
/
+3
2019-09-09
Btrfs: fix inode cache waiters hanging on failure to start caching thread
Filipe Manana
1
-5
/
+18
2019-09-09
Btrfs: fix inode cache block reserve leak on failure to allocate data space
Filipe Manana
1
-0
/
+1
2019-09-09
Btrfs: fix hang when loading existing inode cache off disk
Filipe Manana
1
-0
/
+1
2019-09-09
btrfs: tree-checker: Add ROOT_ITEM check
Qu Wenruo
1
-0
/
+92
2019-09-09
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
1
-0
/
+8
2019-09-09
btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()
Qu Wenruo
1
-2
/
+11
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
3
-146
/
+0
2019-09-09
btrfs: extent-tree: Add comment for inc_block_group_ro()
Qu Wenruo
1
-0
/
+19
2019-09-09
btrfs: volumes: Add comment for find_free_dev_extent_start()
Qu Wenruo
1
-0
/
+6
2019-09-09
btrfs: volumes: Unexport find_free_dev_extent_start()
Qu Wenruo
2
-4
/
+3
2019-09-09
btrfs: assert tree mod log lock in __tree_mod_log_insert
David Sterba
1
-2
/
+2
2019-09-09
btrfs: assert extent map tree lock in add_extent_mapping
David Sterba
1
-0
/
+2
2019-09-09
btrfs: Add an assertion to warn incorrect case in insert_inline_extent()
Jia-Ju Bai
1
-0
/
+3
2019-09-09
btrfs: Remove leftover of in-band dedupe
Nikolay Borisov
6
-36
/
+19
2019-09-09
btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc
Nikolay Borisov
3
-35
/
+25
2019-09-09
btrfs: Move free_pages_out label in inline extent handling branch in compress...
Nikolay Borisov
1
-10
/
+8
2019-09-09
btrfs: Return number of compressed extents directly in compress_file_range
Nikolay Borisov
1
-9
/
+11
2019-09-09
btrfs: use common vfs LABEL ioctl definitions
Eric Sandeen
1
-4
/
+4
2019-09-09
btrfs: Remove unused locking functions
Nikolay Borisov
2
-38
/
+0
2019-09-09
btrfs: reduce stack usage for btrfsic_process_written_block
Arnd Bergmann
1
-3
/
+4
2019-09-09
btrfs: remove set but not used variable 'offset'
YueHaibing
1
-2
/
+0
2019-09-09
Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents
Filipe Manana
3
-167
/
+188
[next]