summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-01-31Merge branch 'akpm-current/current'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'f2fs/dev'Stephen Rothwell
2017-01-31Merge remote-tracking branch 'fscrypt/master'Stephen Rothwell
2017-01-30f2fs: declare missing static functionJaegeuk Kim
2017-01-30f2fs: show the fault injection mount optionKaixu Xia
2017-01-30f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu
2017-01-30f2fs: fix to avoid overflow when left shifting page offsetChao Yu
2017-01-30f2fs: enhance lookup xattrChao Yu
2017-01-30f2fs: fix a dead loop in f2fs_fiemap()Wei Fang
2017-01-30f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-01-29f2fs: show # of on-going flush and discard biosJaegeuk Kim
2017-01-29f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim
2017-01-29f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim
2017-01-29f2fs: remove batched discard in f2fs_trim_fsJaegeuk Kim
2017-01-29f2fs: reorganize stat informationJaegeuk Kim
2017-01-29f2fs: clean up flush/discard command namingsJaegeuk Kim
2017-01-29f2fs: check in-memory sit version bitmapChao Yu
2017-01-29f2fs: check in-memory nat version bitmapChao Yu
2017-01-29f2fs: check in-memory block bitmapChao Yu
2017-01-29f2fs: introduce FI_ATOMIC_COMMITChao Yu
2017-01-29f2fs: clean up with list_{first, last}_entryChao Yu
2017-01-29f2fs: return fs_trim if there is no candidateJaegeuk Kim
2017-01-29f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim
2017-01-29f2fs: add submit_bio tracepointJaegeuk Kim
2017-01-29f2fs: reassign new segment for mode=lfsJaegeuk Kim
2017-01-29f2fs: fix a missing discard prefree segmentsYunlei He
2017-01-29f2fs: use rb_entry_safeGeliang Tang
2017-01-29f2fs: add a case of no need to read a page in write beginYunlei He
2017-01-29f2fs: fix a problem of using memory after freeYunlei He
2017-01-29f2fs: remove unneeded conditionDan Carpenter
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu
2017-01-29f2fs: remove unused values in recover_fsync_dataYunlei He
2017-01-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12f2fs: fix a missing size change in f2fs_setattrYunlei He
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi