summaryrefslogtreecommitdiff
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAge
...
| | * | f2fs: fix error handling in fill_superChao Yu2018-02-07
| | * | f2fs: spread f2fs_k{m,z}allocChao Yu2018-02-07
| | * | f2fs: inject fault to kvmallocChao Yu2018-02-07
| | * | f2fs: inject fault to kzallocChao Yu2018-02-07
| | * | f2fs: remove a redundant conditional expressionLiFan2018-02-07
| | * | f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-02-07
| | * | f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-02-07
| | * | f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-02-07
| | * | f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-02-07
| | * | f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-02-07
| | * | f2fs: switch to fscrypt_file_open()Eric Biggers2018-02-07
| | * | f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-02-07
| | * | f2fs: remove an excess variableLiFan2018-02-07
| | * | f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-02-07
| | * | f2fs: remove unused parameterSheng Yong2018-02-07
| | * | f2fs: still write data if preallocate only partial blocksSheng Yong2018-02-07
| | * | f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-02-07
| | * | f2fs: fix concurrent problem for updating free bitmapLiFan2018-02-07
| | * | f2fs: remove unneeded memory footprint accountingChao Yu2018-02-07
| | * | f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-02-07
| | * | f2fs: reserve nid resource for quota sysfileChao Yu2018-02-07
| | * | fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2018-01-04
| | * | fscrypt: remove ->is_encrypted()Eric Biggers2018-01-04
| | * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2018-01-04
| | * | fscrypt: clean up include file messDave Chinner2018-01-04
| | * | f2fs: deny accessing encryption policy if encryption is offChao Yu2017-11-15
| | * | f2fs: inject fault in inc_valid_node_countChao Yu2017-11-15
| | * | f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-15
| | * | f2fs: expose quota information in debugfsJaegeuk Kim2017-11-15
| | * | f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-15
| | * | f2fs: validate before set/clear free nat bitmapLiFan2017-11-15
| | * | f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-15
| | * | f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-15
| | * | f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-15
| | * | f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-15
| | * | f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-15
| | * | f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-15
| | * | f2fs: keep isize once block is reserved cross EOFChao Yu2017-11-15
| | * | f2fs: avoid race in between GC and block exchangeChao Yu2017-11-15
| | * | f2fs: save a multiplication for last_nid calculationFan Li2017-11-15
| | * | f2fs: fix summary info corruptionChao Yu2017-11-15
| | * | f2fs: remove dead code in update_meta_pageChao Yu2017-11-15
| | * | f2fs: remove unneeded semicolonChao Yu2017-11-15
| | * | f2fs: don't bother with inode->i_versionJeff Layton2017-11-15
| | * | f2fs: check curseg space before foreground GCChao Yu2017-11-15
| | * | f2fs: use rw_semaphore to protect SIT cacheChao Yu2017-11-15
| | * | f2fs: support quota sys filesJaegeuk Kim2017-11-15
| | * | f2fs: add quota_ino feature infraJaegeuk Kim2017-11-15
| | * | f2fs: optimize __update_nat_bitsFan Li2017-11-15
| | * | f2fs: modify for accurate fggc node io statYunlei He2017-11-15