Searched hist:"20970 ba65d5a22f2e4efbfa100377722fde56935" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | ext4.h | diff 20970ba65d5a22f2e4efbfa100377722fde56935 Thu Jun 06 13:00:46 CDT 2013 Theodore Ts'o <tytso@mit.edu> ext4: use ext4_da_writepages() for all modes
Rename ext4_da_writepages() to ext4_writepages() and use it for all modes. We still need to iterate over all the pages in the case of data=journalling, but in the case of nodelalloc/data=ordered (which is what file systems mounted using ext3 backwards compatibility will use) this will allow us to use a much more efficient I/O submission path.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 20970ba65d5a22f2e4efbfa100377722fde56935 Thu Jun 06 13:00:46 CDT 2013 Theodore Ts'o <tytso@mit.edu> ext4: use ext4_da_writepages() for all modes
Rename ext4_da_writepages() to ext4_writepages() and use it for all modes. We still need to iterate over all the pages in the case of data=journalling, but in the case of nodelalloc/data=ordered (which is what file systems mounted using ext3 backwards compatibility will use) this will allow us to use a much more efficient I/O submission path.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|