index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
btrfs: Return offset from find_desired_extent
Nikolay Borisov
1
-15
/
+19
2019-11-18
btrfs: Simplify btrfs_file_llseek
Nikolay Borisov
1
-7
/
+3
2019-11-18
btrfs: Speed up btrfs_file_llseek
Nikolay Borisov
1
-16
/
+10
2019-11-18
btrfs: compression: remove ops pointer from workspace_manager
David Sterba
2
-5
/
+2
2019-11-18
btrfs: compression: inline free_workspace
David Sterba
5
-8
/
+18
2019-11-18
btrfs: compression: pass type to btrfs_put_workspace
David Sterba
2
-8
/
+7
2019-11-18
btrfs: compression: inline alloc_workspace
David Sterba
5
-8
/
+18
2019-11-18
btrfs: compression: pass type to btrfs_get_workspace
David Sterba
3
-10
/
+7
2019-11-18
btrfs: compression: inline put_workspace
David Sterba
5
-24
/
+15
2019-11-18
btrfs: compression: inline get_workspace
David Sterba
5
-18
/
+15
2019-11-18
btrfs: compression: export alloc/free/get/put callbacks of all algos
David Sterba
4
-15
/
+26
2019-11-18
btrfs: compression: inline cleanup_workspace_manager
David Sterba
5
-28
/
+7
2019-11-18
btrfs: compression: let workspace manager cleanup take only the type
David Sterba
4
-5
/
+7
2019-11-18
btrfs: compression: inline init_workspace_manager
David Sterba
5
-28
/
+7
2019-11-18
btrfs: compression: let workspace manager init take only the type
David Sterba
4
-7
/
+7
2019-11-18
btrfs: compression: attach workspace manager to the ops
David Sterba
5
-0
/
+6
2019-11-18
btrfs: switch compression callbacks to direct calls
David Sterba
5
-34
/
+69
2019-11-18
btrfs: export compression and decompression callbacks
David Sterba
4
-36
/
+45
2019-11-18
btrfs: use btrfs_block_group_cache_done in update_block_group
Josef Bacik
1
-1
/
+1
2019-11-18
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2019-11-18
Btrfs: fix metadata space leak on fixup worker failure to set range as delalloc
Filipe Manana
1
-1
/
+5
2019-11-18
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
1
-1
/
+1
2019-11-18
btrfs: ioctl: Try to use btrfs_fs_info instead of *file
Marcos Paulo de Souza
1
-21
/
+15
2019-11-18
btrfs: use bool argument in free_root_pointers()
Anand Jain
1
-5
/
+5
2019-11-18
btrfs: use better definition of number of compression type
Chengguang Xu
4
-5
/
+7
2019-11-18
btrfs: use enum for extent type defines
Chengguang Xu
1
-2
/
+2
2019-11-18
btrfs: props: remove unnecessary hash_init()
Chengguang Xu
1
-2
/
+0
2019-11-18
btrfs: Rename btrfs_join_transaction_nolock
Nikolay Borisov
3
-8
/
+8
2019-11-18
btrfs: User assert to document transaction requirement
Nikolay Borisov
1
-3
/
+2
2019-11-18
btrfs: opencode extent_buffer_get
David Sterba
7
-19
/
+14
2019-11-18
btrfs: Avoid getting stuck during cyclic writebacks
Tejun Heo
1
-11
/
+1
2019-11-18
btrfs: block-group: Rework documentation of check_system_chunk function
Marcos Paulo de Souza
1
-3
/
+1
2019-11-18
btrfs: Enhance error output for write time tree checker
Qu Wenruo
1
-0
/
+2
2019-11-18
btrfs: tree-checker: Refactor prev_key check for ino into a function
Qu Wenruo
1
-41
/
+72
2019-11-18
Btrfs: extent_write_locked_range() should attach inode->i_wb
Chris Mason
1
-4
/
+6
2019-11-18
Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
Chris Mason
5
-5
/
+46
2019-11-18
Btrfs: only associate the locked page with one async_chunk struct
Chris Mason
2
-5
/
+22
2019-11-18
Btrfs: delete the entire async bio submission framework
Chris Mason
5
-235
/
+1
2019-11-18
Btrfs: stop using btrfs_schedule_bio()
Chris Mason
5
-63
/
+15
2019-11-18
btrfs: add __pure attribute to functions
David Sterba
9
-14
/
+12
2019-11-18
btrfs: add const function attribute
David Sterba
4
-4
/
+4
2019-11-18
btrfs: add __cold attribute to more functions
David Sterba
4
-6
/
+6
2019-11-18
btrfs: drop unused parameter is_new from btrfs_iget
David Sterba
11
-34
/
+31
2019-11-18
btrfs: use refcount_inc_not_zero in kill_all_nodes
Josef Bacik
1
-3
/
+10
2019-11-18
btrfs: print process name and pid that calls device scanning
Anand Jain
1
-4
/
+8
2019-11-18
btrfs: Open-code name_in_log_ref in replay_one_name
Nikolay Borisov
1
-29
/
+25
2019-11-18
btrfs: Properly handle backref_in_log retval
Nikolay Borisov
1
-11
/
+21
2019-11-18
btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_log
Nikolay Borisov
1
-36
/
+12
2019-11-18
btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
Qu Wenruo
3
-14
/
+4
2019-11-18
btrfs: transaction: describe transaction states and transitions
Qu Wenruo
1
-0
/
+71
[next]