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
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: allow compression for mmap files in compress_mode=user
Sungjong Seo
2022-05-24
1
-10
/
+0
*
f2fs: fix typo in comment
Julia Lawall
2022-05-23
1
-1
/
+1
*
f2fs: make f2fs_read_inline_data() more readable
Chao Liu
2022-05-19
1
-0
/
+4
*
f2fs: fix to do sanity check for inline inode
Chao Yu
2022-05-18
3
-7
/
+26
*
f2fs: fix fallocate to use file_modified to update permissions consistently
Chao Yu
2022-05-18
1
-0
/
+4
*
f2fs: don't use casefolded comparison for "." and ".."
Eric Biggers
2022-05-17
3
-11
/
+13
*
f2fs: do not stop GC when requiring a free section
Jaegeuk Kim
2022-05-17
5
-11
/
+22
*
f2fs: keep wait_ms if EAGAIN happens
Jaegeuk Kim
2022-05-12
1
-2
/
+2
*
f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters
Jaegeuk Kim
2022-05-12
5
-42
/
+89
*
f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION
Eric Biggers
2022-05-12
1
-2
/
+3
*
f2fs: kill volatile write support
Jaegeuk Kim
2022-05-12
7
-157
/
+10
*
f2fs: change the current atomic write way
Daeho Jeong
2022-05-12
12
-424
/
+303
*
f2fs: don't need inode lock for system hidden quota
Jaegeuk Kim
2022-05-12
1
-2
/
+4
*
f2fs: stop allocating pinned sections if EAGAIN happens
Jaegeuk Kim
2022-05-09
1
-1
/
+1
*
f2fs: skip GC if possible when checkpoint disabling
Weichao Guo
2022-05-09
1
-2
/
+7
*
f2fs: give priority to select unpinned section for foreground GC
Chao Yu
2022-05-06
3
-14
/
+82
*
f2fs: fix to do sanity check on total_data_blocks
Chao Yu
2022-05-06
3
-13
/
+25
*
f2fs: fix deadloop in foreground GC
Chao Yu
2022-05-06
1
-12
/
+20
*
f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
Chao Yu
2022-05-06
1
-4
/
+12
*
f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
Chao Yu
2022-05-06
1
-4
/
+10
*
f2fs: write checkpoint during FG_GC
Byungki Lee
2022-05-06
1
-15
/
+23
*
f2fs: fix to clear dirty inode in f2fs_evict_inode()
Chao Yu
2022-05-06
1
-1
/
+15
*
f2fs: ensure only power of 2 zone sizes are allowed
Luis Chamberlain
2022-05-06
1
-0
/
+4
*
f2fs: call bdev_zone_sectors() only once on init_blkz_info()
Luis Chamberlain
2022-05-06
1
-3
/
+6
*
f2fs: extend stat_lock to avoid potential race in statfs
Niels Dossche
2022-05-06
1
-5
/
+8
*
f2fs: avoid infinite loop to flush node pages
Jaegeuk Kim
2022-05-06
3
-22
/
+32
*
f2fs: use flush command instead of FUA for zoned device
Jaegeuk Kim
2022-05-06
2
-2
/
+3
*
f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
Dongliang Mu
2022-05-06
1
-2
/
+2
*
f2fs: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-25
1
-14
/
+13
*
f2fs: Remove usage of list iterator pas the loop for list_move_tail()
Jakob Koschel
2022-04-25
1
-3
/
+5
*
f2fs: fix dereference of stale list iterator after loop body
Jakob Koschel
2022-04-25
1
-3
/
+6
*
f2fs: fix to do sanity check on inline_dots inode
Chao Yu
2022-04-25
1
-0
/
+7
*
f2fs: introduce data read/write showing path info
Jaegeuk Kim
2022-04-25
1
-7
/
+51
*
f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode
Jaegeuk Kim
2022-04-25
1
-3
/
+0
*
f2fs: don't set GC_FAILURE_PIN for background GC
Chao Yu
2022-04-25
1
-1
/
+2
*
f2fs: check pinfile in gc_data_segment() in advance
Chao Yu
2022-04-25
1
-0
/
+7
*
f2fs: should not truncate blocks during roll-forward recovery
Jaegeuk Kim
2022-04-21
1
-1
/
+2
*
f2fs: fix wrong condition check when failing metapage read
Jaegeuk Kim
2022-04-20
1
-3
/
+3
*
f2fs: keep io_flags to avoid IO split due to different op_flags in two fio ho...
Jaegeuk Kim
2022-04-20
1
-12
/
+21
*
f2fs: remove obsolete whint_mode
Jaegeuk Kim
2022-04-20
3
-135
/
+1
*
f2fs: Get the superblock from the mapping instead of the page
Matthew Wilcox (Oracle)
2022-04-01
2
-3
/
+3
*
f2fs: Correct f2fs_dirty_data_folio() conversion
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-04-01
1
-2
/
+2
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
2
-8
/
+0
|
\
|
*
fs: remove kiocb.ki_hint
Christoph Hellwig
2022-03-08
1
-6
/
+0
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-2
/
+0
|
*
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
2022-03-07
1
-4
/
+3
|
|
\
*
|
\
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
5
-62
/
+61
|
\
\
\
|
*
|
|
f2fs: Convert f2fs_set_node_page_dirty to f2fs_dirty_node_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-13
/
+14
[next]