summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * acl: handle idmapped mountsChristian Brauner2021-01-241-3/+4
| * attr: handle idmapped mountsChristian Brauner2021-01-241-4/+6
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-7/+7
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2021-02-211-0/+11
|\ \
| * | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctlEric Biggers2021-02-071-0/+11
| |/
* | f2fs: relocate inline conversion from mmap() to mkwrite()Chao Yu2021-02-021-6/+4
* | f2fs: fix to avoid inconsistent quota dataYi Chen2021-02-011-0/+4
* | f2fs: deprecate f2fs_trace_ioJaegeuk Kim2021-01-271-2/+0
* | f2fs: fix to use per-inode maxbytesChengguang Xu2021-01-271-3/+6
* | f2fs: fix null page reference in redirty_blocksDaeho Jeong2021-01-271-2/+4
* | f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-01-271-1/+2
* | f2fs: enforce the immutable flag on open filesChao Yu2021-01-271-0/+17
* | f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu2021-01-271-3/+4
* | f2fs: fix to set inode->i_mode correctly for posix_acl_update_modeWeichao Guo2021-01-271-0/+1
|/
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-41/+381
|\
| * f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong2020-12-031-0/+185
| * f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGEChao Yu2020-12-021-33/+104
| * f2fs: avoid unneeded data copy in f2fs_ioc_move_range()Chao Yu2020-12-021-6/+0
| * f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctlDaeho Jeong2020-12-021-0/+54
| * f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctlDaeho Jeong2020-11-021-0/+30
| * f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-021-0/+1