summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-6/+0
|\
| * fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-6/+0
* | f2fs: fix compressed file start atomic write may cause data corruptionFengnan Chang2022-03-181-1/+4
* | f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang2022-03-091-13/+4
* | f2fs: support idmapped mountsChao Yu2022-02-121-9/+14
* | f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-071-7/+11
* | f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-56/+56
|/
* f2fs: do not allow partial truncation on pinned fileJaegeuk Kim2022-01-101-1/+5
* f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-1/+1
* f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2021-12-141-5/+5
* f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang2021-12-101-3/+9
* f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-2/+2
* f2fs: use iomap for direct I/OEric Biggers2021-12-101-41/+301
* f2fs: fix the f2fs_file_write_iter tracepointEric Biggers2021-12-041-2/+3
* f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-041-9/+18
* f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers2021-12-041-30/+34
* f2fs: rework write preallocationsEric Biggers2021-11-171-47/+84
* Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-131-3/+3
|\
| * f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-291-3/+3
* | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
|/
* Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-11/+59
|\
| * f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-08-301-3/+2
| * f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-08-301-3/+1
| * f2fs: adjust unlock order for cleanupChao Yu2021-08-301-2/+2
| * f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+1
| * f2fs: compress: allow write compress released file after truncate to zeroFengnan Chang2021-08-171-0/+8
| * f2fs: add sysfs node to control ra_pages for fadvise seq fileDaeho Jeong2021-08-031-0/+30
| * f2fs: fix to force keeping write barrier for strict fsync modeChao Yu2021-08-021-0/+12
| * f2fs: remove allow_outplace_dio()Eric Biggers2021-07-251-1/+1
* | f2fs: Convert to using invalidate_lockJan Kara2021-07-131-32/+30
|/
* f2fs: logging neateningJoe Perches2021-06-231-7/+5
* f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2021-06-231-6/+12
* f2fs: compress: remove unneeded preallocationChao Yu2021-06-231-4/+0
* f2fs: return success if there is no work to doTom Rix2021-05-261-1/+1
* f2fs: compress: remove unneeded f2fs_put_dnode()Chao Yu2021-05-141-1/+0
* f2fs: support iflag change given the maskJaegeuk Kim2021-05-111-1/+2
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-23/+28
|\
| * f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-211-1/+1
| * f2fs: clean up build warningsYi Zhuang2021-04-101-1/+1
| * f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu2021-04-061-1/+6
| * f2fs: fix to update last i_size if fallocate partially succeedsChao Yu2021-03-251-11/+11
| * f2fs: fix to align to section for fallocate() on pinned fileChao Yu2021-03-231-10/+9
| * f2fs: fix to allow migrating fully valid segmentChao Yu2021-03-121-4/+5
* | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+1
|\ \
| * | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-1/+1
| |/
* / f2fs: convert to fileattrMiklos Szeredi2021-04-121-178/+38
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-17/+19
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1