commit | 4cb5300bc839b8a943eb19c9f27f25470e22d0ca | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue May 24 15:35:30 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu May 26 17:52:15 2011 -0400 |
tree | ac0f2fb481c7aa6af08a624d276fa6d580c94c9b | |
parent | d6c0cb379c5198487e4ac124728cbb2346d63b1f [diff] |
Btrfs: add mount -o auto_defrag This will detect small random writes into files and queue the up for an auto defrag process. It isn't well suited to database workloads yet, but works for smaller files such as rpm, sqlite or bdb databases. Signed-off-by: Chris Mason <chris.mason@oracle.com>