Searched hist:"281627 df3eb55e1b729b9bb06fff5ff112929646" (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_aops.h | diff 281627df3eb55e1b729b9bb06fff5ff112929646 Tue Mar 13 09:41:05 CET 2012 Christoph Hellwig <hch@infradead.org> xfs: log file size updates at I/O completion time
Do not use unlogged metadata updates and the VFS dirty bit for updating the file size after writeback. In addition to causing various problems with updates getting delayed for far too long this also drags in the unscalable VFS dirty tracking, and is one of the few remaining unlogged metadata updates.
Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
|
H A D | xfs_aops.c | diff 281627df3eb55e1b729b9bb06fff5ff112929646 Tue Mar 13 09:41:05 CET 2012 Christoph Hellwig <hch@infradead.org> xfs: log file size updates at I/O completion time
Do not use unlogged metadata updates and the VFS dirty bit for updating the file size after writeback. In addition to causing various problems with updates getting delayed for far too long this also drags in the unscalable VFS dirty tracking, and is one of the few remaining unlogged metadata updates.
Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
|