| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-24 | Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -454/+535 |
| 2023-04-24 | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2 | -17/+15 |
| 2023-04-17 | erofs: cleanup i_format-related stuffs | Gao Xiang | 2 | -18/+8 |
| 2023-04-17 | erofs: sunset erofs_dbg() | Gao Xiang | 5 | -19/+3 |
| 2023-04-17 | erofs: fix potential overflow calculating xattr_isize | Jingbo Xu | 1 | -1/+1 |
| 2023-04-17 | erofs: get rid of z_erofs_fill_inode() | Gao Xiang | 3 | -24/+8 |
| 2023-04-17 | erofs: enable long extended attribute name prefixes | Jingbo Xu | 3 | -1/+11 |
| 2023-04-17 | erofs: handle long xattr name prefixes properly | Jingbo Xu | 1 | -11/+55 |
| 2023-04-17 | erofs: add helpers to load long xattr name prefixes | Jingbo Xu | 4 | -3/+73 |
| 2023-04-17 | erofs: introduce on-disk format for long xattr name prefixes | Jingbo Xu | 1 | -1/+15 |
| 2023-04-17 | erofs: move packed inode out of the compression part | Jingbo Xu | 2 | -4/+2 |
| 2023-04-17 | erofs: keep meta inode into erofs_buf | Gao Xiang | 6 | -18/+28 |
| 2023-04-17 | erofs: initialize packed inode after root inode is assigned | Jingbo Xu | 2 | -11/+12 |
| 2023-04-17 | erofs: stop parsing non-compact HEAD index if clusterofs is invalid | Gao Xiang | 1 | -0/+4 |
| 2023-04-17 | erofs: don't warn ztailpacking feature anymore | Yue Hu | 1 | -2/+0 |
| 2023-04-17 | erofs: simplify erofs_xattr_generic_get() | Jingbo Xu | 1 | -14/+3 |
| 2023-04-17 | erofs: rename init_inode_xattrs with erofs_ prefix | Jingbo Xu | 1 | -3/+3 |
| 2023-04-17 | erofs: move several xattr helpers into xattr.c | Jingbo Xu | 2 | -42/+29 |
| 2023-04-17 | erofs: tidy up EROFS on-disk naming | Gao Xiang | 2 | -141/+118 |
| 2023-04-17 | erofs: support flattened block device for multi-blob images | Jia Zhu | 3 | -3/+11 |
| 2023-04-17 | erofs: set block size to the on-disk block size | Jingbo Xu | 4 | -28/+35 |
| 2023-04-17 | erofs: avoid hardcoded blocksize for subpage block support | Jingbo Xu | 13 | -130/+135 |
| 2023-03-09 | erofs: use wrapper i_blocksize() in erofs_file_read_iter() | Yue Hu | 1 | -1/+1 |
| 2023-03-09 | erofs: get rid of a useless DBG_BUGON | Gao Xiang | 1 | -3/+0 |
| 2023-03-09 | erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" | Gao Xiang | 1 | -6/+6 |
| 2023-03-09 | erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms | Gao Xiang | 1 | -1/+1 |
| 2023-03-09 | erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init | Yangtao Li | 3 | -4/+4 |
| 2023-03-06 | fs: rename generic posix acl handlers | Christian Brauner | 1 | -4/+2 |
| 2023-03-06 | fs: simplify ->listxattr() implementation | Christian Brauner | 2 | -9/+13 |
| 2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -4/+0 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-20 | Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -748/+653 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+3 |
| 2023-02-16 | erofs: fix an error code in z_erofs_init_zip_subsystem() | Dan Carpenter | 1 | -1/+3 |
| 2023-02-15 | erofs: unify anonymous inodes for blob | Jingbo Xu | 3 | -56/+38 |
| 2023-02-15 | erofs: relinquish volume with mutex held | Jingbo Xu | 1 | -1/+1 |
| 2023-02-15 | erofs: maintain cookies of share domain in self-contained list | Jingbo Xu | 2 | -24/+24 |
| 2023-02-15 | erofs: remove unused device mapping in meta routine | Jingbo Xu | 1 | -13/+4 |
| 2023-02-15 | erofs: remove unused EROFS_GET_BLOCKS_RAW flag | Jingbo Xu | 3 | -15/+11 |
| 2023-02-15 | erofs: make kobj_type structures constant | Thomas Weißschuh | 1 | -3/+3 |
| 2023-02-15 | erofs: add per-cpu threads for decompression as an option | Sandeep Dhavale | 2 | -20/+188 |
| 2023-02-15 | erofs: tidy up internal.h | Gao Xiang | 1 | -56/+28 |
| 2023-02-15 | erofs: get rid of z_erofs_do_map_blocks() forward declaration | Gao Xiang | 1 | -123/+119 |
| 2023-02-15 | erofs: move zdata.h into zdata.c | Gao Xiang | 2 | -178/+165 |
| 2023-02-15 | erofs: remove tagged pointer helpers | Gao Xiang | 3 | -128/+6 |
| 2023-02-15 | erofs: avoid tagged pointers to mark sync decompression | Gao Xiang | 2 | -27/+17 |
| 2023-02-15 | erofs: get rid of erofs_inode_datablocks() | Gao Xiang | 2 | -19/+5 |
| 2023-02-15 | erofs: simplify iloc() | Gao Xiang | 5 | -35/+25 |
| 2023-02-15 | erofs: get rid of debug_one_dentry() | Gao Xiang | 1 | -17/+0 |
| 2023-02-15 | erofs: remove linux/buffer_head.h dependency | Gao Xiang | 2 | -15/+6 |
| 2023-02-15 | erofs: clean up erofs_iget() | Gao Xiang | 2 | -28/+21 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-16 | erofs: clean up parsing of fscache related options | Jingbo Xu | 1 | -7/+6 |
| 2023-01-10 | erofs: fix kvcalloc() misuse with __GFP_NOFAIL | Gao Xiang | 1 | -6/+6 |
| 2023-01-10 | erofs/zmap.c: Fix incorrect offset calculation | Siddh Raman Pant | 1 | -3/+7 |
| 2022-12-12 | Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -291/+247 |
| 2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+4 |
| 2022-12-07 | erofs: validate the extent length for uncompressed pclusters | Gao Xiang | 1 | -0/+5 |
| 2022-12-07 | erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails | Gao Xiang | 1 | -4/+2 |
| 2022-12-07 | erofs: Fix pcluster memleak when its block address is zero | Chen Zhongjin | 1 | -1/+2 |
| 2022-12-07 | erofs: use kmap_local_page() only for erofs_bread() | Gao Xiang | 5 | -14/+10 |
| 2022-12-07 | erofs: enable large folios for fscache mode | Jingbo Xu | 1 | -2/+1 |
| 2022-12-07 | erofs: support large folios for fscache mode | Jingbo Xu | 1 | -68/+80 |
| 2022-12-07 | erofs: switch to prepare_ondemand_read() in fscache mode | Jingbo Xu | 1 | -167/+94 |
| 2022-12-07 | erofs: clean up cached I/O strategies | Gao Xiang | 1 | -46/+31 |
| 2022-12-07 | erofs: check the uniqueness of fsid in shared domain in advance | Hou Tao | 3 | -15/+44 |
| 2022-12-07 | erofs: enable large folios for iomap mode | Jingbo Xu | 2 | -0/+4 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -3/+3 |
| 2022-11-15 | Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -37/+54 |
| 2022-11-14 | erofs: fix missing xas_retry() in fscache mode | Jingbo Xu | 1 | -3/+7 |
| 2022-11-10 | erofs: fix use-after-free of fsid and domain_id string | Jingbo Xu | 4 | -30/+37 |
| 2022-11-08 | fs: fix leaked psi pressure state | Johannes Weiner | 1 | -7/+11 |
| 2022-11-08 | erofs: get correct count for unmapped range in fscache mode | Jingbo Xu | 1 | -3/+4 |
| 2022-11-08 | erofs: put metabuf in error path in fscache mode | Jingbo Xu | 1 | -1/+3 |
| 2022-11-08 | erofs: fix general protection fault when reading fragment | Yue Hu | 1 | -0/+3 |
| 2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -4/+4 |
| 2022-10-17 | erofs: protect s_inodes with s_inode_list_lock for fscache | Dawei Li | 1 | -0/+3 |
| 2022-10-17 | erofs: fix up inplace decompression success rate | Gao Xiang | 1 | -5/+4 |
| 2022-10-17 | erofs: shouldn't churn the mapping page for duplicated copies | Gao Xiang | 2 | -8/+6 |
| 2022-10-17 | erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy() | Yue Hu | 1 | -12/+10 |
| 2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+12 |
| 2022-09-27 | erofs: clean up erofs_iget() | Gao Xiang | 4 | -22/+14 |
| 2022-09-27 | erofs: clean up unnecessary code and comments | Gao Xiang | 4 | -16/+2 |
| 2022-09-27 | erofs: fold in z_erofs_reload_indexes() | Yue Hu | 1 | -20/+8 |
| 2022-09-26 | erofs: introduce partial-referenced pclusters | Gao Xiang | 7 | -2/+23 |
| 2022-09-26 | erofs: support on-disk compressed fragments data | Yue Hu | 6 | -17/+152 |
| 2022-09-23 | erofs: support interlaced uncompressed data for compressed files | Yue Hu | 4 | -23/+41 |
| 2022-09-23 | erofs: clean up .read_folio() and .readahead() in fscache mode | Jingbo Xu | 1 | -130/+83 |
| 2022-09-20 | erofs: add manual PSI accounting for the compressed address space | Christoph Hellwig | 1 | -1/+12 |
| 2022-09-20 | erofs: introduce 'domain_id' mount option | Jia Zhu | 2 | -2/+34 |
| 2022-09-20 | erofs: Support sharing cookies in the same domain | Jia Zhu | 2 | -6/+96 |
| 2022-09-20 | erofs: introduce a pseudo mnt to manage shared cookies | Jia Zhu | 3 | -2/+45 |
| 2022-09-20 | erofs: introduce fscache-based domain | Jia Zhu | 2 | -17/+121 |
| 2022-09-20 | erofs: code clean up for fscache | Jia Zhu | 3 | -43/+36 |
| 2022-09-20 | erofs: use kill_anon_super() to kill super in fscache mode | Jia Zhu | 1 | -1/+1 |
| 2022-09-20 | erofs: fix order >= MAX_ORDER warning due to crafted negative i_size | Gao Xiang | 1 | -1/+1 |
| 2022-09-05 | erofs: fix pcluster use-after-free on UP platforms | Gao Xiang | 1 | -29/+0 |
| 2022-09-05 | erofs: avoid the potentially wrong m_plen for big pcluster | Yue Hu | 1 | -8/+8 |
| 2022-09-05 | erofs: fix error return code in erofs_fscache_{meta_,}read_folio | Sun Ke | 1 | -2/+6 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+7 |
| 2022-07-31 | erofs: update ctx->pos for every emitted dirent | Hongnan Li | 1 | -9/+7 |
| 2022-07-22 | erofs: get rid of the leftover PAGE_SIZE in dir.c | Gao Xiang | 1 | -2/+2 |
| 2022-07-22 | erofs: get rid of erofs_prepare_dio() helper | Gao Xiang | 1 | -24/+15 |
| 2022-07-22 | erofs: introduce multi-reference pclusters (fully-referenced) | Gao Xiang | 4 | -56/+93 |
| 2022-07-21 | erofs: record the longest decompressed size in this round | Gao Xiang | 2 | -58/+31 |
| 2022-07-21 | erofs: introduce z_erofs_do_decompressed_bvec() | Gao Xiang | 1 | -27/+22 |
| 2022-07-21 | erofs: try to leave (de)compressed_pages on stack if possible | Gao Xiang | 1 | -13/+21 |
| 2022-07-21 | erofs: introduce struct z_erofs_decompress_backend | Gao Xiang | 2 | -67/+76 |
| 2022-07-21 | erofs: get rid of `z_pagemap_global' | Gao Xiang | 2 | -25/+4 |
| 2022-07-21 | erofs: clean up `enum z_erofs_collectmode' | Gao Xiang | 1 | -32/+31 |
| 2022-07-21 | erofs: get rid of `enum z_erofs_page_type' | Gao Xiang | 1 | -25/+5 |
| 2022-07-21 | erofs: rework online page handling | Gao Xiang | 2 | -83/+42 |
| 2022-07-21 | erofs: switch compressed_pages[] to bufvec | Gao Xiang | 2 | -60/+57 |
| 2022-07-21 | erofs: introduce `z_erofs_parse_in_bvecs' | Gao Xiang | 1 | -52/+80 |
| 2022-07-21 | erofs: drop the old pagevec approach | Gao Xiang | 3 | -171/+18 |
| 2022-07-21 | erofs: introduce bufvec to store decompressed buffers | Gao Xiang | 2 | -50/+153 |
| 2022-07-21 | erofs: introduce `z_erofs_parse_out_bvecs()' | Gao Xiang | 1 | -38/+43 |
| 2022-07-21 | erofs: clean up z_erofs_collector_begin() | Gao Xiang | 1 | -17/+15 |
| 2022-07-21 | erofs: get rid of unneeded `inode', `map' and `sb' | Gao Xiang | 1 | -23/+19 |
| 2022-07-17 | dax: introduce holder for dax_device | Shiyang Ruan | 1 | -4/+6 |
| 2022-07-09 | erofs: avoid consecutive detection for Highmem memory | Gao Xiang | 1 | -6/+10 |
| 2022-07-09 | erofs: wake up all waiters after z_erofs_lzma_head ready | Yuwen Chen | 1 | -0/+1 |
| 2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+1 |
| 2022-06-01 | Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -129/+94 |
| 2022-05-31 | erofs: fix 'backmost' member of z_erofs_decompress_frontend | Weizhao Ouyang | 1 | -1/+1 |
| 2022-05-31 | erofs: simplify z_erofs_pcluster_readmore() | Gao Xiang | 1 | -13/+10 |
| 2022-05-31 | erofs: get rid of label `restart_now' | Gao Xiang | 1 | -19/+14 |
| 2022-05-31 | erofs: get rid of `struct z_erofs_collection' | Gao Xiang | 2 | -96/+65 |
| 2022-05-29 | erofs: fix crash when enable tracepoint cachefiles_prep_read | Xin Yin | 1 | -0/+1 |
| 2022-05-29 | erofs: leave compressed inodes unsupported in fscache mode for now | Jeffle Xu | 1 | -1/+4 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 4 | -23/+22 |
| 2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -1/+1 |
| 2022-05-18 | erofs: scan devices from device table | Jeffle Xu | 2 | -39/+72 |
| 2022-05-18 | erofs: change to use asynchronous io for fscache readpage/readahead | Xin Yin | 1 | -43/+201 |
| 2022-05-18 | erofs: add 'fsid' mount option | Jeffle Xu | 2 | -3/+32 |
| 2022-05-18 | erofs: implement fscache-based data readahead | Jeffle Xu | 2 | -0/+94 |
| 2022-05-18 | erofs: implement fscache-based data read for inline layout | Jeffle Xu | 1 | -0/+32 |
| 2022-05-18 | erofs: implement fscache-based data read for non-inline layout | Jeffle Xu | 3 | -0/+57 |
| 2022-05-18 | erofs: implement fscache-based metadata read | Jeffle Xu | 2 | -4/+40 |
| 2022-05-18 | erofs: register fscache context for extra data blobs | Jeffle Xu | 3 | -1/+12 |
| 2022-05-18 | erofs: register fscache context for primary data blob | Jeffle Xu | 2 | -4/+12 |
| 2022-05-18 | erofs: add erofs_fscache_read_folios() helper | Jeffle Xu | 1 | -0/+54 |
| 2022-05-18 | erofs: add anonymous inode caching metadata for data blobs | Jeffle Xu | 2 | -5/+40 |
| 2022-05-18 | erofs: add fscache context helper functions | Jeffle Xu | 2 | -0/+60 |
| 2022-05-18 | erofs: register fscache volume | Jeffle Xu | 5 | -0/+69 |
| 2022-05-18 | erofs: add fscache mode check helper | Jeffle Xu | 2 | -15/+34 |
| 2022-05-18 | erofs: make erofs_map_blocks() generally available | Jeffle Xu | 2 | -2/+4 |
| 2022-05-17 | erofs: support idmapped mounts | Chao Yu | 2 | -2/+2 |
| 2022-05-17 | erofs: make filesystem exportable | Hongnan Li | 3 | -4/+43 |
| 2022-05-17 | erofs: fix buffer copy overflow of ztailpacking feature | Gao Xiang | 1 | -2/+3 |
| 2022-05-17 | erofs: refine on-disk definition comments | Gao Xiang | 1 | -20/+21 |
| 2022-05-17 | erofs: remove obsoleted comments | Gao Xiang | 2 | -30/+0 |
| 2022-05-17 | erofs: do not prompt for risk any more when using big pcluster | Yue Hu | 1 | -2/+0 |
| 2022-05-16 | iomap: add per-iomap_iter private data | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-09 | erofs: Convert to release_folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2022-05-09 | erofs: Convert erofs zdata to read_folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
| 2022-05-09 | fs: Convert iomap_readpage to iomap_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-04-15 | erofs: fix use-after-free of on-stack io[] | Hongyu Jin | 2 | -9/+5 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -9/+8 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-22 | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -197/+185 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+2 |
| 2022-03-17 | erofs: rename ctime to mtime | David Anderson | 2 | -4/+5 |
| 2022-03-17 | erofs: use meta buffers for inode lookup | Gao Xiang | 1 | -30/+24 |
| 2022-03-17 | erofs: use meta buffers for reading directories | Gao Xiang | 3 | -18/+17 |
| 2022-03-17 | fs: erofs: add sanity check for kobject in erofs_unregister_sysfs | Dongliang Mu | 1 | -3/+5 |
| 2022-03-17 | erofs: refine managed inode stuffs | Gao Xiang | 2 | -6/+9 |
| 2022-03-17 | erofs: clean up z_erofs_extent_lookback | Gao Xiang | 1 | -34/+33 |
| 2022-03-16 | erofs: silence warnings related to impossible m_plen | Gao Xiang | 1 | -2/+2 |
| 2022-03-16 | erofs: clean up preload_compressed_pages() | Gao Xiang | 1 | -8/+10 |
| 2022-03-16 | erofs: get rid of `struct z_erofs_collector' | Gao Xiang | 1 | -86/+77 |
| 2022-03-16 | erofs: use meta buffers for erofs_read_superblock() | Jeffle Xu | 1 | -8/+5 |
| 2022-03-15 | erofs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -9/+8 |
| 2022-03-02 | erofs: fix ztailpacking on > 4GiB filesystems | Gao Xiang | 1 | -1/+1 |
| 2022-02-04 | erofs: fix small compressed files inlining | Gao Xiang | 1 | -0/+7 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+2 |
| 2022-01-24 | erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration | Gao Xiang | 1 | -57/+56 |
| 2022-01-24 | erofs: fix fsdax partition offset handling | Gao Xiang | 1 | -4/+4 |
| 2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -8/+21 |
| 2022-01-04 | erofs: use meta buffers for zmap operations | Gao Xiang | 4 | -70/+28 |
| 2022-01-04 | erofs: use meta buffers for xattr operations | Gao Xiang | 2 | -95/+41 |
| 2022-01-04 | erofs: use meta buffers for super operations | Gao Xiang | 1 | -77/+27 |
| 2022-01-04 | erofs: use meta buffers for inode operations | Gao Xiang | 2 | -36/+35 |
| 2022-01-04 | erofs: introduce meta buffer operations | Gao Xiang | 2 | -21/+90 |
| 2021-12-31 | erofs: add on-disk compressed tail-packing inline support | Yue Hu | 5 | -31/+103 |
| 2021-12-31 | erofs: support inline data decompression | Yue Hu | 2 | -44/+119 |
| 2021-12-31 | erofs: support unaligned data decompression | Gao Xiang | 1 | -8/+9 |
| 2021-12-29 | erofs: introduce z_erofs_fixup_insize | Gao Xiang | 3 | -21/+36 |
| 2021-12-29 | erofs: tidy up z_erofs_lz4_decompress | Gao Xiang | 1 | -39/+44 |
| 2021-12-09 | erofs: clean up erofs_map_blocks tracepoints | Gao Xiang | 1 | -22/+17 |
| 2021-12-08 | erofs: Replace zero-length array with flexible-array member | Gao Xiang | 1 | -2/+2 |
| 2021-12-08 | erofs: add sysfs node to control sync decompression strategy | Huang Jianan | 4 | -7/+46 |
| 2021-12-08 | erofs: add sysfs interface | Huang Jianan | 4 | -1/+264 |
| 2021-12-04 | fsdax: shift partition offset handling into the file systems | Christoph Hellwig | 2 | -2/+10 |
| 2021-12-04 | dax: return the partition offset from fs_dax_get_by_bdev | Christoph Hellwig | 2 | -2/+4 |
| 2021-12-04 | dax: remove dax_capable | Christoph Hellwig | 1 | -4/+7 |
| 2021-12-01 | erofs: rename lz4_0pading to zero_padding | Huang Jianan | 3 | -5/+5 |
| 2021-11-23 | erofs: fix deadlock when shrink erofs slab | Huang Jianan | 1 | -2/+6 |