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: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-12-02
1
-0
/
+54
|
*
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
2020-11-02
1
-0
/
+30
|
*
f2fs: move ioctl interface definitions to separated file
Chao Yu
2020-11-02
2
-79
/
+1
|
*
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
2020-11-02
1
-3
/
+8
|
*
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
2020-11-02
1
-1
/
+1
*
|
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
5
-28
/
+10
|
\
\
|
*
|
f2fs: remove a few bd_part checks
Christoph Hellwig
2020-12-01
2
-13
/
+1
|
*
|
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
2
-5
/
+3
|
*
|
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
1
-1
/
+1
|
*
|
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-12-01
1
-9
/
+5
|
|
/
*
|
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
2020-12-02
1
-1
/
+1
*
|
f2fs: remove f2fs_dir_open()
Eric Biggers
2020-12-02
1
-8
/
+0
*
|
f2fs: prevent creating duplicate encrypted filenames
Eric Biggers
2020-11-24
1
-0
/
+2
|
/
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2020-10-24
1
-2
/
+1
|
\
|
*
[PATCH] reduce boilerplate in fsid handling
Al Viro
2020-09-18
1
-2
/
+1
*
|
Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-16
20
-469
/
+1592
|
\
\
|
*
|
f2fs: code cleanup by removing unnecessary check
Chengguang Xu
2020-10-14
1
-3
/
+2
|
*
|
f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info
Jamie Iles
2020-10-14
1
-0
/
+1
|
*
|
f2fs: fix writecount false positive in releasing compress blocks
Daeho Jeong
2020-10-13
1
-1
/
+2
|
*
|
f2fs: introduce check_swap_activate_fast()
Chao Yu
2020-10-13
1
-0
/
+80
|
*
|
f2fs: don't issue flush in f2fs_flush_device_cache() for nobarrier case
Chao Yu
2020-10-13
1
-0
/
+3
|
*
|
f2fs: handle errors of f2fs_get_meta_page_nofail
Jaegeuk Kim
2020-10-13
4
-6
/
+12
|
*
|
f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode
Chao Yu
2020-10-09
1
-0
/
+3
|
*
|
f2fs: reject CASEFOLD inode flag without casefold feature
Eric Biggers
2020-10-08
1
-0
/
+7
|
*
|
f2fs: fix memory alignment to support 32bit
Jaegeuk Kim
2020-10-08
1
-1
/
+1
|
*
|
f2fs: fix slab leak of rpages pointer
Jaegeuk Kim
2020-09-29
2
-1
/
+3
|
*
|
f2fs: compress: fix to disallow enabling compress on non-empty file
Chao Yu
2020-09-29
1
-0
/
+2
|
*
|
f2fs: compress: introduce cic/dic slab cache
Chao Yu
2020-09-29
3
-7
/
+70
|
*
|
f2fs: compress: introduce page array slab cache
Chao Yu
2020-09-29
3
-31
/
+102
|
*
|
f2fs: fix to do sanity check on segment/section count
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: fix to check segment boundary during SIT page readahead
Chao Yu
2020-09-29
1
-0
/
+2
|
*
|
f2fs: fix uninit-value in f2fs_lookup
Chao Yu
2020-09-29
1
-5
/
+3
|
*
|
f2fs: remove unneeded parameter in find_in_block()
Chao Yu
2020-09-29
1
-11
/
+6
|
*
|
f2fs: fix wrong total_sections check and fsmeta check
Wang Xiaojun
2020-09-29
2
-4
/
+5
|
*
|
f2fs: remove duplicated code in sanity_check_area_boundary
Wang Xiaojun
2020-09-29
1
-8
/
+4
|
*
|
f2fs: remove unused check on version_bitmap
Wang Xiaojun
2020-09-29
1
-3
/
+0
|
*
|
f2fs: relocate blkzoned feature check
Chao Yu
2020-09-29
1
-12
/
+11
|
*
|
f2fs: do sanity check on zoned block device path
Chao Yu
2020-09-29
1
-0
/
+6
|
*
|
f2fs: add trace exit in exception path
Zhang Qilong
2020-09-29
1
-1
/
+5
|
*
|
f2fs: change return value of reserved_segments to unsigned int
Xiaojun Wang
2020-09-29
1
-2
/
+2
|
*
|
f2fs: clean up kvfree
Chao Yu
2020-09-14
10
-28
/
+28
|
*
|
f2fs: change virtual mapping way for compression pages
Daeho Jeong
2020-09-11
1
-10
/
+26
|
*
|
f2fs: change return value of f2fs_disable_compressed_file to bool
Daeho Jeong
2020-09-11
3
-14
/
+9
|
*
|
f2fs: change i_compr_blocks of inode to atomic value
Daeho Jeong
2020-09-11
4
-21
/
+30
|
*
|
f2fs: ignore compress mount option on image w/o compression feature
Chao Yu
2020-09-11
1
-6
/
+6
|
*
|
f2fs: allocate proper size memory for zstd decompress
Chao Yu
2020-09-11
2
-4
/
+5
|
*
|
f2fs: change compr_blocks of superblock info to 64bit
Daeho Jeong
2020-09-11
2
-7
/
+8
|
*
|
f2fs: add block address limit check to compressed file
Daeho Jeong
2020-09-11
1
-8
/
+9
|
*
|
f2fs: check position in move range ioctl
Dan Robertson
2020-09-11
1
-0
/
+3
|
*
|
f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO
Jack Qiu
2020-09-11
1
-0
/
+6
[prev]
[next]