diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-19 11:38:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-19 11:38:12 -0700 |
commit | 26473f83703e6bc56114ce4b045000de6efcfff7 (patch) | |
tree | 37d46313cc36f373c84c2a95e804d2342d6f33d6 /MAINTAINERS | |
parent | 4f5ed1318c0108369a76f4a56242fbeea537abe9 (diff) | |
parent | 5d907307adc14cd5148b07629c2b4535acd06062 (diff) | |
download | linux-26473f83703e6bc56114ce4b045000de6efcfff7.tar.bz2 |
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/
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2d766db67bb0..a99adee5471a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8415,6 +8415,7 @@ L: linux-fsdevel@vger.kernel.org T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git S: Supported F: fs/iomap.c +F: fs/iomap/ F: include/linux/iomap.h IOMMU DRIVERS |