index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: add comments for device counts in struct btrfs_fs_devices
Anand Jain
1
-0
/
+19
2021-10-26
btrfs: use num_device to check for the last surviving seed device
Anand Jain
1
-1
/
+1
2021-10-26
btrfs: fix lost error handling when replaying directory deletes
Filipe Manana
1
-1
/
+3
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
3
-11
/
+8
2021-10-26
btrfs: rename btrfs_dio_private::logical_offset to file_offset
Qu Wenruo
2
-7
/
+12
2021-10-26
btrfs: use bvec_kmap_local in btrfs_csum_one_bio
Christoph Hellwig
1
-4
/
+4
2021-10-26
btrfs: reduce btrfs_update_block_group alloc argument to bool
Anand Jain
3
-5
/
+5
2021-10-26
btrfs: make btrfs_ref::real_root optional
Nikolay Borisov
1
-14
/
+9
2021-10-26
btrfs: pull up qgroup checks from delayed-ref core to init time
Nikolay Borisov
5
-17
/
+11
2021-10-26
btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref
Nikolay Borisov
6
-22
/
+39
2021-10-26
btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...
Nikolay Borisov
1
-1
/
+1
2021-10-26
btrfs: rename root fields in delayed refs structs
Nikolay Borisov
4
-19
/
+20
2021-10-26
btrfs: do not infinite loop in data reclaim if we aborted
Josef Bacik
1
-4
/
+24
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
9
-19
/
+19
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
[next]