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: fix to align to section for fallocate() on pinned file
Chao Yu
2021-03-23
3
-19
/
+36
|
*
f2fs: expose # of overprivision segments
Jaegeuk Kim
2021-03-12
1
-0
/
+9
|
*
f2fs: fix error handling in f2fs_end_enable_verity()
Eric Biggers
2021-03-12
1
-21
/
+54
|
*
f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
Colin Ian King
2021-03-12
1
-1
/
+2
|
*
f2fs: remove unused file_clear_encrypt()
Chao Yu
2021-03-12
1
-3
/
+8
|
*
f2fs: check if swapfile is section-alligned
huangjianan@oppo.com
2021-03-12
1
-21
/
+88
|
*
f2fs: fix last_lblock check in check_swap_activate_fast
huangjianan@oppo.com
2021-03-12
1
-1
/
+1
|
*
f2fs: remove unnecessary IS_SWAPFILE check
huangjianan@oppo.com
2021-03-12
2
-3
/
+2
|
*
f2fs: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-03-12
1
-2
/
+3
|
*
f2fs: compress: Allow modular (de)compression algorithms
Geert Uytterhoeven
2021-03-12
1
-9
/
+7
|
*
f2fs: check discard command number before traversing discard pending list
Chao Yu
2021-03-12
1
-0
/
+2
|
*
f2fs: update comments for explicit memory barrier
Chao Yu
2021-03-12
2
-2
/
+10
|
*
f2fs: remove unused FORCE_FG_GC macro
Chao Yu
2021-03-12
1
-2
/
+0
|
*
f2fs: avoid unused f2fs_show_compress_options()
Chao Yu
2021-03-12
1
-0
/
+2
|
*
f2fs: fix panic during f2fs_resize_fs()
Chao Yu
2021-03-12
1
-0
/
+13
|
*
f2fs: fix to allow migrating fully valid segment
Chao Yu
2021-03-12
5
-16
/
+20
|
*
f2fs: fix a spacing coding style
jiahao
2021-03-12
1
-1
/
+1
*
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2021-05-02
2
-5
/
+2
|
\
\
|
*
|
useful constants: struct qstr for ".."
Al Viro
2021-04-15
2
-5
/
+2
|
|
/
*
|
Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-04-27
2
-2
/
+2
|
\
\
|
*
|
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
2021-04-23
2
-2
/
+2
*
|
|
f2fs: convert to fileattr
Miklos Szeredi
2021-04-12
3
-178
/
+43
|
/
/
*
/
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
5
-8
/
+8
|
/
*
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-28
2
-3
/
+2
|
\
|
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
2
-3
/
+2
*
|
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
6
-35
/
+45
|
\
\
|
*
|
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
5
-17
/
+24
|
*
|
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
|
acl: handle idmapped mounts
Christian Brauner
2021-01-24
3
-4
/
+8
|
*
|
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-4
/
+6
|
*
|
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
3
-9
/
+9
*
|
|
Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-02-22
1
-3
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fs: don't call ->dirty_inode for lazytime timestamp updates
Eric Biggers
2021-01-13
1
-3
/
+0
|
|
/
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
4
-49
/
+6
|
\
\
|
*
|
f2fs: remove FAULT_ALLOC_BIO
Christoph Hellwig
2021-01-27
3
-27
/
+4
|
*
|
f2fs: use blkdev_issue_flush in __submit_flush_wait
Christoph Hellwig
2021-01-27
3
-13
/
+3
|
*
|
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-11
/
+1
|
|
/
*
|
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...
Linus Torvalds
2021-02-21
1
-0
/
+11
|
\
\
|
*
|
fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl
Eric Biggers
2021-02-07
1
-0
/
+11
|
|
/
*
|
f2fs: give a warning only for readonly partition
Jaegeuk Kim
2021-02-12
1
-5
/
+3
*
|
f2fs: don't grab superblock freeze for flush/ckpt thread
Jaegeuk Kim
2021-02-08
3
-8
/
+4
*
|
f2fs: add ckpt_thread_ioprio sysfs node
Daeho Jeong
2021-02-03
3
-1
/
+58
*
|
f2fs: introduce checkpoint_merge mount option
Daeho Jeong
2021-02-03
4
-8
/
+266
*
|
f2fs: relocate inline conversion from mmap() to mkwrite()
Chao Yu
2021-02-02
1
-6
/
+4
*
|
f2fs: fix a wrong condition in __submit_bio
Dehe Gu
2021-02-02
1
-1
/
+1
*
|
f2fs: remove unnecessary initialization in xattr.c
Liu Song
2021-02-01
1
-4
/
+4
*
|
f2fs: fix to avoid inconsistent quota data
Yi Chen
2021-02-01
2
-0
/
+8
*
|
f2fs: flush data when enabling checkpoint back
Jaegeuk Kim
2021-02-01
1
-0
/
+3
*
|
f2fs: deprecate f2fs_trace_io
Jaegeuk Kim
2021-01-27
10
-239
/
+0
*
|
f2fs: Remove readahead collision detection
Matthew Wilcox (Oracle)
2021-01-27
3
-28
/
+0
[prev]
[next]