index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
locks.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: change error handling for btrfs_delete_*_in_log
Josef Bacik
3
-47
/
+25
2021-10-26
btrfs: change handle_fs_error in recover_log_trees to aborts
Josef Bacik
1
-10
/
+9
2021-10-26
btrfs: zoned: use kmemdup() to replace kmalloc + memcpy
Kai Song
1
-3
/
+1
2021-10-26
btrfs: subpage: only allow compression if the range is fully page aligned
Qu Wenruo
1
-4
/
+44
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
3
-15
/
+40
2021-10-26
btrfs: handle page locking in btrfs_page_end_writer_lock with no writers
Qu Wenruo
1
-0
/
+10
2021-10-26
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
3
-1
/
+59
2021-10-26
btrfs: subpage: make lzo_compress_pages() compatible
Qu Wenruo
1
-136
/
+134
2021-10-26
btrfs: factor uncompressed async extent submission code into a new helper
Qu Wenruo
1
-24
/
+52
2021-10-26
btrfs: subpage: make extent_write_locked_range() compatible
Qu Wenruo
1
-4
/
+11
2021-10-26
btrfs: subpage: make end_compressed_bio_writeback() compatible
Qu Wenruo
1
-1
/
+3
2021-10-26
btrfs: subpage: make btrfs_submit_compressed_write() compatible
Qu Wenruo
1
-1
/
+2
2021-10-26
btrfs: subpage: make compress_file_range() compatible
Qu Wenruo
1
-1
/
+1
2021-10-26
btrfs: cleanup for extent_write_locked_range()
Qu Wenruo
3
-21
/
+32
2021-10-26
btrfs: refactor submit_compressed_extents()
Qu Wenruo
1
-141
/
+131
2021-10-26
btrfs: remove unused function btrfs_bio_fits_in_stripe()
Qu Wenruo
2
-44
/
+0
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
2
-85
/
+59
2021-10-26
btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...
Qu Wenruo
1
-71
/
+97
2021-10-26
btrfs: introduce alloc_compressed_bio() for compression
Qu Wenruo
1
-32
/
+58
2021-10-26
btrfs: introduce submit_compressed_bio() for compression
Qu Wenruo
1
-26
/
+19
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_write()
Qu Wenruo
1
-36
/
+62
2021-10-26
btrfs: handle errors properly inside btrfs_submit_compressed_read()
Qu Wenruo
1
-50
/
+83
2021-10-26
btrfs: subpage: add bitmap for PageChecked flag
Qu Wenruo
7
-27
/
+85
2021-10-26
btrfs: introduce compressed_bio::pending_sectors to trace compressed bio
Qu Wenruo
2
-35
/
+47
2021-10-26
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
2
-32
/
+59
2021-10-26
btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-4
/
+1
2021-10-26
btrfs: use async_chunk::async_cow to replace the confusing pending pointer
Qu Wenruo
1
-9
/
+7
2021-10-26
btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()
Qu Wenruo
1
-7
/
+7
2021-10-26
btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
Qu Wenruo
1
-2
/
+0
2021-10-26
btrfs: use single bulk copy operations when logging directories
Filipe Manana
1
-10
/
+15
2021-10-26
btrfs: unexport setup_items_for_insert()
Filipe Manana
5
-59
/
+68
2021-10-26
btrfs: loop only once over data sizes array when inserting an item batch
Filipe Manana
8
-72
/
+131
2021-10-26
btrfs: remove btrfs_raid_bio::fs_info member
Qu Wenruo
4
-44
/
+41
2021-10-26
btrfs: make sure btrfs_io_context::fs_info is always initialized
Qu Wenruo
1
-4
/
+5
2021-10-26
btrfs: assert that extent buffers are write locked instead of only locked
Filipe Manana
5
-14
/
+15
2021-10-26
btrfs: do not take the uuid_mutex in btrfs_rm_device
Josef Bacik
1
-5
/
+5
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
13
-106
/
+107
2021-10-26
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
4
-25
/
+19
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
11
-315
/
+325
2021-10-26
btrfs: keep track of the last logged keys when logging a directory
Filipe Manana
4
-13
/
+75
2021-10-26
btrfs: insert items in batches when logging a directory when possible
Filipe Manana
1
-37
/
+180
2021-10-26
btrfs: factor out the copying loop of dir items from log_dir_items()
Filipe Manana
1
-60
/
+75
2021-10-26
btrfs: remove redundant log root assignment from log_dir_items()
Filipe Manana
1
-2
/
+0
2021-10-26
btrfs: remove root argument from btrfs_log_inode() and its callees
Filipe Manana
1
-28
/
+24
2021-10-26
btrfs: zoned: let the for_treelog test in the allocator stand out
Johannes Thumshirn
1
-3
/
+4
2021-10-26
btrfs: rename setup_extent_mapping in relocation code
Johannes Thumshirn
1
-4
/
+3
2021-10-26
btrfs: zoned: allow preallocation for relocation inodes
Johannes Thumshirn
1
-33
/
+2
2021-10-26
btrfs: check for relocation inodes on zoned btrfs in should_nocow
Johannes Thumshirn
1
-1
/
+9
2021-10-26
btrfs: zoned: use regular writes for relocation
Johannes Thumshirn
1
-0
/
+11
2021-10-26
btrfs: zoned: only allow one process to add pages to a relocation inode
Johannes Thumshirn
1
-0
/
+11
[next]