summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* erofs: convert comma to semicolonChen Ni2024-07-261-1/+1
* erofs: support multi-page folios for erofs_bread()Gao Xiang2024-07-261-18/+12
* erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia2024-07-261-0/+16
* erofs: fix race in z_erofs_get_gbuf()Gao Xiang2024-07-261-0/+3
* erofs: support STATX_DIOALIGNHongbo Li2024-07-261-2/+17
* erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter2024-07-131-1/+1
* erofs: avoid refcounting short-lived pagesGao Xiang2024-07-113-26/+24
* erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo2024-07-101-2/+2
* erofs: tidy up stream decompressorsGao Xiang2024-07-095-304/+209
* erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang2024-07-098-78/+69
* erofs: move each decompressor to its own source fileGao Xiang2024-07-096-50/+44
* erofs: tidy up `struct z_erofs_bvec`Gao Xiang2024-07-081-52/+49
* erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang2024-07-081-85/+82
* erofs: convert z_erofs_read_fragment() to foliosGao Xiang2024-07-081-8/+7
* erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang2024-07-082-17/+12
* erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang2024-06-301-0/+2
* erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia2024-06-261-1/+1
* erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale2024-06-261-4/+4
* Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-248-88/+65
|\
| * erofs: avoid allocating DEFLATE streams before mountingGao Xiang2024-05-211-26/+29
| * z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro2024-05-181-1/+1
| * erofs: don't round offset down for erofs_read_metabuf()Al Viro2024-05-181-8/+8
| * erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-184-25/+14
| * erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-187-13/+13
| * erofs: clean up erofs_show_options()Hongzhen Luo2024-05-182-23/+8
| * Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang2024-05-187-44/+33
| |\
* | \ Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-217-44/+33
|\ \ \ | |/ / |/| |
| * | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-031-1/+1
| |/
| * erofs_buf: store address_space instead of inodeAl Viro2024-04-256-10/+9
| * erofs: switch erofs_bread() to passing offset instead of block numberAl Viro2024-04-077-34/+24
* | erofs: Zstandard compression supportGao Xiang2024-05-099-1/+333
* | erofs: clean up z_erofs_load_full_lcluster()Gao Xiang2024-05-082-20/+6
* | erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo2024-05-081-7/+5
* | erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo2024-05-083-17/+52
* | erofs: do not use pagepool in z_erofs_gbuf_growsize()Chunhai Guo2024-05-081-36/+31
* | erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo2024-05-086-161/+166
* | erofs: rename utils.c to zutil.cChunhai Guo2024-05-082-21/+13
* | erofs: reliably distinguish block based and fscache modeChristian Brauner2024-04-281-6/+2
* | erofs: get rid of erofs_fs_contextBaokun Li2024-04-282-70/+53
* | erofs: modify the error message when prepare_ondemand_read failedHongbo Li2024-04-281-1/+1
|/
* erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
* Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-129-317/+335
|\
| * erofs: support compressed inodes over fscacheJingbo Xu2024-03-104-20/+77
| * erofs: make iov_iter describe target buffers over fscacheJingbo Xu2024-03-101-112/+123
| * erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li2024-03-103-31/+15
| * erofs: refine managed cache operations to foliosGao Xiang2024-03-106-48/+34
| * erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang2024-03-101-11/+11
| * erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang2024-03-101-35/+36
| * erofs: get rid of `justfound` debugging tagGao Xiang2024-03-101-17/+3