diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-06-09 10:52:50 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-06-09 10:52:50 +0000 |
commit | 377f3d1b8b418f4497dac97fb8b6c433348330ce (patch) | |
tree | fc01f2b51fc11652a26d378c30b8afe173a89e05 /ChangeLog | |
parent | 6134eff5f1833430f08376ee4d81b77345d6a1ae (diff) | |
download | libfuse-377f3d1b8b418f4497dac97fb8b6c433348330ce.tar.gz |
Don't allow bigger than 4kB writes by default...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Fix mounting over symlink. Reported by Szabolcs Szakacsits +2008-05-09 Miklos Szeredi <miklos@szeredi.hu> + + * Don't allow bigger than 4kB writes by default on 2.6.26 and + later kernels, so that filesystems not expecting this are not + broken on a kernel upgrade. Provide a 'big_writes' mount option + to enable this feature. In future API revisions this may become + the default. + 2008-04-09 Miklos Szeredi <miklos@szeredi.hu> * Update warning message for missing newline at end of fuse.conf |