summaryrefslogtreecommitdiff
path: root/fs (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | dlm: possible memory leak on error path in create_lkb()Vasily Averin2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi2019-01-13
| | * | | | | | | | | | | | | | | | | | | | | | | | | | ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-13
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge upstream-f2fs-stable-linux-4.4.y into android-4.4Jaegeuk Kim2019-01-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: don't access node/meta inode mapping after iputJaegeuk Kim2019-01-04
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim2019-01-04
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: sanity check of xattr entry sizeJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix use-after-free issue when accessing sbi->stat_infoSahitya Tummala2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: check PageWriteback flag for ordered caseChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix missing unlock(sbi->gc_mutex)Jaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: clean up structure extent_nodeChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix block address for __check_sit_bitmapQiuyang Sun2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix sbi->extent_list corruption issueSahitya Tummala2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: clean up checkpoint flowChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: flush stale issued discard candidatesJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: correct wrong spelling, issing_*Jaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: use kvmalloc, if kmalloc is failedJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: remove redundant comment of unused wio_mutexYunlong Song2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to reorder set_page_dirty and wait_on_page_writebackChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: clear PG_writeback if IPU failedSheng Yong2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: add an ioctl() to explicitly trigger fsck laterJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: avoid frequent costly fsck triggersJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix m_may_create to make OPU DIO write correctlyJia Zhu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to update new block address correctly for OPUJia Zhu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: adjust trace print in f2fs_get_victim() to cover all pathsSahitya Tummala2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: make "f2fs_fault_name[]" const char *Alexey Dobriyan2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: read page index before freeingPan Bian2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix wrong return value of f2fs_acl_createTiezhu Yang2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: avoid build warn of fall_throughJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix race between write_checkpoint and write_beginSheng Yong2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: check memory boundary by insane namelenJaegeuk Kim2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: only flush the single temp bio cache which owns the target pageYunlong Song2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix out-place-update DIO writeChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to be aware discard/preflush/dio command in is_idle()Chao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: add to account direct IOChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: move dir data flush to write checkpoint processYunlei He2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: export migration_granularity sysfs entryChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: support subsectional garbage collectionChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: introduce __is_large_section() for cleanupChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: clean up f2fs_sb_has_##feature_nameChao Yu2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: remove codes of unused wio_mutexYunlong Song2019-01-02
| | * | | | | | | | | | | | | | | | | | | | | | | | | f2fs: fix count of seg_freed to make sec_freed correctYunlong Song2019-01-02