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: remove unused stat_{inc, dec}_atomic_write
Jack Qiu
2021-01-27
1
-2
/
+0
*
|
f2fs: introduce sb_status sysfs node
Chao Yu
2021-01-27
1
-0
/
+8
*
|
f2fs: fix to use per-inode maxbytes
Chengguang Xu
2021-01-27
4
-9
/
+16
*
|
f2fs: compress: fix potential deadlock
Chao Yu
2021-01-27
3
-6
/
+11
*
|
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
2021-01-27
1
-0
/
+8
*
|
f2fs: fix null page reference in redirty_blocks
Daeho Jeong
2021-01-27
1
-2
/
+4
*
|
f2fs: clean up post-read processing
Eric Biggers
2021-01-27
3
-264
/
+297
*
|
f2fs: trival cleanup in move_data_block()
Chao Yu
2021-01-27
1
-5
/
+3
*
|
f2fs: fix out-of-repair __setattr_copy()
Chao Yu
2021-01-27
1
-1
/
+2
*
|
f2fs: fix to tag FIEMAP_EXTENT_MERGED in f2fs_fiemap()
Chao Yu
2021-01-27
1
-0
/
+1
*
|
f2fs: introduce a new per-sb directory in sysfs
Chao Yu
2021-01-27
2
-6
/
+68
*
|
f2fs: compress: support compress level
Chao Yu
2021-01-27
4
-5
/
+144
*
|
f2fs: compress: deny setting unsupported compress algorithm
Chao Yu
2021-01-27
1
-0
/
+16
*
|
f2fs: relocate f2fs_precache_extents()
Chao Yu
2021-01-27
1
-1
/
+2
*
|
f2fs: enforce the immutable flag on open files
Chao Yu
2021-01-27
1
-0
/
+17
*
|
f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()
Chao Yu
2021-01-27
3
-10
/
+35
*
|
f2fs: fix to set inode->i_mode correctly for posix_acl_update_mode
Weichao Guo
2021-01-27
1
-0
/
+1
*
|
f2fs: Replace expression with offsetof()
Zheng Yongjun
2021-01-27
1
-1
/
+1
*
|
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
2021-01-27
1
-2
/
+2
|
/
*
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
21
-361
/
+853
|
\
|
*
f2fs: compress: fix compression chksum
Chao Yu
2020-12-10
2
-2
/
+1
|
*
f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
Chao Yu
2020-12-10
1
-5
/
+4
|
*
f2fs: fix race of pending_pages in decompression
Daeho Jeong
2020-12-08
3
-13
/
+48
|
*
f2fs: fix to account inline xattr correctly during recovery
Chao Yu
2020-12-08
1
-2
/
+8
|
*
f2fs: inline: fix wrong inline inode stat
Jack Qiu
2020-12-08
1
-0
/
+2
|
*
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
2020-12-08
1
-1
/
+1
|
*
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
2020-12-08
1
-7
/
+0
|
*
f2fs: convert to F2FS_*_INO macro
Yangtao Li
2020-12-08
1
-3
/
+3
|
*
f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size
Jaegeuk Kim
2020-12-07
3
-0
/
+6
|
*
f2fs: don't allow any writes on readonly mount
Jaegeuk Kim
2020-12-07
1
-1
/
+2
|
*
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
2020-12-03
6
-24
/
+36
|
*
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
Daeho Jeong
2020-12-03
1
-0
/
+185
|
*
f2fs: add compress_mode mount option
Daeho Jeong
2020-12-03
5
-3
/
+56
|
*
f2fs: Remove unnecessary unlikely()
Yangtao Li
2020-12-02
1
-3
/
+1
|
*
f2fs: init dirty_secmap incorrectly
Jack Qiu
2020-12-02
1
-1
/
+1
|
*
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
2020-12-02
1
-42
/
+34
|
*
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
2020-12-02
1
-2
/
+2
|
*
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
2020-12-02
1
-25
/
+21
|
*
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
2020-12-02
1
-20
/
+20
|
*
f2fs: fix kbytes written stat for multi-device case
Chao Yu
2020-12-02
4
-16
/
+27
|
*
f2fs: compress: support chksum
Chao Yu
2020-12-02
4
-2
/
+49
|
*
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2020-12-02
2
-26
/
+40
|
*
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
2020-12-02
5
-10
/
+10
|
*
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
2020-12-02
6
-33
/
+106
|
*
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-02
4
-11
/
+1
|
*
f2fs: Remove the redundancy initialization
Zhang Qilong
2020-12-02
2
-2
/
+2
|
*
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
2020-12-02
1
-1
/
+0
|
*
f2fs: fix double free of unicode map
Hyeongseok Kim
2020-12-02
1
-0
/
+1
|
*
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
2020-12-02
1
-33
/
+104
|
*
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
2020-12-02
1
-6
/
+0
[prev]
[next]