summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-02-22f2fs: check in-memory sit version bitmapChao Yu
2017-02-22f2fs: check in-memory nat version bitmapChao Yu
2017-02-22f2fs: check in-memory block bitmapChao Yu
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers
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-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
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim
2016-12-07f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2016-12-07f2fs: detect wrong layoutJaegeuk Kim
2016-12-05f2fs: call sync_fs when f2fs is idleJaegeuk Kim
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-11-29f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim
2016-11-25f2fs: fix 32-bit buildArnd Bergmann
2016-11-25f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange
2016-11-25f2fs: fix incorrect free inode count in ->statfsChao Yu
2016-11-25f2fs: drop duplicate header timer.hGeliang Tang
2016-11-25f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim
2016-11-25f2fs: do not recover i_size if it's validJaegeuk Kim