aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim1-2/+8
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2-4/+9
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim1-67/+73
2017-02-23f2fs: move flush tracepointJaegeuk Kim1-3/+3
2017-02-22f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim2-3/+5
2017-02-22f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin1-228/+270
2017-02-22f2fs: fix 3 coding style errors in f2fs.hDongOh Shin1-3/+3
2017-02-22f2fs: declare missing static functionJaegeuk Kim1-2/+2
2017-02-22f2fs: show the fault injection mount optionKaixu Xia1-0/+5
2017-02-22f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu1-1/+4
2017-02-22f2fs: fix to avoid overflow when left shifting page offsetChao Yu1-2/+3
2017-02-22f2fs: enhance lookup xattrChao Yu2-18/+121
2017-02-22f2fs: fix a dead loop in f2fs_fiemap()Wei Fang1-1/+1
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim3-2/+13
2017-02-22f2fs: show # of on-going flush and discard biosJaegeuk Kim3-3/+17
2017-02-22f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim2-31/+109
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim4-22/+69
2017-02-22f2fs: reorganize stat informationJaegeuk Kim1-4/+4
2017-02-22f2fs: clean up flush/discard command namingsJaegeuk Kim3-61/+59
2017-02-22f2fs: check in-memory sit version bitmapChao Yu2-4/+30
2017-02-22f2fs: check in-memory nat version bitmapChao Yu3-0/+29
2017-02-22f2fs: check in-memory block bitmapChao Yu2-2/+36
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu5-9/+26
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu3-5/+5
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim3-5/+34
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim1-8/+9
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds4-52/+14
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-2/+2
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-25/+5
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim4-11/+27
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim1-0/+2
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim1-0/+12
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim4-2/+31
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim1-0/+22
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim5-6/+78
2017-01-29f2fs: add submit_bio tracepointJaegeuk Kim1-4/+8
2017-01-29f2fs: reassign new segment for mode=lfsJaegeuk Kim1-3/+0
2017-01-29f2fs: fix a missing discard prefree segmentsYunlei He1-1/+9
2017-01-29f2fs: use rb_entry_safeGeliang Tang1-11/+6
2017-01-29f2fs: add a case of no need to read a page in write beginYunlei He1-1/+6
2017-01-29f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-01-29f2fs: remove unneeded conditionDan Carpenter1-3/+3
2017-01-29f2fs: don't cache nat entry if out of memoryChao Yu1-7/+20
2017-01-29f2fs: remove unused values in recover_fsync_dataYunlei He1-4/+0
2017-01-12block: Rename blk_queue_zone_size and bdev_zone_sizeDamien Le Moal2-5/+5
2017-01-08fscrypt: make fscrypt_operations.key_prefix a stringEric Biggers2-22/+1
2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2-3/+6
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+0
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-20/+7
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds20-475/+1018