summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-131-17/+11
|\
| * erofs: fix bio->bi_max_vecs behavior changeGao Xiang2021-03-081-17/+11
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-1/+1
|/
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-3/+1
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-5/+7
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-242-4/+6
| * | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | | Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2021-02-221-2/+2
|\ \ \ | |_|/ |/| |
| * | erofs: use %pd instead of messing with ->d_nameAl Viro2021-01-061-2/+2
| |/
* | erofs: initialized fields can only be observed after bit is setGao Xiang2021-02-112-2/+18
* | erofs: fix shift-out-of-bounds of blkszbitsGao Xiang2021-02-111-2/+2
|/
* erofs: avoid using generic_block_bmapHuang Jianan2020-12-101-19/+7
* erofs: force inplace I/O under low memory scenarioGao Xiang2020-12-092-8/+43
* erofs: simplify try_to_claim_pcluster()Gao Xiang2020-12-081-27/+24
* erofs: insert to managed cache after adding to pclGao Xiang2020-12-081-17/+9
* erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang2020-12-084-40/+71
* erofs: remove a void EROFS_VERSION macro set in MakefileVladimir Zapolskiy2020-12-081-5/+0
* erofs: fix setting up pcluster for temporary pagesGao Xiang2020-11-041-2/+5
* erofs: derive atime instead of leaving it emptyGao Xiang2020-11-041-10/+11
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | erofs: remove unnecessary enum entriesChengguang Xu2020-10-091-2/+0
* | erofs: add REQ_RAHEAD flag to readahead requestsGao Xiang2020-09-192-7/+12
* | erofs: fold in should_decompress_synchronously()Gao Xiang2020-09-191-9/+3
* | erofs: avoid unnecessary variable `err'Gao Xiang2020-09-191-3/+1
* | erofs: remove unneeded parameterChao Yu2020-09-181-9/+6
* | erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang2020-09-181-2/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* Merge tag 'erofs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-0616-71/+100
|\
| * erofs: remove WQ_CPU_INTENSIVE flag from unbound wq'sGao Xiang2020-08-031-2/+2
| * erofs: fold in used-once helper erofs_workgroup_unfreeze_final()Gao Xiang2020-08-031-11/+3
| * erofs: fix extended inode could cross boundaryGao Xiang2020-08-031-42/+79
| * erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-0316-16/+16
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-3/+3
|/
* erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixupGao Xiang2020-06-241-10/+10
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-028-173/+136
|\
| * erofs: suppress false positive last_block warningGao Xiang2020-05-291-2/+2
| * erofs: convert to use the new mount fs_context apiChao Yu2020-05-294-156/+132
| * erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-274-16/+3
* | mm: remove the prot argument from vm_map_ramChristoph Hellwig2020-06-021-1/+1
* | erofs: convert compressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-20/+9
* | erofs: convert uncompressed files from readpages to readaheadMatthew Wilcox (Oracle)2020-06-022-26/+15
|/
* erofs: handle corrupted images whose decompressed size less than it'd beGao Xiang2020-03-031-3/+7
* erofs: use LZ4_decompress_safe() for full decodingGao Xiang2020-03-031-3/+9
* erofs: correct the remaining shrink objectsGao Xiang2020-03-031-1/+1
* erofs: convert workstn to XArrayGao Xiang2020-03-034-98/+76
* erofs: clean up z_erofs_submit_queue()Gao Xiang2020-01-211-55/+40
* erofs: fold in postsubmit_is_all_bypassed()Gao Xiang2020-01-211-16/+7
* erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-01-111-12/+10