Kconfig (0a1340c185734a57fbf4775927966ad4a1347b02) | Kconfig (9361401eb7619c033e2394e4f9f6d410d6719ac7) |
---|---|
1config XFS_FS 2 tristate "XFS filesystem support" | 1config XFS_FS 2 tristate "XFS filesystem support" |
3 depends on BLOCK |
|
3 help 4 XFS is a high performance journaling filesystem which originated 5 on the SGI IRIX platform. It is completely multi-threaded, can 6 support large files and large filesystems, extended attributes, 7 variable block sizes, is extent based, and makes extensive use of 8 Btrees (directories, extents, free space) to aid both performance 9 and scalability. 10 --- 67 unchanged lines hidden --- | 4 help 5 XFS is a high performance journaling filesystem which originated 6 on the SGI IRIX platform. It is completely multi-threaded, can 7 support large files and large filesystems, extended attributes, 8 variable block sizes, is extent based, and makes extensive use of 9 Btrees (directories, extents, free space) to aid both performance 10 and scalability. 11 --- 67 unchanged lines hidden --- |