Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull iomap split/cleanup from Darrick Wong: "As promised, here's the second part of the iomap merge for 5.3, in which we break up iomap.c into smaller files grouped by functional area so that it'll be easier in the long run to maintain cohesiveness of code units and to review incoming patches. There are no functional changes and fs/iomap.c split cleanly. Summary: - Regroup the fs/iomap.c code by major functional area so that we can start development for 5.4 from a more stable base" * tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: iomap: move internal declarations into fs/iomap/ iomap: move the main iteration code into a separate file iomap: move the buffered IO code into a separate file iomap: move the direct IO code into a separate file iomap: move the SEEK_HOLE code into a separate file iomap: move the file mapping reporting code into a separate file iomap: move the swapfile code into a separate file iomap: start moving code to fs/iomap/
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- fs/Makefile 1 addition, 1 deletionfs/Makefile
- fs/dax.c 0 additions, 1 deletionfs/dax.c
- fs/internal.h 0 additions, 10 deletionsfs/internal.h
- fs/iomap/Makefile 15 additions, 0 deletionsfs/iomap/Makefile
- fs/iomap/apply.c 74 additions, 0 deletionsfs/iomap/apply.c
- fs/iomap/buffered-io.c 1073 additions, 0 deletionsfs/iomap/buffered-io.c
- fs/iomap/direct-io.c 562 additions, 0 deletionsfs/iomap/direct-io.c
- fs/iomap/fiemap.c 144 additions, 0 deletionsfs/iomap/fiemap.c
- fs/iomap/seek.c 212 additions, 0 deletionsfs/iomap/seek.c
- fs/iomap/swapfile.c 178 additions, 0 deletionsfs/iomap/swapfile.c
- include/linux/iomap.h 17 additions, 0 deletionsinclude/linux/iomap.h
Loading
Please register or sign in to comment