summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: return error during fill_superJaegeuk Kim2018-01-032-8/+30
| * | f2fs: fix an error case of missing update inode pageYunlei He2018-01-032-11/+9Star
| * | f2fs: fix potential hangtask in f2fs_trace_pidChao Yu2018-01-031-6/+6
| * | f2fs: no need return value in restore summary processYunlei He2018-01-033-14/+5Star
| * | f2fs: use unlikely for release caseLiFan2018-01-031-1/+1
| * | f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-032-3/+2Star
| * | f2fs: clean up f2fs_map_blocksChao Yu2018-01-031-2/+2
| * | f2fs: clean up hash codesChao Yu2018-01-031-27/+19Star
| * | f2fs: fix error handling in fill_superChao Yu2018-01-031-9/+7Star
| * | f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-032-8/+10
| * | f2fs: inject fault to kvmallocChao Yu2018-01-035-12/+36
| * | f2fs: inject fault to kzallocChao Yu2018-01-037-24/+33
| * | f2fs: remove a redundant conditional expressionLiFan2018-01-031-4/+4
| * | f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-033-10/+24
| * | f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-031-8/+4Star
| * | f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-031-14/+3Star
| * | f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-031-24/+7Star
| * | f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-031-3/+3
| * | f2fs: switch to fscrypt_file_open()Eric Biggers2018-01-031-15/+3Star
| * | posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-031-1/+1
| * | f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-031-2/+0Star
| * | f2fs: remove an excess variableLiFan2018-01-031-3/+1Star
| * | f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-01-031-11/+9Star
| * | f2fs: remove unused parameterSheng Yong2018-01-033-6/+5Star
| * | f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-031-2/+8
| * | f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-033-0/+7
| * | f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-031-42/+43
| * | f2fs: remove unneeded memory footprint accountingChao Yu2018-01-031-1/+0Star
| * | f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-031-6/+6
| * | f2fs: reserve nid resource for quota sysfileChao Yu2018-01-034-10/+13
| |/
* / block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-275-26/+26
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1620-612/+1495
|\
| * f2fs: deny accessing encryption policy if encryption is offChao Yu2017-11-151-0/+5
| * f2fs: inject fault in inc_valid_node_countChao Yu2017-11-141-0/+7
| * f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-141-0/+1
| * f2fs: expose quota information in debugfsJaegeuk Kim2017-11-142-2/+19
| * f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-141-39/+59
| * f2fs: validate before set/clear free nat bitmapLiFan2017-11-111-7/+10
| * f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-101-6/+4Star
| * f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
| * f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-091-26/+23Star
| * f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-091-5/+5
| * f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-091-1/+1
| * f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-072-16/+30
| * f2fs: keep isize once block is reserved cross EOFChao Yu2017-11-071-4/+6
| * f2fs: avoid race in between GC and block exchangeChao Yu2017-11-062-5/+28
| * f2fs: save a multiplication for last_nid calculationFan Li2017-11-061-1/+1
| * f2fs: fix summary info corruptionChao Yu2017-11-062-1/+29
| * f2fs: remove dead code in update_meta_pageChao Yu2017-11-061-5/+1Star