index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-2
/
+0
|
\
|
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
1
-1
/
+0
|
*
bdi: initialize ->ra_pages and ->io_pages in bdi_init
Christoph Hellwig
2020-09-24
1
-1
/
+0
*
|
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
2020-10-07
3
-9
/
+9
*
|
btrfs: annotate device name rcu_string with __rcu
Madhuparna Bhowmik
2020-10-07
1
-1
/
+1
*
|
btrfs: skip devices without magic signature when mounting
Anand Jain
2020-10-07
2
-8
/
+18
*
|
btrfs: cleanup cow block on error
Josef Bacik
2020-10-07
1
-0
/
+6
*
|
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2020-10-07
2
-21
/
+0
*
|
btrfs: return error if we're unable to read device stats
Josef Bacik
2020-10-07
1
-8
/
+18
*
|
btrfs: init device stats for seed devices
Josef Bacik
2020-10-07
1
-41
/
+46
*
|
btrfs: remove struct extent_io_ops
Nikolay Borisov
2020-10-07
7
-38
/
+0
*
|
btrfs: call submit_bio_hook directly for metadata pages
Nikolay Borisov
2020-10-07
3
-7
/
+7
*
|
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
2020-10-07
3
-8
/
+12
*
|
btrfs: don't opencode is_data_inode in end_bio_extent_readpage
Nikolay Borisov
2020-10-07
1
-4
/
+2
*
|
btrfs: call submit_bio_hook directly in submit_one_bio
Nikolay Borisov
2020-10-07
1
-5
/
+2
*
|
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
2020-10-07
3
-6
/
+1
*
|
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
2020-10-07
5
-12
/
+18
*
|
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
2020-10-07
1
-0
/
+72
*
|
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
2020-10-07
1
-40
/
+87
*
|
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
2020-10-07
1
-5
/
+12
*
|
btrfs: use unaligned helpers for stack and header set/get helpers
David Sterba
2020-10-07
2
-16
/
+14
*
|
btrfs: free-space-cache: use unaligned helpers to access data
David Sterba
2020-10-07
1
-12
/
+9
*
|
btrfs: send: use helpers for unaligned access to header members
David Sterba
2020-10-07
1
-7
/
+7
*
|
btrfs: use own btree inode io_tree owner id
Qu Wenruo
2020-10-07
2
-1
/
+2
*
|
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
2020-10-07
1
-0
/
+2
*
|
btrfs: use kvcalloc for allocation in btrfs_ioctl_send()
Denis Efremov
2020-10-07
1
-5
/
+6
*
|
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
2020-10-07
1
-1
/
+1
*
|
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
2020-10-07
5
-17
/
+14
*
|
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
2020-10-07
1
-5
/
+4
*
|
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
2020-10-07
1
-5
/
+4
*
|
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
2020-10-07
3
-7
/
+6
*
|
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
2020-10-07
1
-21
/
+20
*
|
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
2020-10-07
3
-23
/
+15
*
|
btrfs: sink mirror_num argument in __do_readpage
Nikolay Borisov
2020-10-07
1
-6
/
+5
*
|
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
2020-10-07
3
-4
/
+4
*
|
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
2020-10-07
3
-5
/
+4
*
|
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
2020-10-07
3
-19
/
+16
*
|
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
2020-10-07
3
-5
/
+5
*
|
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
2020-10-07
3
-22
/
+14
*
|
btrfs: remove btree_get_extent
Nikolay Borisov
2020-10-07
2
-50
/
+0
*
|
btrfs: simplify metadata pages reading
Nikolay Borisov
2020-10-07
1
-11
/
+10
*
|
btrfs: remove btree_readpage
Nikolay Borisov
2020-10-07
1
-6
/
+0
*
|
btrfs: reschedule if necessary when logging directory items
Filipe Manana
2020-10-07
1
-0
/
+8
*
|
btrfs: do not create raid sysfs entries under any locks
Josef Bacik
2020-10-07
2
-8
/
+48
*
|
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
2020-10-07
4
-36
/
+9
*
|
btrfs: improve error message in setup_items_for_insert
Nikolay Borisov
2020-10-07
1
-1
/
+2
*
|
btrfs: add kerneldoc for setup_items_for_insert
Nikolay Borisov
2020-10-07
1
-4
/
+10
*
|
btrfs: sink total_data parameter in setup_items_for_insert
Nikolay Borisov
2020-10-07
6
-12
/
+15
*
|
btrfs: eliminate total_size parameter from setup_items_for_insert
Nikolay Borisov
2020-10-07
6
-19
/
+11
*
|
btrfs: re-arrange statements in setup_items_for_insert
Nikolay Borisov
2020-10-07
1
-1
/
+1
[next]