summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun1-2/+2
2017-08-10f2fs: add app/fs io statChao Yu1-1/+6
2017-08-01f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu1-28/+236
2017-08-01f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim1-3/+13
2017-08-01f2fs: support project quotaChao Yu1-13/+0
2017-08-01f2fs: enhance on-disk inode structure scalabilityChao Yu1-8/+15
2017-08-01f2fs: add ioctl to expose current featuresJaegeuk Kim1-0/+13
2017-07-29f2fs: don't give partially written atomic data from process crashJaegeuk Kim1-0/+18
2017-07-16f2fs: remove extra inode_unlock() in error pathLuis Henriques1-4/+1
2017-07-11Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-36/+147
2017-07-09f2fs: support plain user/group quotaChao Yu1-7/+27
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim1-0/+47
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim1-2/+4
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu1-1/+0
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers1-3/+7
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun1-9/+39
2017-05-24f2fs: don't bother checking for encryption key in ->write_iter()Eric Biggers1-5/+0
2017-05-24f2fs: don't bother checking for encryption key in ->mmap()Eric Biggers1-8/+0
2017-05-24f2fs: support statxChao Yu1-1/+22
2017-05-24f2fs: load inode's flag from diskJaegeuk Kim1-0/+1
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+2
2017-05-04f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu1-3/+4
2017-05-03f2fs: reconstruct code to write a data pageHou Pengyang1-2/+2
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim1-2/+67
2017-04-19f2fs: introduce async IPU policyHou Pengyang1-1/+1
2017-04-12f2fs: allocate hot_data for atomic writesJaegeuk Kim1-0/+1
2017-04-11f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim1-2/+1
2017-03-24f2fs: show the max number of volatile operationsChao Yu1-0/+5
2017-03-22f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee1-3/+7
2017-03-22f2fs: cleanup the disk level filename updatingKinglong Mee1-8/+0
2017-03-22f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee1-3/+1
2017-03-22f2fs: move mnt_want_write_file after arguments checkingKinglong Mee1-26/+18
2017-03-22f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee1-2/+3
2017-03-22f2fs: avoid copy date to user-space if move file range failKinglong Mee1-0/+2
2017-03-22f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee1-2/+0
2017-03-22f2fs: add fault injection on f2fs_truncateJaegeuk Kim1-0/+6
2017-03-22f2fs: check range before defragmentSheng Yong1-0/+6
2017-03-22f2fs: don't allow volatile writes for non-regular fileChao Yu1-0/+3
2017-03-22f2fs: don't allow atomic writes for not regular filesJaegeuk Kim1-0/+3
2017-03-21f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim1-0/+3
2017-03-21f2fs: fix an error return value in truncate_partial_data_pageYunlei He1-1/+1
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-02Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-13/+23
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He1-2/+1
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang1-1/+1
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+3
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-3/+0
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim1-1/+2
2017-02-23f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim1-1/+7