index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-51
/
+225
2020-10-27
btrfs: convert data_seqcount to seqcount_mutex_t
Davidlohr Bueso
2
-7
/
+6
2020-10-27
btrfs: don't fallback to buffered read if we don't need to
Johannes Thumshirn
1
-1
/
+2
2020-10-26
btrfs: add a helper to read the tree_root commit root for backref lookup
Josef Bacik
3
-41
/
+114
2020-10-26
btrfs: drop the path before adding qgroup items when enabling qgroups
Josef Bacik
1
-0
/
+18
2020-10-26
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
5
-0
/
+56
2020-10-26
btrfs: fix use-after-free on readahead extent after failure to create it
Filipe Manana
1
-0
/
+2
2020-10-26
btrfs: tree-checker: validate number of chunk stripes and parity
Daniel Xu
1
-0
/
+18
2020-10-26
btrfs: tree-checker: fix incorrect printk format
Pujin Shi
1
-1
/
+1
2020-10-26
btrfs: drop the path before adding block group sysfs files
Josef Bacik
1
-0
/
+1
2020-10-16
btrfs: fix relocation failure due to race with fallocate
Filipe Manana
1
-1
/
+7
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2020-10-07
btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag
Nikolay Borisov
3
-9
/
+9
2020-10-07
btrfs: annotate device name rcu_string with __rcu
Madhuparna Bhowmik
1
-1
/
+1
2020-10-07
btrfs: skip devices without magic signature when mounting
Anand Jain
2
-8
/
+18
2020-10-07
btrfs: cleanup cow block on error
Josef Bacik
1
-0
/
+6
2020-10-07
btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
Goldwyn Rodrigues
2
-21
/
+0
2020-10-07
btrfs: return error if we're unable to read device stats
Josef Bacik
1
-8
/
+18
2020-10-07
btrfs: init device stats for seed devices
Josef Bacik
1
-41
/
+46
2020-10-07
btrfs: remove struct extent_io_ops
Nikolay Borisov
7
-38
/
+0
2020-10-07
btrfs: call submit_bio_hook directly for metadata pages
Nikolay Borisov
3
-7
/
+7
2020-10-07
btrfs: stop calling submit_bio_hook for data inodes
Nikolay Borisov
3
-8
/
+12
2020-10-07
btrfs: don't opencode is_data_inode in end_bio_extent_readpage
Nikolay Borisov
1
-4
/
+2
2020-10-07
btrfs: call submit_bio_hook directly in submit_one_bio
Nikolay Borisov
1
-5
/
+2
2020-10-07
btrfs: remove extent_io_ops::readpage_end_io_hook
Nikolay Borisov
3
-6
/
+1
2020-10-07
btrfs: replace readpage_end_io_hook with direct calls
Nikolay Borisov
5
-12
/
+18
2020-10-07
btrfs: send, recompute reference path after orphanization of a directory
Filipe Manana
1
-0
/
+72
2020-10-07
btrfs: send, orphanize first all conflicting inodes when processing references
Filipe Manana
1
-40
/
+87
2020-10-07
btrfs: tree-checker: fix false alert caused by legacy btrfs root item
Qu Wenruo
1
-5
/
+12
2020-10-07
btrfs: use unaligned helpers for stack and header set/get helpers
David Sterba
2
-16
/
+14
2020-10-07
btrfs: free-space-cache: use unaligned helpers to access data
David Sterba
1
-12
/
+9
2020-10-07
btrfs: send: use helpers for unaligned access to header members
David Sterba
1
-7
/
+7
2020-10-07
btrfs: use own btree inode io_tree owner id
Qu Wenruo
2
-1
/
+2
2020-10-07
btrfs: reschedule when cloning lots of extents
Johannes Thumshirn
1
-0
/
+2
2020-10-07
btrfs: use kvcalloc for allocation in btrfs_ioctl_send()
Denis Efremov
1
-5
/
+6
2020-10-07
btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()
Denis Efremov
1
-1
/
+1
2020-10-07
btrfs: remove inode argument from btrfs_start_ordered_extent
Nikolay Borisov
5
-17
/
+14
2020-10-07
btrfs: remove inode argument from add_pending_csums
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: sink inode argument in insert_ordered_extent_file_extent
Nikolay Borisov
1
-5
/
+4
2020-10-07
btrfs: switch btrfs_remove_ordered_extent to btrfs_inode
Nikolay Borisov
3
-7
/
+6
2020-10-07
btrfs: clean BTRFS_I usage in btrfs_destroy_inode
Nikolay Borisov
1
-21
/
+20
2020-10-07
btrfs: open code extent_read_full_page to its sole caller
Nikolay Borisov
3
-23
/
+15
2020-10-07
btrfs: sink mirror_num argument in __do_readpage
Nikolay Borisov
1
-6
/
+5
2020-10-07
btrfs: sink read_flags argument into extent_read_full_page
Nikolay Borisov
3
-4
/
+4
2020-10-07
btrfs: sink mirror_num argument in extent_read_full_page
Nikolay Borisov
3
-5
/
+4
2020-10-07
btrfs: promote extent_read_full_page to btrfs_readpage
Nikolay Borisov
3
-19
/
+16
2020-10-07
btrfs: remove mirror_num argument from extent_read_full_page
Nikolay Borisov
3
-5
/
+5
2020-10-07
btrfs: remove btrfs_get_extent indirection from __do_readpage
Nikolay Borisov
3
-22
/
+14
2020-10-07
btrfs: remove btree_get_extent
Nikolay Borisov
2
-50
/
+0
2020-10-07
btrfs: simplify metadata pages reading
Nikolay Borisov
1
-11
/
+10
[next]