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
...
|
*
|
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
1
-3
/
+1
|
*
|
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
1
-3
/
+3
|
*
|
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2022-02-02
1
-1
/
+1
|
*
|
block: remove genhd.h
Christoph Hellwig
2022-02-02
1
-1
/
+0
*
|
|
Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-06
13
-28
/
+230
|
\
\
\
|
*
|
|
btrfs: fallback to blocking mode when doing async dio over multiple extents
Filipe Manana
2022-03-04
1
-0
/
+28
|
*
|
|
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
2022-03-02
1
-0
/
+18
|
*
|
|
btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
Sidong Yang
2022-03-02
1
-1
/
+8
|
*
|
|
btrfs: fix relocation crash due to premature return from btrfs_commit_transac...
Omar Sandoval
2022-03-02
1
-1
/
+31
|
*
|
|
btrfs: do not start relocation until in progress drops are done
Josef Bacik
2022-03-02
7
-1
/
+91
|
*
|
|
btrfs: tree-checker: use u64 for item data end to avoid overflow
Su Yue
2022-03-02
1
-9
/
+9
|
*
|
|
btrfs: do not WARN_ON() if we have PageError set
Josef Bacik
2022-03-02
1
-3
/
+13
|
*
|
|
btrfs: fix lost prealloc extents beyond eof after full fsync
Filipe Manana
2022-03-02
1
-12
/
+31
|
*
|
|
btrfs: subpage: fix a wrong check on subpage->writers
Qu Wenruo
2022-03-02
1
-1
/
+1
*
|
|
|
Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-02-25
7
-84
/
+296
|
\
|
|
|
|
*
|
|
btrfs: reduce extent threshold for autodefrag
Qu Wenruo
2022-02-24
3
-4
/
+17
|
*
|
|
btrfs: autodefrag: only scan one inode once
Qu Wenruo
2022-02-23
1
-62
/
+22
|
*
|
|
btrfs: defrag: don't use merged extent map for their generation check
Qu Wenruo
2022-02-23
3
-0
/
+24
|
*
|
|
btrfs: defrag: bring back the old file extent search behavior
Qu Wenruo
2022-02-23
1
-4
/
+157
|
*
|
|
btrfs: defrag: remove an ambiguous condition for rejection
Qu Wenruo
2022-02-23
1
-4
/
+0
|
*
|
|
btrfs: defrag: don't defrag extents which are already at max capacity
Qu Wenruo
2022-02-23
1
-0
/
+20
|
*
|
|
btrfs: defrag: don't try to merge regular extents with preallocated extents
Qu Wenruo
2022-02-23
1
-6
/
+11
|
*
|
|
btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a...
Qu Wenruo
2022-02-15
1
-9
/
+39
|
*
|
|
btrfs: prevent copying too big compressed lzo segment
Dāvis Mosāns
2022-02-15
1
-0
/
+11
*
|
|
|
Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-02-15
3
-2
/
+19
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
btrfs: send: in case of IO error log it
Dāvis Mosāns
2022-02-09
1
-0
/
+4
|
*
|
btrfs: get rid of warning on transaction commit when using flushoncommit
Filipe Manana
2022-02-09
1
-2
/
+10
|
*
|
btrfs: defrag: don't try to defrag extents which are under writeback
Qu Wenruo
2022-02-09
1
-0
/
+4
|
*
|
btrfs: don't hold CPU for too long when defragging a file
Qu Wenruo
2022-02-09
1
-0
/
+1
*
|
|
Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-02-04
8
-9
/
+128
|
\
|
|
|
|
/
|
/
|
|
*
btrfs: skip reserved bytes warning on unmount after log cleanup failure
Filipe Manana
2022-01-31
3
-2
/
+53
|
*
btrfs: fix use of uninitialized variable at rm device ioctl
Tom Rix
2022-01-31
1
-1
/
+1
|
*
btrfs: fix use-after-free after failure to create a snapshot
Filipe Manana
2022-01-31
3
-4
/
+27
|
*
btrfs: tree-checker: check item_size for dev_item
Su Yue
2022-01-31
1
-0
/
+8
|
*
btrfs: tree-checker: check item_size for inode_item
Su Yue
2022-01-31
1
-0
/
+7
|
*
btrfs: fix deadlock between quota disable and qgroup rescan worker
Shin'ichiro Kawasaki
2022-01-31
1
-2
/
+19
|
*
btrfs: don't start transaction for scrub if the fs is mounted read-only
Qu Wenruo
2022-01-31
1
-0
/
+13
*
|
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-01-28
1
-4
/
+2
|
\
\
|
*
|
fsnotify: invalidate dcache before IN_DELETE event
Amir Goldstein
2022-01-24
1
-4
/
+2
*
|
|
Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-01-25
1
-9
/
+75
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: update writeback index when starting defrag
Filipe Manana
2022-01-24
1
-0
/
+9
|
*
|
btrfs: add back missing dirty page rate limiting to defrag
Filipe Manana
2022-01-24
1
-0
/
+5
|
*
|
btrfs: fix deadlock when reserving space during defrag
Filipe Manana
2022-01-24
1
-1
/
+30
|
*
|
btrfs: defrag: properly update range->start for autodefrag
Qu Wenruo
2022-01-19
1
-2
/
+16
|
*
|
btrfs: defrag: fix wrong number of defragged sectors
Qu Wenruo
2022-01-19
1
-3
/
+7
|
*
|
btrfs: allow defrag to be interruptible
Filipe Manana
2022-01-19
1
-0
/
+5
|
*
|
btrfs: fix too long loop when defragging a 1 byte file
Filipe Manana
2022-01-19
1
-6
/
+6
*
|
|
mm: remove cleancache
Christoph Hellwig
2022-01-22
2
-12
/
+0
|
|
/
|
/
|
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-20
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
btrfs: use generic Kconfig option for 256kB page size limit
Nathan Chancellor
2022-01-20
1
-2
/
+1
[prev]
[next]