summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-106/+75
|\
| * f2fs: fix race of pending_pages in decompressionDaeho Jeong2020-12-091-0/+1
| * f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim2020-12-071-0/+1
| * f2fs: avoid race condition for shrinker countJaegeuk Kim2020-12-031-2/+8
| * f2fs: add compress_mode mount optionDaeho Jeong2020-12-031-0/+30
| * f2fs: Remove unnecessary unlikely()Yangtao Li2020-12-031-3/+1
| * f2fs: fix kbytes written stat for multi-device caseChao Yu2020-12-031-7/+1
| * f2fs: compress: support chksumChao Yu2020-12-031-2/+14
| * f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu2020-12-031-6/+13
| * f2fs: change to use rwsem for cp_mutexSahitya Tummala2020-12-031-1/+1
| * f2fs: Handle casefolding with EncryptionDaniel Rosenberg2020-12-031-3/+5
| * fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-031-3/+0
| * f2fs: move ioctl interface definitions to separated fileChao Yu2020-11-021-79/+0
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-1/+1
| |/
* / f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-251-0/+2
|/
* Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-171-34/+84
|\
| * f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-10-141-1/+1
| * f2fs: fix memory alignment to support 32bitJaegeuk Kim2020-10-091-1/+1
| * f2fs: compress: introduce cic/dic slab cacheChao Yu2020-09-291-0/+4
| * f2fs: compress: introduce page array slab cacheChao Yu2020-09-291-0/+9
| * f2fs: change return value of f2fs_disable_compressed_file to boolDaeho Jeong2020-09-111-11/+6
| * f2fs: change i_compr_blocks of inode to atomic valueDaeho Jeong2020-09-111-7/+10
| * f2fs: allocate proper size memory for zstd decompressChao Yu2020-09-111-1/+1
| * f2fs: change compr_blocks of superblock info to 64bitDaeho Jeong2020-09-111-4/+5
| * f2fs: support age threshold based garbage collectionChao Yu2020-09-111-4/+25
| * f2fs: Use generic casefolding supportDaniel Rosenberg2020-09-101-4/+0
| * f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu2020-09-101-2/+2
| * f2fs: support 64-bits key in f2fs rb-tree node entryChao Yu2020-09-101-3/+12
| * f2fs: inherit mtime of original block during GCChao Yu2020-09-101-2/+3
| * f2fs: introduce inmem cursegChao Yu2020-09-101-3/+9
| * f2fs: remove duplicated type castingXiaojun Wang2020-09-101-2/+2
| * f2fs: support zone capacity less than zone sizeAravind Ramesh2020-09-101-0/+5
* | fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2020-09-221-1/+1
* | f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers2020-09-221-23/+0
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu2020-08-041-2/+2
* f2fs: space related cleanupJack Qiu2020-07-261-2/+2
* f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang2020-07-241-1/+1
* f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong2020-07-211-0/+15
* f2fs: use generic names for generic ioctlsEric Biggers2020-07-211-24/+1
* f2fs: fix error path in do_recover_data()Chao Yu2020-07-081-2/+2
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-081-2/+8
* f2fs: avoid readahead race conditionJaegeuk Kim2020-07-081-0/+1
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-081-1/+2
* f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2020-07-081-0/+8
* f2fs: fix to wait page writeback before updateChao Yu2020-07-081-1/+1
* f2fs: show more debug info for per-temperature logChao Yu2020-07-081-0/+3
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-081-1/+1
* f2fs: add prefix for exported symbolsChao Yu2020-07-081-2/+2