summaryrefslogtreecommitdiff
path: root/fs/erofs/inode.c
AgeCommit message (Expand)Author
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2023-12-18erofs: enable sub-page compressed block supportGao Xiang
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng
2023-10-18erofs: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13erofs: convert to ctime accessor functionsJeff Layton
2023-07-12erofs: fix fsdax unavailability for chunk-based regular filesXin Yin
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-15erofs: simplify iloc()Gao Xiang
2023-02-15erofs: clean up erofs_iget()Gao Xiang
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-07erofs: use kmap_local_page() only for erofs_bread()Gao Xiang
2022-12-07erofs: enable large folios for fscache modeJingbo Xu
2022-12-07erofs: enable large folios for iomap modeJingbo Xu
2022-10-20fs: rename current get acl methodChristian Brauner
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu
2022-05-17erofs: support idmapped mountsChao Yu
2022-05-17erofs: remove obsoleted commentsGao Xiang
2022-03-17erofs: rename ctime to mtimeDavid Anderson
2022-01-04erofs: use meta buffers for inode operationsGao Xiang
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang
2021-08-25erofs: fix double free of 'copied'Gao Xiang
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang
2021-08-19erofs: add fiemap support with iomapGao Xiang
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang
2021-08-10erofs: iomap support for non-tailpacking DIOHuang Jianan
2021-06-08erofs: clean up file headers & footersGao Xiang
2021-03-29erofs: add unsupported inode i_format checkGao Xiang
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-11-04erofs: derive atime instead of leaving it emptyGao Xiang
2020-08-03erofs: fix extended inode could cross boundaryGao Xiang
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu
2019-09-05erofs: always use iget5_lockedGao Xiang
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang
2019-09-05erofs: save one level of indentationGao Xiang
2019-09-05erofs: kill all erofs specific fault injectionGao Xiang
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang
2019-09-05erofs: kill prio and nofail of erofs_get_meta_page()Gao Xiang