aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-12-061-0/+3
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-12-061-2/+2
* f2fs: enhance multiple device flushChao Yu2017-12-061-0/+1
* f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-12-061-5/+8
* f2fs: allow readpages with NULL file pointerHsiang Kao2017-12-061-1/+1
* f2fs: Fix merge errorsjollaman9992017-10-041-2/+4
* f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-10-041-58/+51
* f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-10-041-3/+3
* f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-10-041-5/+5
* f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun2017-10-041-2/+2
* f2fs: add app/fs io statChao Yu2017-10-041-9/+26
* f2fs: enhance on-disk inode structure scalabilityChao Yu2017-10-041-5/+10
* f2fs: make max inline size changeableChao Yu2017-10-041-2/+2
* FS: F2FS: Use jiffiesDorimanx2017-09-041-1/+1
* f2fs: support plain user/group quotaChao Yu2017-07-211-4/+6
* f2fs: avoid deadlock caused by lock order of page and lock_opJaegeuk Kim2017-07-211-3/+13
* f2fs: relax migratepage for atomic written pageJaegeuk Kim2017-07-211-2/+6
* f2fs: skip ->writepages for {mete,node}_inode during recoveryChao Yu2017-07-211-6/+7
* f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-211-0/+2
* f2fs: introduce io_list for serialize data/node IOsChao Yu2017-07-211-4/+20
* f2fs: avoid f2fs_lock_op for IPU writesJaegeuk Kim2017-07-211-13/+31
* f2fs: split bio cacheJaegeuk Kim2017-07-211-18/+39
* f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-07-211-31/+24
* f2fs, block_dump: give WRITE direction to submit_bioJaegeuk Kim2017-07-211-1/+1
* f2fs: enable f2fs_migrate_pageJaegeuk Kim2017-07-211-2/+2
* f2fs: release cp and dnode lock before IPUHou Pengyang2017-05-211-15/+24
* f2fs: introduce valid_ipu_blkaddr to clean upJaegeuk Kim2017-05-211-5/+12
* f2fs: lookup extent cache first under IPU scenarioHou Pengyang2017-05-211-2/+14
* f2fs: reconstruct code to write a data pageHou Pengyang2017-05-211-30/+51
* f2fs: fix out-of free segmentsJaegeuk Kim2017-05-211-1/+2
* f2fs: introduce async IPU policyHou Pengyang2017-05-211-1/+1
* f2fs: unlock cp_rwsem early for IPU writesChao Yu2017-05-211-1/+5
* f2fs: fix comment on f2fs_flush_merged_bios() after 86531d6bTomohiro Kusumi2017-05-211-1/+1
* f2fs: submit bio of in-place-update pagesJaegeuk Kim2017-05-211-1/+4
* f2fs: avoid IO split due to mixed WB_SYNC_ALL and WB_SYNC_NONEJaegeuk Kim2017-05-211-2/+13
* f2fs: write small sized IO to hot logJaegeuk Kim2017-05-211-0/+9
* f2fs: allow write page cache when writting cpYunlei He2017-05-211-6/+22
* f2fs: fix bad prefetchw of NULL pageKinglong Mee2017-05-211-1/+2
* f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-05-211-1/+1
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-131-1/+3
* f2fs: fix to update F2FS_{CP_}WB_DATA count correctlyChao Yu2017-04-131-1/+2
* f2fs: show simple call stack in fault injection messageChao Yu2017-04-131-1/+3
* f2fs: no need lock_op in f2fs_write_inline_dataYunlei He2017-04-131-2/+5
* f2fs: avoid m_flags overlay when allocating more data blocksKinglong Mee2017-04-131-1/+1
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-04-131-4/+4
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-04-131-1/+5
* f2fs: remove preflush for nobarrier caseJaegeuk Kim2017-04-131-2/+2
* f2fs: check last page index in cached bio to decide submissionJaegeuk Kim2017-04-131-21/+22
* f2fs: check io submission more preciselyJaegeuk Kim2017-04-131-6/+17
* f2fs: call internal __write_data_page directlyJaegeuk Kim2017-04-131-2/+8