summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-4/+4
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-4/+4
* | mm: remove cleancacheChristoph Hellwig2022-01-221-13/+0
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-1917-493/+731
|\ \
| * | f2fs: do not allow partial truncation on pinned fileJaegeuk Kim2022-01-101-1/+5
| * | f2fs: remove redunant invalidate compress pagesFengnan Chang2022-01-041-1/+2
| * | f2fs: Simplify bool conversionYang Li2022-01-041-1/+1
| * | f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu2022-01-041-10/+4
| * | f2fs: fix to reserve space for IO align featureChao Yu2022-01-044-2/+60
| * | f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu2022-01-041-2/+2
| * | f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-042-0/+6
| * | f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu2022-01-041-18/+11
| * | f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2022-01-041-1/+10
| * | f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-0411-25/+26
| * | f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim2022-01-041-0/+4
| * | f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim2021-12-141-28/+22
| * | f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2021-12-142-7/+10
| * | f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-104-0/+27
| * | f2fs: fix to do sanity check in is_alive()Chao Yu2021-12-101-0/+3
| * | f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu2021-12-101-1/+1
| * | f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2021-12-101-1/+2
| * | f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim2021-12-101-0/+4
| * | f2fs: show number of pending discard commandsJaegeuk Kim2021-12-101-0/+11
| * | f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang2021-12-101-3/+9
| * | f2fs: fix remove page failed in invalidate compress pagesFengnan Chang2021-12-101-0/+5
| * | f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-2/+2
| * | f2fs: use iomap for direct I/OEric Biggers2021-12-104-273/+322
| * | f2fs: implement iomap operationsEric Biggers2021-12-043-0/+58
| * | 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-044-10/+35
| * | f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers2021-12-041-30/+34
| * | f2fs: rework write preallocationsEric Biggers2021-11-173-101/+88
| * | f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang2021-11-173-22/+12
| |/
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-172-21/+20
|\ \
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-111-6/+12
| * | unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-111-2/+1
| * | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-157-21/+16
|\ \ \
| * | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-157-21/+16
| | |/ | |/|
* / | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-0/+2
|/ /
* | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-132-29/+29
|\ \
| * | lib: zstd: Add kernel-specific APINick Terrell2021-11-082-29/+29
* | | Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-1318-95/+302
|\ \ \ | |/ / |/| |
| * | f2fs: fix UAF in f2fs_available_free_memoryDongliang Mu2021-11-091-0/+2
| * | f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim2021-11-092-0/+5
| * | f2fs: support fault injection for dquot_initialize()Chao Yu2021-10-2910-26/+44
| * | f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()Chao Yu2021-10-291-1/+1
| * | f2fs: compress: disallow disabling compress on non-empty compressed fileHyeong-Jun Kim2021-10-271-2/+1
| * | f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang2021-10-263-18/+39
| * | f2fs: multidevice: support direct IOChao Yu2021-10-264-20/+104