55b02d74e1[XFS] Fix potential overflow in xfs_iomap_t delta for very large extents
19 anni fa
Nathan Scott
7b71876980[XFS] Update license/copyright notices to match the prefered SGI
19 anni fa
Nathan Scott
f403b7f452[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
20 anni fa
Nathan Scott
24e17b5fb9[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though.