summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-07-04f2fs: don't track newly allocated nat entry in listChao Yu
2017-07-04f2fs: add f2fs_bug_on in __remove_discard_cmdChao Yu
2017-07-04f2fs: introduce __wait_one_discard_bioChao Yu
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun
2017-07-04f2fs: simplify the way of calulating next nat addressFan Li
2017-07-04f2fs: sanity check size of nat and sit cacheJin Qian
2017-07-04f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He
2017-07-04f2fs: remove the unnecessary cast for PTR_ERRZhang Shengju
2017-07-04f2fs: remove false-positive bug_onJaegeuk Kim
2017-07-04f2fs: Do not issue small discards in LFS modeDamien Le Moal
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-23f2fs: don't bother checking for encryption key in ->write_iter()Eric Biggers
2017-05-23f2fs: don't bother checking for encryption key in ->mmap()Eric Biggers
2017-05-23f2fs: wait discard IO completion without cmd_lock heldChao Yu
2017-05-23f2fs: wake up all waiters in f2fs_submit_discard_endioChao Yu
2017-05-23f2fs: show more info if fail to issue discardChao Yu
2017-05-23f2fs: introduce io_list for serialize data/node IOsChao Yu
2017-05-23f2fs: split wio_mutexChao Yu
2017-05-23f2fs: combine huge num of discard rb tree consistence checksYunlei He
2017-05-23f2fs: fix a bug caused by NULL extent treeYunlei He
2017-05-23f2fs: try to freeze in gc and discard threadsJaegeuk Kim
2017-05-23f2fs: add a new function get_ssr_costYunlei He
2017-05-23f2fs: declare load_free_nid_bitmap staticHou Pengyang
2017-05-23f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim
2017-05-23f2fs: split bio cacheJaegeuk Kim
2017-05-23f2fs: use fio instead of multiple parametersJaegeuk Kim
2017-05-23f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim
2017-05-23f2fs: use f2fs_submit_page_bio for ra_meta_pagesJaegeuk Kim
2017-05-23f2fs: make sure f2fs_gc returns consistent errnoWeichao Guo
2017-05-23f2fs: support statxChao Yu
2017-05-23f2fs: load inode's flag from diskJaegeuk Kim
2017-05-16f2fs: sanity check checkpoint segno and blkoffJin Qian
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08fs: f2fs: use ktime_get_real_seconds for sit_info timesDeepa Dinamani
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-05-04f2fs: switch to using fscrypt_match_name()Eric Biggers
2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers
2017-05-04f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim
2017-05-04f2fs: sync f2fs_lookup() with ext4_lookup()Eric Biggers
2017-05-03f2fs: fix a mount fail for wrong next_scan_nidYunlei He
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu
2017-05-03f2fs: Make flush bios explicitely syncJan Kara
2017-05-03f2fs: show available_nids in f2fs/statusJaegeuk Kim
2017-05-03f2fs: flush dirty nats periodicallyJaegeuk Kim