index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()
Filipe Manana
2022-05-16
1
-6
/
+2
|
*
|
btrfs: simplify parameters of submit_read_repair() and rename
Qu Wenruo
2022-05-16
1
-12
/
+16
|
*
|
btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
Christoph Hellwig
2022-05-16
1
-5
/
+2
|
*
|
btrfs: remove unnecessary check of iput argument
Lv Ruyi
2022-05-16
2
-4
/
+2
|
*
|
btrfs: stop using the btrfs_bio saved iter in index_rbio_pages
Christoph Hellwig
2022-05-16
1
-3
/
+0
|
*
|
btrfs: don't allocate a btrfs_bio for scrub bios
Christoph Hellwig
2022-05-16
1
-29
/
+15
|
*
|
btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
Christoph Hellwig
2022-05-16
1
-5
/
+2
|
*
|
btrfs: pass bio opf to rbio_add_io_page
Christoph Hellwig
2022-05-16
1
-20
/
+17
|
*
|
btrfs: pass a block_device to btrfs_bio_clone
Christoph Hellwig
2022-05-16
3
-7
/
+8
|
*
|
btrfs: move the call to bio_set_dev out of submit_stripe_bio
Christoph Hellwig
2022-05-16
1
-1
/
+1
|
*
|
btrfs: use on-stack bio in scrub_repair_page_from_good_copy
Christoph Hellwig
2022-05-16
1
-14
/
+9
|
*
|
btrfs: use on-stack bio in scrub_recheck_block
Christoph Hellwig
2022-05-16
1
-10
/
+8
|
*
|
btrfs: use on-stack bio in repair_io_failure
Christoph Hellwig
2022-05-16
1
-28
/
+24
|
*
|
btrfs: check-integrity: simplify bio allocation in btrfsic_read_block
Christoph Hellwig
2022-05-16
1
-3
/
+2
|
*
|
btrfs: check-integrity: split submit_bio from btrfsic checking
Christoph Hellwig
2022-05-16
6
-25
/
+19
|
*
|
btrfs: factor check and flush helpers from __btrfsic_submit_bio
Christoph Hellwig
2022-05-16
1
-72
/
+77
|
*
|
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
2022-05-16
3
-0
/
+43
|
*
|
btrfs: change the bg_reclaim_threshold valid region from 0 to 100
Josef Bacik
2022-05-16
1
-1
/
+1
|
*
|
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
2022-05-16
1
-0
/
+31
|
*
|
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
2022-05-16
5
-7
/
+58
|
*
|
btrfs: do not test for free space inode during NOCOW check against file extent
Filipe Manana
2022-05-16
1
-1
/
+1
|
*
|
btrfs: move common NOCOW checks against a file extent into a helper
Filipe Manana
2022-05-16
1
-212
/
+215
|
*
|
btrfs: wait between incomplete batch memory allocations
Sweet Tea Dorminy
2022-05-16
1
-0
/
+6
|
*
|
btrfs: allocate page arrays using bulk page allocator
Sweet Tea Dorminy
2022-05-16
1
-8
/
+11
|
*
|
btrfs: factor out allocating an array of pages
Sweet Tea Dorminy
2022-05-16
6
-73
/
+78
|
*
|
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
9
-14
/
+11
|
*
|
btrfs: expand subpage support to any PAGE_SIZE > 4K
Qu Wenruo
2022-05-16
2
-9
/
+9
|
*
|
btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine
Qu Wenruo
2022-05-16
5
-53
/
+110
|
*
|
btrfs: use dummy extent buffer for super block sys chunk array read
Qu Wenruo
2022-05-16
1
-22
/
+7
|
*
|
btrfs: assert that relocation is protected with sb_start_write()
Naohiro Aota
2022-05-16
1
-0
/
+11
|
*
|
btrfs: simplify code flow in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
1
-19
/
+16
|
*
|
btrfs: remove checks for arg argument in btrfs_ioctl_balance
Nikolay Borisov
2022-05-16
1
-34
/
+21
|
*
|
btrfs: replace memset with memzero_page in data checksum verification
Qu Wenruo
2022-05-16
1
-4
/
+2
|
*
|
btrfs: avoid blocking on space revervation when doing nowait dio writes
Filipe Manana
2022-05-16
8
-18
/
+31
|
*
|
btrfs: avoid blocking when allocating context for nowait dio read/write
Filipe Manana
2022-05-16
1
-3
/
+9
|
*
|
btrfs: release path earlier at can_nocow_extent()
Filipe Manana
2022-05-16
1
-2
/
+2
|
*
|
btrfs: free path at can_nocow_extent() before checking for checksum items
Filipe Manana
2022-05-16
1
-0
/
+8
|
*
|
btrfs: stop allocating a path when checking if cross reference exists
Filipe Manana
2022-05-16
3
-10
/
+7
|
*
|
btrfs: avoid double nocow check when doing nowait dio writes
Filipe Manana
2022-05-16
2
-71
/
+39
|
*
|
btrfs: avoid blocking nowait dio when locking file range
Filipe Manana
2022-05-16
1
-11
/
+23
|
*
|
btrfs: avoid blocking on page locks with nowait dio on compressed range
Filipe Manana
2022-05-16
1
-8
/
+26
|
*
|
btrfs: add messages to printk index
Jonathan Lassoff
2022-05-16
2
-8
/
+39
|
*
|
btrfs: tree-checker: check extent buffer owner against owner rootid
Qu Wenruo
2022-05-16
4
-0
/
+83
|
*
|
btrfs: add and use helper to assert an inode range is clean
Filipe Manana
2022-05-16
4
-2
/
+51
|
*
|
btrfs: remove ordered extent check and wait during hole punching and zero range
Filipe Manana
2022-05-16
1
-36
/
+18
|
*
|
btrfs: lock the inode first before flushing range when punching hole
Filipe Manana
2022-05-16
1
-2
/
+3
|
*
|
btrfs: remove ordered extent check and wait during fallocate
Filipe Manana
2022-05-16
1
-34
/
+8
|
*
|
btrfs: remove inode_dio_wait() calls when starting reflink operations
Filipe Manana
2022-05-16
1
-10
/
+0
|
*
|
btrfs: remove useless dio wait call when doing fallocate zero range
Filipe Manana
2022-05-16
1
-2
/
+0
|
*
|
btrfs: only reserve the needed data space amount during fallocate
Filipe Manana
2022-05-16
1
-34
/
+37
[prev]
[next]