summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-221-88/+221
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-4/+4
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-1/+1
| * f2fs: support in batch fzero in dnode pageChao Yu2016-05-111-16/+56
| * f2fs: make atomic/volatile operation exclusiveChao Yu2016-05-111-0/+16
| * f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2016-05-111-30/+87
| * f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-071-1/+1
| * f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-071-29/+22Star
| * f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-071-1/+4
| * f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-261-4/+10
| * f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-261-1/+3
| * f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-261-1/+1
| * f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
| * f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-151-3/+2Star
| * f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-151-0/+8
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-211-1/+1
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-7/+2Star
|\ \ | |/ |/|
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-021-7/+2Star
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-021-1/+1
* | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-37/+37
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2016-03-181-0/+4
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-23/+15Star
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-12/+3Star
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2016-02-261-1/+1
* f2fs crypto: handle unexpected lack of encryption keysChao Yu2016-02-231-1/+5
* f2fs: support revoking atomic written pagesChao Yu2016-02-231-1/+1
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-231-3/+3
* f2fs: increase i_size to avoid missing dataJaegeuk Kim2016-02-231-1/+1
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2016-02-231-2/+20
* f2fs: speed up handling holes in fiemapChao Yu2016-02-231-1/+1
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2016-02-231-1/+1
* f2fs: remove unneeded pointer conversionChao Yu2016-02-231-6/+5Star
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-231-10/+10
* f2fs: should unset atomic flag after successful commitJaegeuk Kim2016-01-121-1/+3
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-0/+12
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-9/+8Star
* f2fs: remove redundant callsJaegeuk Kim2016-01-081-3/+0Star
* f2fs: use IPU for fdatasyncJaegeuk Kim2015-12-311-1/+1
* f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim2015-12-301-3/+8
* f2fs: clean up f2fs_ioc_write_checkpointChao Yu2015-12-301-9/+1Star
* f2fs: let user being aware of IO errorChao Yu2015-12-301-1/+3
* f2fs: report error of do_checkpointChao Yu2015-12-301-2/+3
* f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim2015-12-301-17/+9Star
* f2fs: check inline_data flag at converting timeJaegeuk Kim2015-12-301-35/+23Star
* f2fs: don't grab super block buffer header all the timeChao Yu2015-12-161-6/+2Star
* f2fs: fix to reset variable correctllyFan Li2015-12-161-7/+2Star
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-151-2/+2
* f2fs: fix to update variable correctly when skip a unmapped blockFan Li2015-12-141-0/+1