summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2025-03-10 17:54:55 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2025-03-17 01:25:32 +0800
commite9dfe33aea4fb43f4681134d5044bcdebb26a327 (patch)
treec4fc6d8e9b6cc8c3611567e47665ada910805e4a /tools/perf/scripts/python
parent2e1473d5195f9ce1afb143208e568a9350e08b77 (diff)
downloadkernel-e9dfe33aea4fb43f4681134d5044bcdebb26a327.tar.gz
erofs: support dot-omitted directories
There's no need to record "." dirents in the directory data (while they could be used for sanity checks, they aren't very useful.) Omitting "." dirents also improves directory data deduplication. Use a per-inode (instead of per-sb) flag to indicate if the "." dirent is omitted or not, ensuring compatibility with incremental builds. It also reuses EROFS_I_NLINK_1_BIT, as it has very limited use cases for directories with `nlink = 1`. Emit the "." entry as the last virtual dirent in the directory because it is _much_ less frequently used than the ".." dirent. It also keeps `f_pos` meaningful, as it strictly follows the directory data when it's less than i_size. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Acked-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20250310095459.2620647-6-hsiangkao@linux.alibaba.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
d>Eli Cohen 2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen 2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen 2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen 2022-01-14vdpa: Provide interface to read driver featuresEli Cohen 2022-01-14vdpa: Mark vdpa_config_ops.get_vq_notification as optionalEugenio Pérez 2022-01-14vdpa: add driver_override supportStefano Garzarella 2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit 2021-11-01vdpa: Use kernel coding style for structure commentsParav Pandit 2021-11-01vdpa: Introduce query of device config layoutParav Pandit 2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit 2021-11-01vdpa: add new callback get_vq_num_min in vdpa_config_opsWu Zongyong 2021-11-01vdpa: fix typoWu Zongyong 2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji 2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji 2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji 2021-09-06vdpa: Fix some coding style issuesXie Yongji 2021-08-11vdpa: Add documentation for vdpa_alloc_device() macroXie Yongji 2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang 2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella 2021-05-03vdpa: Follow kdoc comment styleParav Pandit 2021-02-25vdpa: set the virtqueue num during registerJason Wang 2021-02-23vdpa: Enable a user to add and delete a vdpa deviceParav Pandit 2021-02-23vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit 2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit 2020-12-18vdpa: Add missing comment for virtqueue countParav Pandit 2020-10-23vdpa: introduce config op to get valid iova rangeJason Wang 2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen 2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen 2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy 2020-08-05vDPA: dont change vq irq after DRIVER_OKZhu Lingshan 2020-08-05vDPA: add get_vq_irq() in vdpa_config_opsZhu Lingshan 2020-08-05vdpa: make sure set_features is invoked for legacyMichael S. Tsirkin 2020-06-04vdpa: introduce get_vq_notification methodJason Wang 2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin 2020-04-01vDPA: introduce vDPA busJason Wang