summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>2025-03-03 17:11:14 +0000
committerChristian Brauner <brauner@kernel.org>2025-03-06 11:00:12 +0100
commit786e3080cbe916f6a4c0987124d4f930c1814a97 (patch)
treede135086708083b658030fa37321bd5616acd373 /tools/perf/scripts/python/flamegraph.py
parent794ca29dcc924cd3f16d12b6fba61074c992b8fd (diff)
downloadkernel-786e3080cbe916f6a4c0987124d4f930c1814a97.tar.gz
iomap: Lift blocksize restriction on atomic writes
Filesystems like ext4 can submit writes in multiples of blocksizes. But we still can't allow the writes to be split. Hence let's check if the iomap_length() is same as iter->len or not. It is the role of the FS to ensure that a single mapping may be created for an atomic write. The FS will also continue to check size and alignment legality. Signed-off-by: "Ritesh Harjani (IBM)" <ritesh.list@gmail.com> jpg: Tweak commit message Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: John Garry <john.g.garry@oracle.com> Link: https://lore.kernel.org/r/20250303171120.2837067-7-john.g.garry@oracle.com Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
> 2018-10-03mtd: rawnand: ams-delta: Use private structureJanusz Krzysztofik 2018-10-03mtd: rawnand: ams-delta: show parent device in sysfsJanusz Krzysztofik 2018-10-03mtd: rawnand: ams-delta: use GPIO lookup tableJanusz Krzysztofik 2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon 2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon 2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon 2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon 2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon 2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon 2018-03-15mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel 2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon