Home
last modified time | relevance | path

Searched refs:I (Results 1 – 11 of 11) sorted by relevance

/fs/squashfs/
A DKconfig102 bool "Use multiple decompressors for parallel I/O"
106 poor performance on parallel I/O workloads when using multiple CPU
109 If you have a parallel I/O workload and your system has enough memory,
110 using this option may improve overall I/O performance.
117 bool "Use percpu multiple decompressors for parallel I/O"
121 poor performance on parallel I/O workloads when using multiple CPU
158 repeated reads of the same files trigger excessive disk I/O, significantly
166 caching all compressed blocks in the page cache, reducing disk I/O for
255 the optimal I/O size is 4K (even though the devices can support
258 Using a 4K device block size may also improve overall I/O
/fs/befs/
A DChangeLog29 * Fixed up some places where I assumed that a long int could hold
34 This is bad, since 2.4.9 is still the current RedHat kernel. I added
59 they work. I had forgotten all about them. (inode.c, symlink.c) [WD]
126 in directories. A cleaner solution will come after I've thought about it
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
217 I've done some serious testing on it now (on my box anyhow), and it
219 correct (see TODO list). But it isn't 1.0 yet. I think 0.4 gives me some
225 * Fixed date format in this file. Was I smoking crack?
281 I have no intention of supporting it, and it was very ugly.
282 Flow control with #ifdef (ugh). Maybe I'll redo it once
[all …]
/fs/ntfs3/
A Ddebug.h18 #define Add2Ptr(P, I) ((void *)((u8 *)(P) + (I))) argument
/fs/affs/
A DChanges1 (Note: I consider version numbers as cheap. That means
2 that I do not like numbers like 0.1 and the like for
10 problem that I'm aware of (pointer/int conversion
14 Alas, I've got no alpha to debug. :-(
201 I not find this during my tests?
321 - Several other changes I just cannot remember
331 - Lots of things I remember even less ...
/fs/bcachefs/
A Dbkey.c778 #define I(_x) (*(out)++ = (_x)) macro
779 #define I1(i0) I(i0)
780 #define I2(i0, i1) (I1(i0), I(i1))
781 #define I3(i0, i1, i2) (I2(i0, i1), I(i2))
782 #define I4(i0, i1, i2, i3) (I3(i0, i1, i2), I(i3))
783 #define I5(i0, i1, i2, i3, i4) (I4(i0, i1, i2, i3), I(i4))
/fs/cramfs/
A DREADME122 PAGE_SIZE may grow in future (if I interpret the comment
132 <asm/page.h>. Personally I don't like this option, but it does
181 cost is greater complexity. Probably not worth it, but I hope someone
182 will disagree. (If it is implemented, then I'll re-use that code in
/fs/nfsd/
A DKconfig105 clients to directly perform I/O to block devices accessible to both
118 clients to directly perform I/O to SCSI devices accessible to both
131 enables NFS clients to directly perform I/O to NFSv3 devices
/fs/gfs2/
A DKconfig15 a lock module to allow the computers coordinate their I/O so
/fs/netfs/
A DKconfig7 helpers for high-level buffered I/O, abstracting out read
/fs/xfs/
A DKconfig114 mechanism for ensuring data and metadata/log I/Os are completely
115 separated. Regular file I/Os are isolated to a separate device
/fs/
A DKconfig68 then you can avoid using the pagecache to buffer I/Os. Turning

Completed in 16 milliseconds