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.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
2021-10-26
btrfs: sysfs: convert scnprintf and snprintf to sysfs_emit
Anand Jain
1
-49
/
+44
2021-10-26
btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZE
Qu Wenruo
2
-3
/
+7
2021-10-26
btrfs: update comments for chunk allocation -ENOSPC cases
Filipe Manana
1
-3
/
+18
2021-10-26
btrfs: fix deadlock between chunk allocation and chunk btree modifications
Filipe Manana
4
-56
/
+111
2021-10-26
btrfs: zoned: use greedy gc for auto reclaim
Johannes Thumshirn
1
-0
/
+22
2021-10-26
btrfs: check-integrity: stop storing the block device name in btrfsic_dev_state
Christoph Hellwig
1
-91
/
+110
2021-10-26
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
3
-36
/
+48
2021-10-26
btrfs: add a btrfs_get_dev_args_from_path helper
Josef Bacik
2
-32
/
+68
2021-10-26
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
5
-65
/
+112
2021-10-26
btrfs: do not call close_fs_devices in btrfs_rm_device
Josef Bacik
1
-1
/
+9
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
[prev]
[next]