summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2020-12-101-5/+4
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-083-13/+48
* f2fs: fix to account inline xattr correctly during recoveryChao Yu2020-12-081-2/+8
* f2fs: inline: fix wrong inline inode statJack Qiu2020-12-081-0/+2
* f2fs: inline: correct comment in f2fs_recover_inline_dataJack Qiu2020-12-081-1/+1
* f2fs: don't check PAGE_SIZE again in sanity_check_raw_super()Yangtao Li2020-12-081-7/+0
* f2fs: convert to F2FS_*_INO macroYangtao Li2020-12-081-3/+3
* f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-074-0/+13
* f2fs: don't allow any writes on readonly mountJaegeuk Kim2020-12-071-1/+2
* f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-036-24/+36
* f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong2020-12-032-0/+187
* f2fs: add compress_mode mount optionDaeho Jeong2020-12-036-3/+91
* f2fs: Remove unnecessary unlikely()Yangtao Li2020-12-021-3/+1
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-021-1/+1
* f2fs: remove buffer_head which has 32bits limitJaegeuk Kim2020-12-021-42/+34
* f2fs: fix wrong block count instead of bytesJaegeuk Kim2020-12-021-2/+2
* f2fs: use new conversion functions between blks and bytesJaegeuk Kim2020-12-021-25/+21
* f2fs: rename logical_to_blk and blk_to_logicalJaegeuk Kim2020-12-021-20/+20
* f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-024-16/+27
* f2fs: compress: support chksumChao Yu2020-12-026-3/+51
* f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-022-26/+40
* f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-025-10/+10
* f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-026-33/+106
* fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-0213-35/+8
* libfs: Add generic function for setting dentry_opsDaniel Rosenberg2020-12-022-0/+71
* f2fs: Remove the redundancy initializationZhang Qilong2020-12-022-2/+2
* f2fs: remove writeback_inodes_sb in f2fs_remountLiu Song2020-12-021-1/+0
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-021-0/+1
* f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-021-33/+104
* f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-021-6/+0
* f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong2020-12-022-0/+56
* f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong2020-11-022-0/+37
* f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-025-79/+90
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-11-021-3/+8
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-11-021-1/+1
* Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\
| * x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-015-16/+6
|\ \
| * | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-262-4/+4
| * | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
| * | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
| * | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
* | | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-012-2/+2
|\ \ \
| * | | stop_machine, rcu: Mark functions as notraceZong Li2020-10-262-2/+2
| |/ /
* | | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-012-14/+10
|\ \ \
| * | | lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
| * | | locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1