aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: improve sbi status info in debugfs/f2fs/statusYangtao Li2021-08-131-5/+26
* f2fs: compress: avoid duplicate counting of valid blocks when read compressed...Fengnan Chang2021-08-121-5/+17
* f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu2021-08-051-4/+18
* f2fs: avoid unneeded memory allocation in __add_ino_entry()Chao Yu2021-08-051-5/+17
* f2fs: extent cache: support unaligned extentChao Yu2021-08-055-11/+132
* f2fs: Kconfig: clean up config options about compressionTiezhu Yang2021-08-051-9/+7
* f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li2021-08-041-5/+9
* f2fs: fix to stop filesystem update once CP failedChao Yu2021-08-033-6/+23
* f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-035-0/+52
* f2fs: introduce discard_unit mount optionChao Yu2021-08-035-32/+130
* f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu2021-08-021-1/+1
* f2fs: fix to force keeping write barrier for strict fsync modeChao Yu2021-08-021-0/+12
* f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu2021-08-021-5/+2
* f2fs: show sbi status in debugfs/f2fs/statusJaegeuk Kim2021-08-021-2/+3
* f2fs: turn back remapped address in compressed page endioDaeho Jeong2021-08-021-1/+3
* f2fs: change fiemap way in printing compression chunkDaeho Jeong2021-08-021-33/+42
* f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim2021-08-021-1/+2
* f2fs: compress: remove unneeded read when rewrite whole clusterFengnan Chang2021-08-021-0/+3
* f2fs: don't sleep while grabing nat_tree_lockJaegeuk Kim2021-07-251-4/+13
* f2fs: remove allow_outplace_dio()Eric Biggers2021-07-253-12/+2
* f2fs: make f2fs_write_failed() take struct inodeEric Biggers2021-07-251-4/+3
* f2fs: quota: fix potential deadlockChao Yu2021-07-191-36/+48
* f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2021-07-192-1/+3
* f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang2021-07-191-1/+1
* f2fs: avoid to create an empty string as the extension_listWang Xiaojun2021-07-131-1/+1
* f2fs: compress: fix to set zstd compress level correctlyChao Yu2021-07-131-1/+2
* f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong2021-07-135-0/+57
* Linux 5.14-rc1Linus Torvalds2021-07-111-2/+2
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-111-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-111-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-112-7/+2
* Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-116-12/+31
|\
| * Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-096-12/+31
| |\
| | * irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-095-11/+31
| | * genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | | Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-112-10/+18
|\ \ \
| * | | sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14
| * | | sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-021-2/+2
| * | | sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot2021-07-021-1/+2
* | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \
| * | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-115-23/+33
|\ \ \ \ \
| * | | | | locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
| * | | | | kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-051-0/+2
| * | | | | static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song2021-07-051-12/+14
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-1136-162/+287
|\ \ \ \ \ \