summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-11-021-3/+8
* | fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-011-9/+5
|/
* f2fs: code cleanup by removing unnecessary checkChengguang Xu2020-10-141-3/+2
* f2fs: fix writecount false positive in releasing compress blocksDaeho Jeong2020-10-131-1/+2
* f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu2020-09-291-0/+2
* f2fs: clean up kvfreeChao Yu2020-09-141-1/+1
* f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-111-2/+2
* f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-10/+12
* f2fs: check position in move range ioctlDan Robertson2020-09-111-0/+3
* f2fs: Simplify SEEK_DATA implementationMatthew Wilcox (Oracle)2020-09-111-27/+8
* f2fs: fix compile warningChao Yu2020-09-101-2/+5
* f2fs: introduce inmem cursegChao Yu2020-09-101-2/+3
* f2fs: make file immutable even if releasing zero compression blockDaeho Jeong2020-08-031-3/+3
* f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong2020-07-211-0/+191
* f2fs: use generic names for generic ioctlsEric Biggers2020-07-201-27/+27
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-071-1/+1
* f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang2020-07-071-0/+5
* f2fs: add prefix for exported symbolsChao Yu2020-07-071-2/+2
* f2fs: remove useless truncate in f2fs_collapse_range()Wei Fang2020-06-181-2/+0
* f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu2020-06-081-1/+8
* f2fs: protect new segment allocation in expand_inode_dataDaeho Jeong2020-05-281-0/+4
* f2fs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-261-2/+0
* f2fs: refactor resize_fs to avoid meta updates in progressJaegeuk Kim2020-05-111-4/+1
* f2fs: use round_up to enhance calculationChao Yu2020-05-111-12/+5