index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
btrfs: sysfs: show used checksum driver per filesystem
Johannes Thumshirn
2019-11-18
1
-0
/
+15
*
|
btrfs: sysfs: export supported checksums
David Sterba
2019-11-18
3
-0
/
+29
*
|
btrfs: add sha256 to checksumming algorithm
Johannes Thumshirn
2019-11-18
4
-0
/
+4
*
|
btrfs: add xxhash64 to checksumming algorithms
Johannes Thumshirn
2019-11-18
4
-0
/
+4
*
|
btrfs: get bdev from latest_dev for dio bh_result
David Sterba
2019-11-18
1
-2
/
+4
*
|
btrfs: assert extent_map bdevs and lookup_map and split
David Sterba
2019-11-18
2
-2
/
+9
*
|
btrfs: remove pointless indentation in btrfs_read_sys_array()
Johannes Thumshirn
2019-11-18
1
-35
/
+36
*
|
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
Johannes Thumshirn
2019-11-18
1
-20
/
+21
*
|
btrfs: remove pointless local variable in lock_stripe_add()
Johannes Thumshirn
2019-11-18
1
-2
/
+3
*
|
btrfs: raid56: reduce indentation in lock_stripe_add
Johannes Thumshirn
2019-11-18
1
-47
/
+44
*
|
btrfs: Return offset from find_desired_extent
Nikolay Borisov
2019-11-18
1
-15
/
+19
*
|
btrfs: Simplify btrfs_file_llseek
Nikolay Borisov
2019-11-18
1
-7
/
+3
*
|
btrfs: Speed up btrfs_file_llseek
Nikolay Borisov
2019-11-18
1
-16
/
+10
*
|
btrfs: compression: remove ops pointer from workspace_manager
David Sterba
2019-11-18
2
-5
/
+2
*
|
btrfs: compression: inline free_workspace
David Sterba
2019-11-18
5
-8
/
+18
*
|
btrfs: compression: pass type to btrfs_put_workspace
David Sterba
2019-11-18
2
-8
/
+7
*
|
btrfs: compression: inline alloc_workspace
David Sterba
2019-11-18
5
-8
/
+18
*
|
btrfs: compression: pass type to btrfs_get_workspace
David Sterba
2019-11-18
3
-10
/
+7
*
|
btrfs: compression: inline put_workspace
David Sterba
2019-11-18
5
-24
/
+15
*
|
btrfs: compression: inline get_workspace
David Sterba
2019-11-18
5
-18
/
+15
*
|
btrfs: compression: export alloc/free/get/put callbacks of all algos
David Sterba
2019-11-18
4
-15
/
+26
*
|
btrfs: compression: inline cleanup_workspace_manager
David Sterba
2019-11-18
5
-28
/
+7
*
|
btrfs: compression: let workspace manager cleanup take only the type
David Sterba
2019-11-18
4
-5
/
+7
*
|
btrfs: compression: inline init_workspace_manager
David Sterba
2019-11-18
5
-28
/
+7
*
|
btrfs: compression: let workspace manager init take only the type
David Sterba
2019-11-18
4
-7
/
+7
*
|
btrfs: compression: attach workspace manager to the ops
David Sterba
2019-11-18
5
-0
/
+6
*
|
btrfs: switch compression callbacks to direct calls
David Sterba
2019-11-18
5
-34
/
+69
*
|
btrfs: export compression and decompression callbacks
David Sterba
2019-11-18
4
-36
/
+45
*
|
btrfs: use btrfs_block_group_cache_done in update_block_group
Josef Bacik
2019-11-18
1
-1
/
+1
*
|
btrfs: check page->mapping when loading free space cache
Josef Bacik
2019-11-18
1
-0
/
+6
*
|
Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc
Filipe Manana
2019-11-18
1
-1
/
+5
*
|
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
2019-11-18
1
-1
/
+1
*
|
btrfs: ioctl: Try to use btrfs_fs_info instead of *file
Marcos Paulo de Souza
2019-11-18
1
-21
/
+15
*
|
btrfs: use bool argument in free_root_pointers()
Anand Jain
2019-11-18
1
-5
/
+5
*
|
btrfs: use better definition of number of compression type
Chengguang Xu
2019-11-18
4
-5
/
+7
*
|
btrfs: use enum for extent type defines
Chengguang Xu
2019-11-18
1
-2
/
+2
*
|
btrfs: props: remove unnecessary hash_init()
Chengguang Xu
2019-11-18
1
-2
/
+0
*
|
btrfs: Rename btrfs_join_transaction_nolock
Nikolay Borisov
2019-11-18
3
-8
/
+8
*
|
btrfs: User assert to document transaction requirement
Nikolay Borisov
2019-11-18
1
-3
/
+2
*
|
btrfs: opencode extent_buffer_get
David Sterba
2019-11-18
7
-19
/
+14
*
|
btrfs: Avoid getting stuck during cyclic writebacks
Tejun Heo
2019-11-18
1
-11
/
+1
*
|
btrfs: block-group: Rework documentation of check_system_chunk function
Marcos Paulo de Souza
2019-11-18
1
-3
/
+1
*
|
btrfs: Enhance error output for write time tree checker
Qu Wenruo
2019-11-18
1
-0
/
+2
*
|
btrfs: tree-checker: Refactor prev_key check for ino into a function
Qu Wenruo
2019-11-18
1
-41
/
+72
*
|
Btrfs: extent_write_locked_range() should attach inode->i_wb
Chris Mason
2019-11-18
1
-4
/
+6
*
|
Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
Chris Mason
2019-11-18
5
-5
/
+46
*
|
Btrfs: only associate the locked page with one async_chunk struct
Chris Mason
2019-11-18
2
-5
/
+22
*
|
Btrfs: delete the entire async bio submission framework
Chris Mason
2019-11-18
5
-235
/
+1
*
|
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
2019-11-18
5
-63
/
+15
*
|
btrfs: add __pure attribute to functions
David Sterba
2019-11-18
9
-14
/
+12
[prev]
[next]