summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-29f2fs: fix missing up_readJaegeuk Kim1-1/+3
2018-09-28f2fs: return correct errno in f2fs_gcJaegeuk Kim1-1/+1
2018-09-28f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim6-14/+47
2018-09-26f2fs: mark inode dirty explicitly in recover_inode()Chao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's crtime during PORChao Yu1-0/+7
2018-09-26f2fs: fix to recover inode's i_gc_failures during PORChao Yu1-0/+2
2018-09-26f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-09-26f2fs: fix to recover inode's project id during PORChao Yu1-0/+13
2018-09-26f2fs: update i_size after DIO completionJaegeuk Kim2-8/+8
2018-09-26f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim1-2/+4
2018-09-26f2fs: fix remount problem of option io_bitsChengguang Xu1-1/+2
2018-09-20f2fs: fix to recover inode's uid/gid during PORChao Yu1-0/+2
2018-09-20f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim1-2/+3
2018-09-20f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala6-14/+56
2018-09-12f2fs: split IO error injection according to RWChao Yu4-5/+14
2018-09-12f2fs: add SPDX license identifiersChao Yu28-111/+28
2018-09-12f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu1-8/+11
2018-09-12f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong1-23/+37
2018-09-12f2fs: avoid sleeping under spin_lockZhikang Zhang2-22/+36
2018-09-12f2fs: plug readahead IO in readdir()Chao Yu1-6/+16
2018-09-12f2fs: fix to do sanity check with current segment numberChao Yu1-1/+33
2018-09-12f2fs: fix memory leak of percpu counter in fill_super()Chao Yu1-1/+5
2018-09-12f2fs: fix memory leak of write_io in fill_super()Chao Yu1-1/+1
2018-09-11f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-09-11f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu4-5/+15
2018-09-11f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-09-07f2fs: submit bio after shutdownJaegeuk Kim1-0/+2
2018-09-05f2fs: avoid wrong decrypted data from diskJaegeuk Kim4-12/+17
2018-09-05Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu3-7/+7
2018-09-05f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala1-1/+7
2018-09-05f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu5-55/+46
2018-09-05f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu1-0/+3
2018-09-05nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu1-0/+12
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi39-390/+39
2018-09-05drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-09-05lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-05checkpatch: add __ro_after_init to known $AttributeJoe Perches1-0/+1
2018-09-05mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang1-2/+2
2018-09-05uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2-2/+2
2018-09-05memory_hotplug: fix kernel_panic on offline page processingMikhail Zaslonko1-11/+9
2018-09-05checkpatch: add optional static const to blank line declarations testJoe Perches1-1/+1
2018-09-05ipc/shm: properly return EIDRM in shm_lock()Davidlohr Bueso1-0/+1
2018-09-05mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2-1/+6
2018-09-05mm/util.c: improve kvfree() kerneldocAndrew Morton1-4/+7
2018-09-05tools/vm/page-types.c: fix "defined but not used" warningNaoya Horiguchi1-6/+0
2018-09-05tools/vm/slabinfo.c: fix sign-compare warningNaoya Horiguchi1-2/+2
2018-09-05kmemleak: always register debugfs fileVincent Whitchurch1-4/+5
2018-09-05mm: respect arch_dup_mmap() return valueNadav Amit1-2/+1
2018-09-05mm, oom: fix missing tlb_finish_mmu() in __oom_reap_task_mm().Tetsuo Handa1-0/+1
2018-09-05mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner2-5/+10