summaryrefslogtreecommitdiffstats
path: root/fs/erofs (follow)
Commit message (Expand)AuthorAgeFilesLines
* erofs: reject inodes with negative i_sizeGao Xiang2024-09-121-3/+6
* erofs: restrict pcluster size limitationsGao Xiang2024-09-122-23/+24
* erofs: allocate more short-lived pages from reserved pool firstChunhai Guo2024-09-121-2/+3
* erofs: sunset unneeded NOFAILsGao Xiang2024-09-121-26/+31
* erofs: simplify erofs_map_blocks_flatmode()Hongzhen Luo2024-09-101-19/+9
* erofs: refactor read_inode calling conventionYiyang Wu2024-09-101-59/+52
* erofs: use kmemdup_nul in erofs_fill_symlinkYiyang Wu2024-09-101-8/+2
* erofs: mark experimental fscache backend deprecatedGao Xiang2024-09-102-2/+5
* erofs: support compressed inodes for fileioGao Xiang2024-09-104-20/+43
* erofs: support unencoded inodes for fileioGao Xiang2024-09-106-51/+248
* erofs: add file-backed mount supportGao Xiang2024-09-105-44/+100
* erofs: handle overlapped pclusters out of crafted images properlyGao Xiang2024-09-101-33/+38
* erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale2024-09-091-1/+1
* erofs: clean up erofs_register_sysfs()Gao Xiang2024-09-092-25/+7
* erofs: fix incorrect symlink detection in fast symlinkGao Xiang2024-09-091-14/+6
* erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang2024-08-211-1/+2
* erofs: allow large folios for compressed filesGao Xiang2024-08-191-10/+8
* erofs: get rid of check_layout_compatibility()Hongzhen Luo2024-08-191-20/+6
* erofs: simplify readdir operationHongzhen Luo2024-08-192-24/+13
* 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-201-26/+29
| * z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro2024-05-171-1/+1
| * erofs: don't round offset down for erofs_read_metabuf()Al Viro2024-05-171-8/+8
| * erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-174-25/+14
| * erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-177-13/+13
| * erofs: clean up erofs_show_options()Hongzhen Luo2024-05-172-23/+8
| * Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang2024-05-177-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