summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-6/+1Star
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-181-11/+7Star
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-181-3/+5
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-5/+5
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-181-10/+14
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-2/+2
* f2fs: add fault injection to sysfsSheng Yong2016-05-171-5/+26
* f2fs: show # of orphan inodesJaegeuk Kim2016-05-111-1/+1
* f2fs: support in batch multi blocks preallocationChao Yu2016-05-111-7/+13
* f2fs: fix inode cache leakChao Yu2016-05-071-2/+0Star
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-071-0/+8
* f2fs: reuse get_extent_infoChao Yu2016-05-071-4/+4
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-071-1/+1
* f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-071-0/+10
* f2fs: inject page allocation failuresJaegeuk Kim2016-05-071-0/+9
* f2fs: inject kmalloc failureJaegeuk Kim2016-05-071-0/+29
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-071-0/+1
* f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-071-0/+5
* f2fs: move node pages only in victim section during GCChao Yu2016-04-271-0/+1
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-261-2/+2
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-261-1/+2
* f2fs: fix to convert inline directory correctlyChao Yu2016-04-151-1/+3
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-151-1/+1
* f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-151-0/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* f2fs: use cryptoapi crc32 functionsKeith Mok2016-03-181-21/+27
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-139/+33Star
* f2fs: mutex can't be used by down_write_nest_lock()Yang Shi2016-03-021-3/+1Star
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2016-02-261-0/+1
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-0/+1
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2016-02-261-0/+2
* f2fs: trace old block address for CoWed pageChao Yu2016-02-231-1/+1
* f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin2016-02-231-0/+1
* f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu2016-02-231-20/+19Star
* f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu2016-02-231-0/+1
* f2fs: support revoking atomic written pagesChao Yu2016-02-231-1/+3
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-231-1/+2
* f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim2016-02-231-2/+1Star
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2016-02-231-0/+1
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2016-02-231-0/+2
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2016-02-231-1/+2
* f2fs: speed up handling holes in fiemapChao Yu2016-02-231-0/+1
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2016-02-231-0/+3
* f2fs: remove unneeded pointer conversionChao Yu2016-02-231-7/+7
* f2fs: introduce lifetime write IO statisticsShuoran Liu2016-02-231-0/+11
* f2fs: improve shrink performance of extent nodesHou Pengyang2016-02-231-0/+1
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-1/+1
* f2fs: export dirty_nats_ratio in sysfsChao Yu2016-02-231-0/+1
* f2fs: relocate is_merged_pageChao Yu2016-02-231-0/+1
* Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-01-141-46/+96
|\