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 latest_dev in btrfs_show_devname
Anand Jain
2021-10-26
1
-19
/
+5
|
*
|
|
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
2021-10-26
6
-12
/
+16
|
*
|
|
btrfs: zoned: finish relocating block group
Naohiro Aota
2021-10-26
1
-0
/
+4
|
*
|
|
btrfs: zoned: finish fully written block group
Naohiro Aota
2021-10-26
5
-2
/
+70
|
*
|
|
btrfs: zoned: avoid chunk allocation if active block group has enough space
Naohiro Aota
2021-10-26
3
-7
/
+60
|
*
|
|
btrfs: move ffe_ctl one level up
Naohiro Aota
2021-10-26
1
-75
/
+87
|
*
|
|
btrfs: zoned: activate new block group
Naohiro Aota
2021-10-26
1
-0
/
+6
|
*
|
|
btrfs: zoned: activate block group on allocation
Naohiro Aota
2021-10-26
1
-0
/
+12
|
*
|
|
btrfs: zoned: load active zone info for block group
Naohiro Aota
2021-10-26
1
-0
/
+24
|
*
|
|
btrfs: zoned: implement active zone tracking
Naohiro Aota
2021-10-26
7
-2
/
+226
|
*
|
|
btrfs: zoned: introduce physical_map to btrfs_block_group
Naohiro Aota
2021-10-26
3
-2
/
+16
|
*
|
|
btrfs: zoned: load active zone information from devices
Naohiro Aota
2021-10-26
2
-1
/
+60
|
*
|
|
btrfs: zoned: finish superblock zone once no space left for new SB
Naohiro Aota
2021-10-26
3
-20
/
+44
|
*
|
|
btrfs: zoned: locate superblock position using zone capacity
Naohiro Aota
2021-10-26
1
-2
/
+13
|
*
|
|
btrfs: zoned: consider zone as full when no more SB can be written
Naohiro Aota
2021-10-26
1
-8
/
+15
|
*
|
|
btrfs: zoned: tweak reclaim threshold for zone capacity
Naohiro Aota
2021-10-26
1
-2
/
+6
|
*
|
|
btrfs: zoned: calculate free space from zone capacity
Naohiro Aota
2021-10-26
4
-6
/
+16
|
*
|
|
btrfs: zoned: move btrfs_free_excluded_extents out of btrfs_calc_zone_unusable
Naohiro Aota
2021-10-26
2
-3
/
+2
|
*
|
|
btrfs: zoned: load zone capacity information from devices
Naohiro Aota
2021-10-26
2
-1
/
+24
|
*
|
|
btrfs: defrag: enable defrag for subpage case
Qu Wenruo
2021-10-26
1
-6
/
+0
|
*
|
|
btrfs: defrag: remove the old infrastructure
Qu Wenruo
2021-10-26
1
-313
/
+0
|
*
|
|
btrfs: defrag: use defrag_one_cluster() to implement btrfs_defrag_file()
Qu Wenruo
2021-10-26
1
-149
/
+55
|
*
|
|
btrfs: defrag: introduce helper to defrag one cluster
Qu Wenruo
2021-10-26
1
-0
/
+56
|
*
|
|
btrfs: defrag: introduce helper to defrag a range
Qu Wenruo
2021-10-26
1
-10
/
+93
|
*
|
|
btrfs: defrag: introduce helper to defrag a contiguous prepared range
Qu Wenruo
2021-10-26
1
-0
/
+55
|
*
|
|
btrfs: defrag: introduce helper to collect target file extents
Qu Wenruo
2021-10-26
1
-0
/
+120
|
*
|
|
btrfs: defrag: factor out page preparation into a helper
Qu Wenruo
2021-10-26
1
-61
/
+87
|
*
|
|
btrfs: defrag: replace hard coded PAGE_SIZE with sectorsize
Qu Wenruo
2021-10-26
1
-5
/
+6
|
*
|
|
btrfs: defrag: also check PagePrivate for subpage cases in cluster_pages_for_...
Qu Wenruo
2021-10-26
1
-2
/
+3
|
*
|
|
btrfs: defrag: pass file_ra_state instead of file to btrfs_defrag_file()
Qu Wenruo
2021-10-26
2
-11
/
+20
|
*
|
|
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
2021-10-26
3
-17
/
+19
|
*
|
|
btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
Sidong Yang
2021-10-26
1
-1
/
+1
|
*
|
|
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
2021-10-26
3
-85
/
+121
|
*
|
|
btrfs: subpage: introduce btrfs_subpage_bitmap_info
Qu Wenruo
2021-10-25
4
-3
/
+72
|
*
|
|
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
2021-10-25
3
-22
/
+24
|
*
|
|
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...
Qu Wenruo
2021-10-25
2
-9
/
+10
|
*
|
|
btrfs: update comment for fs_devices::seed_list in btrfs_rm_device
Su Yue
2021-10-25
1
-1
/
+1
|
*
|
|
btrfs: drop unnecessary ret in ioctl_quota_rescan_status
Anand Jain
2021-10-25
1
-3
/
+2
|
*
|
|
btrfs: send: simplify send_create_inode_if_needed
Marcos Paulo de Souza
2021-10-25
1
-11
/
+4
|
*
|
|
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
2021-10-25
4
-10
/
+10
*
|
|
|
btrfs: fix lzo_decompress_bio() kmap leakage
Linus Torvalds
2021-11-01
1
-1
/
+2
*
|
|
|
Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
btrfs: use sync_blockdev
Christoph Hellwig
2021-10-22
1
-1
/
+1
*
|
|
|
|
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
4
-9
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
4
-9
/
+8
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
3
-5
/
+6
|
\
|
|
|
|
|
*
|
|
|
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-5
/
+3
|
*
|
|
|
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
2021-10-18
2
-0
/
+2
|
*
|
|
|
mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>
Christoph Hellwig
2021-10-18
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-10-29
5
-33
/
+72
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[prev]
[next]