summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-170/+137
|\
| * f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-05-271-0/+1
| * f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-271-11/+11
| * f2fs: allow compression for mmap files in compress_mode=userSungjong Seo2022-05-241-10/+0
| * f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu2022-05-181-0/+4
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-4/+8
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-5/+25
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-113/+3
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-22/+27
| * f2fs: stop allocating pinned sections if EAGAIN happensJaegeuk Kim2022-05-091-1/+1
| * f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu2022-05-061-4/+12
| * f2fs: use flush command instead of FUA for zoned deviceJaegeuk Kim2022-05-061-1/+2
| * f2fs: introduce data read/write showing path infoJaegeuk Kim2022-04-251-7/+51
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-2/+2
|\ \
| * | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+2
| |/
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-8/+8
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
|/
* 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