summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-10Merge upstream-f2fs-stable-linux-4.14.y into android-4.14Jaegeuk Kim
2019-01-09Merge 4.14.92 into android-4.14Greg Kroah-Hartman
2019-01-09CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-09ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2019-01-09ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-09ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian
2019-01-09ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2019-01-04f2fs: don't access node/meta inode mapping after iputJaegeuk Kim
2019-01-04f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim
2019-01-02f2fs: sanity check of xattr entry sizeJaegeuk Kim
2019-01-02f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala
2019-01-02f2fs: check PageWriteback flag for ordered caseChao Yu
2019-01-02f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-02f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim
2019-01-02f2fs: fix to dirty inode synchronouslyChao Yu
2019-01-02f2fs: clean up structure extent_nodeChao Yu
2019-01-02f2fs: fix block address for __check_sit_bitmapQiuyang Sun
2019-01-02f2fs: fix sbi->extent_list corruption issueSahitya Tummala
2019-01-02f2fs: clean up checkpoint flowChao Yu
2019-01-02f2fs: flush stale issued discard candidatesJaegeuk Kim
2019-01-02f2fs: correct wrong spelling, issing_*Jaegeuk Kim
2019-01-02f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim
2019-01-02f2fs: remove redundant comment of unused wio_mutexYunlong Song
2019-01-02f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu
2019-01-02f2fs: clear PG_writeback if IPU failedSheng Yong
2019-01-02f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim
2019-01-02f2fs: avoid frequent costly fsck triggersJaegeuk Kim
2019-01-02f2fs: fix m_may_create to make OPU DIO write correctlyJia Zhu
2019-01-02f2fs: fix to update new block address correctly for OPUJia Zhu
2019-01-02f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala
2019-01-02f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2019-01-02f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan
2019-01-02f2fs: read page index before freeingPan Bian
2019-01-02f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang
2019-01-02f2fs: avoid build warn of fall_throughJaegeuk Kim
2019-01-02f2fs: fix race between write_checkpoint and write_beginSheng Yong
2019-01-02f2fs: check memory boundary by insane namelenJaegeuk Kim
2019-01-02f2fs: only flush the single temp bio cache which owns the target pageYunlong Song
2019-01-02f2fs: fix out-place-update DIO writeChao Yu
2019-01-02f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu
2019-01-02f2fs: add to account direct IOChao Yu
2019-01-02f2fs: move dir data flush to write checkpoint processYunlei He
2019-01-02f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-01-02f2fs: export migration_granularity sysfs entryChao Yu
2019-01-02f2fs: support subsectional garbage collectionChao Yu