index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
f2fs: inline: fix wrong inline inode stat
Jack Qiu
1
-0
/
+2
2020-12-08
f2fs: inline: correct comment in f2fs_recover_inline_data
Jack Qiu
1
-1
/
+1
2020-12-08
f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()
Yangtao Li
1
-7
/
+0
2020-12-08
f2fs: convert to F2FS_*_INO macro
Yangtao Li
1
-3
/
+3
2020-12-07
f2fs: introduce max_io_bytes, a sysfs entry, to limit bio size
Jaegeuk Kim
4
-0
/
+13
2020-12-07
f2fs: don't allow any writes on readonly mount
Jaegeuk Kim
1
-1
/
+2
2020-12-03
f2fs: avoid race condition for shrinker count
Jaegeuk Kim
6
-24
/
+36
2020-12-03
f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
Daeho Jeong
2
-0
/
+187
2020-12-03
f2fs: add compress_mode mount option
Daeho Jeong
6
-3
/
+91
2020-12-03
f2fs: Remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2020-12-03
f2fs: init dirty_secmap incorrectly
Jack Qiu
1
-1
/
+1
2020-12-03
f2fs: remove buffer_head which has 32bits limit
Jaegeuk Kim
1
-42
/
+34
2020-12-03
f2fs: fix wrong block count instead of bytes
Jaegeuk Kim
1
-2
/
+2
2020-12-03
f2fs: use new conversion functions between blks and bytes
Jaegeuk Kim
1
-25
/
+21
2020-12-03
f2fs: rename logical_to_blk and blk_to_logical
Jaegeuk Kim
1
-20
/
+20
2020-12-03
f2fs: fix kbytes written stat for multi-device case
Chao Yu
4
-16
/
+27
2020-12-03
f2fs: compress: support chksum
Chao Yu
6
-3
/
+51
2020-12-03
f2fs: fix to avoid REQ_TIME and CP_TIME collision
Chao Yu
2
-26
/
+40
2020-12-03
f2fs: change to use rwsem for cp_mutex
Sahitya Tummala
5
-10
/
+10
2020-12-03
f2fs: Handle casefolding with Encryption
Daniel Rosenberg
6
-33
/
+106
2020-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
13
-35
/
+8
2020-12-03
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
2
-0
/
+71
2020-12-03
f2fs: Remove the redundancy initialization
Zhang Qilong
2
-2
/
+2
2020-12-03
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-03
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-03
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
1
-33
/
+104
2020-12-03
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
1
-6
/
+0
2020-12-03
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
2
-0
/
+56
2020-11-03
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
2
-0
/
+37
2020-11-02
f2fs: move ioctl interface definitions to separated file
Chao Yu
5
-79
/
+90
2020-11-02
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
1
-3
/
+8
2020-11-02
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
1
-1
/
+1
2020-11-01
Linux 5.10-rc2
v5.10-rc2
Linus Torvalds
1
-1
/
+1
2020-10-31
KVM: vmx: remove unused variable
Paolo Bonzini
1
-2
/
+0
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
3
-5
/
+5
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
5
-0
/
+159
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
net/smc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-30
net/mlx5: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-10-30
mei: hw: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-10-30
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+3
2020-10-30
Bluetooth: btintel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()
Takashi Iwai
1
-4
/
+4
2020-10-30
KVM: x86: replace static const variables with macros
Paolo Bonzini
3
-21
/
+21
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-30
KVM: arm64: Handle Asymmetric AArch32 systems
Qais Yousef
1
-0
/
+19
2020-10-30
blk-mq: mark flush request as IDLE in flush_end_io()
Ming Lei
1
-0
/
+1
2020-10-30
scripts: get_abi.pl: assume ReST format by default
Mauro Carvalho Chehab
1
-1
/
+1
[next]