summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: fix an error case of missing update inode pageYunlei He2018-01-022-11/+9
| * | f2fs: fix potential hangtask in f2fs_trace_pidChao Yu2018-01-021-6/+6
| * | f2fs: no need return value in restore summary processYunlei He2018-01-023-14/+5
| * | f2fs: use unlikely for release caseLiFan2018-01-021-1/+1
| * | f2fs: don't return value in truncate_data_blocks_rangeChao Yu2018-01-022-3/+2
| * | f2fs: clean up f2fs_map_blocksChao Yu2018-01-021-2/+2
| * | f2fs: clean up hash codesChao Yu2018-01-021-27/+19
| * | f2fs: fix error handling in fill_superChao Yu2018-01-021-9/+7
| * | f2fs: spread f2fs_k{m,z}allocChao Yu2018-01-022-8/+10
| * | f2fs: inject fault to kvmallocChao Yu2018-01-025-12/+36
| * | f2fs: inject fault to kzallocChao Yu2018-01-027-24/+33
| * | f2fs: remove a redundant conditional expressionLiFan2018-01-021-4/+4
| * | f2fs: apply write hints to select the type of segment for direct writeHyunchul Lee2018-01-023-10/+24
| * | f2fs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-021-8/+4
| * | f2fs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-021-14/+3
| * | f2fs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-021-24/+7
| * | f2fs: switch to fscrypt_prepare_link()Eric Biggers2018-01-021-3/+3
| * | f2fs: switch to fscrypt_file_open()Eric Biggers2018-01-021-15/+3
| * | posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-021-1/+1
| * | f2fs: remove repeated f2fs_bug_onZhikang Zhang2018-01-021-2/+0
| * | f2fs: remove an excess variableLiFan2018-01-021-3/+1
| * | f2fs: fix lock dependency in between dio_rwsem & i_mmap_semChao Yu2018-01-021-11/+9
| * | f2fs: remove unused parameterSheng Yong2018-01-023-6/+5
| * | f2fs: still write data if preallocate only partial blocksSheng Yong2018-01-021-2/+8
| * | f2fs: introduce sysfs readdir_ra to readahead inode block in readdirSheng Yong2018-01-023-0/+7
| * | f2fs: fix concurrent problem for updating free bitmapLiFan2018-01-021-42/+43
| * | f2fs: remove unneeded memory footprint accountingChao Yu2018-01-021-1/+0
| * | f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-01-021-6/+6
| * | f2fs: reserve nid resource for quota sysfileChao Yu2018-01-024-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-131-0/+7
| * f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-131-0/+1
| * f2fs: expose quota information in debugfsJaegeuk Kim2017-11-132-2/+19
| * f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-131-39/+59
| * f2fs: validate before set/clear free nat bitmapLiFan2017-11-101-7/+10
| * f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-101-6/+4
| * 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/+23
| * 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-062-16/+30
| * f2fs: keep isize once block is reserved cross EOFChao Yu2017-11-061-4/+6
| * f2fs: avoid race in between GC and block exchangeChao Yu2017-11-052-5/+28
| * f2fs: save a multiplication for last_nid calculationFan Li2017-11-051-1/+1
| * f2fs: fix summary info corruptionChao Yu2017-11-052-1/+29
| * f2fs: remove dead code in update_meta_pageChao Yu2017-11-051-5/+1
| * f2fs: remove unneeded semicolonChao Yu2017-11-051-1/+1
OpenPOWER on IntegriCloud