lp:~jakub/helenos/fs

Created by Jakub Jermar and last modified
Get this branch:
bzr branch lp:~jakub/helenos/fs
Only Jakub Jermar can upload to this branch. If you are Jakub Jermar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jakub Jermar
Project:
HelenOS branches
Status:
Merged

Recent revisions

233. By Jakub Jermar

Use the proper logical operator.

232. By Jakub Jermar

When a FAT filesystem is mounted with the 'nolfn' mount option, besides
writing new dentries in the 8.3 format, also read dentries only in the
8.3 format. Note that some other aspects (such as complete cleanup of
the LFN dentries on SFN erase) of LFN are still active even with
'nolfn'.

231. By Jakub Jermar

Merge mainline changes.

230. By Jakub Jermar

Update the FAT32 file system info on unmount.

229. By Jakub Jermar

FAT can be mounted using `nolfn` mount option.

* With `nolfn`, FAT will refuse to create LFN entries.
* With `nolfn`, only 8.3 directory entries will be created.
* `nolfn` does not have any impact on reading LFN entries.

228. By Jakub Jermar

Make FAT use instance data.

227. By Jakub Jermar

Move the fs instance managing logic out of mfs to libfs.

226. By Jakub Jermar

Merge mainline changes.

225. By Jakub Jermar

Fix libblock with respect to 64-bit block addresses.

224. By Jakub Jermar

Fix VFS_OUT_READ and VFS_OUT_WRITE with respect to 64-bit file sizes.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.