linux/drivers/block
Al Viro 5f60d5f6bb move asm/unaligned.h to linux/unaligned.h
asm/unaligned.h is always an include of asm-generic/unaligned.h;
might as well move that thing to linux/unaligned.h and include
that - there's nothing arch-specific in that header.

auto-generated by the following:

for i in `git grep -l -w asm/unaligned.h`; do
	sed -i -e "s/asm\/unaligned.h/linux\/unaligned.h/" $i
done
for i in `git grep -l -w asm-generic/unaligned.h`; do
	sed -i -e "s/asm-generic\/unaligned.h/linux\/unaligned.h/" $i
done
git mv include/asm-generic/unaligned.h include/linux/unaligned.h
git mv tools/include/asm-generic/unaligned.h tools/include/linux/unaligned.h
sed -i -e "/unaligned.h/d" include/asm-generic/Kbuild
sed -i -e "s/__ASM_GENERIC/__LINUX/" include/linux/unaligned.h tools/include/linux/unaligned.h
2024-10-02 17:23:23 -04:00
..
aoe move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
drbd move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
mtip32xx [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
null_blk
rnbd block/rnbd-srv: Add sanity check and remove redundant assignment 2024-08-28 08:50:35 -06:00
xen-blkback
zram zram: don't free statically defined names 2024-09-26 14:01:44 -07:00
Kconfig
Makefile
amiflop.c
ataflop.c
brd.c
floppy.c
loop.c
n64cart.c
nbd.c nbd: correct the maximum value for discard sectors 2024-09-06 08:31:40 -06:00
pktcdvd.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
ps3disk.c
ps3vram.c
rbd.c
rbd_types.h
rnull.rs
sunvdc.c
swim.c
swim3.c
swim_asm.S
ublk_drv.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
virtio_blk.c
xen-blkfront.c
z2ram.c