]> wimlib.net Git - wimlib/history - src/mount.c
Implement user-specified staging directory
[wimlib] / src / mount.c
2012-11-22 Eric BiggersImplement user-specified staging directory
2012-11-22 Eric BiggersAcquire advisory lock when doing a read-write mount
2012-11-22 Eric BiggersUpdate wimlib.h documentation
2012-11-21 Eric BiggersLots of changes
2012-11-19 Eric BiggersRework WIM writing code
2012-11-18 Eric BiggersVarious portability fixes
2012-11-18 Eric Biggers--threads option and stream writing progress
2012-11-13 Eric BiggersSet `struct fuse_operations' flags
2012-11-13 Eric BiggersMake different threads use different FILE*'s
2012-11-12 Eric Biggerswimlib_mount(): Disallow mounting newly added image
2012-11-12 Eric Biggerswimlib_mount(): Refuse to mount split wim read-write
2012-11-12 Eric Biggersmake_staging_dir(): Fix comment
2012-11-12 Eric Biggersrebuild_wim(): Fix possible problem with fd closing
2012-11-12 Eric BiggersUse FUSE multi-threaded mode for read-only mounts
2012-11-12 Eric BiggersRemove link_dentry()
2012-11-12 Eric BiggersMake wimfs files executable by default
2012-11-12 Eric Biggersinode_put_fd(): Fix incorrect assertion
2012-11-11 Eric BiggersStore dentry children in red-black trees
2012-10-29 Eric BiggersVarious packaging issues
2012-10-28 Eric BiggersRun NTFS tests when --without-ntfs-3g
2012-10-28 Eric BiggersMessage queue name calculation
2012-10-28 Eric Biggersmount.c tweaks
2012-10-28 Eric BiggersFixes to get rid of various compiler warnings
2012-10-28 Eric Biggerswimfs_destroy(), wimlib_unmount()
2012-10-28 Eric BiggersGet rid of static variables in mount.c
2012-10-28 Eric BiggersCleanup wimlib_mount() preparations
2012-10-26 Eric BiggersRemove more trailing whitespace
2012-10-26 Eric Biggerswimlib_select_image() => select_wim_image()
2012-10-21 Eric Biggerswimlib_export() updates
2012-09-16 Eric Biggerswimfs_readlink(): Use wim_pathname_to_inode()
2012-09-04 Eric BiggersFix lte ref counting
2012-09-04 Eric Biggersupdate_lte_of_staging_file() fix
2012-09-04 Eric Biggersfd->lte => fd->f_lte, fix inode_add_ads()
2012-09-04 Eric Biggersinode fields rename
2012-09-04 Eric Biggersads entries
2012-09-04 Eric Biggersfixes
2012-09-04 Eric BiggersMount fixes
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric Biggersinode updates (IN PROGRESS)
2012-09-03 Eric BiggersRewrite to use inodes (IN PROGRESS)
2012-09-02 Eric BiggersMake WIM mounting work on FreeBSD v1.0.1
2012-09-02 Eric BiggersCompile on FreeBSD
2012-09-02 Eric BiggersTest suite and mount updates
2012-09-01 Eric BiggersSplit WIM mount and split WIM documentation
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersBuild fixes
2012-08-29 Eric BiggersFix various issues
2012-08-29 Eric BiggersCleanups and rename dentry->hard_link to dentry->link_g...
2012-08-28 Eric BiggersHard link disambiguation
2012-08-28 Eric Biggersdentry_first_lte() -> dentry_unnamed_lte()
2012-08-28 Eric Biggersxattr ADS fixes
2012-08-26 Eric BiggersMisc. fixes
2012-08-25 Eric BiggersFix wimfs_getattr()
2012-08-25 Eric BiggersImplement XATTR interface to ADS in wimfs
2012-08-25 Eric BiggersFixes for Windows ADS interface
2012-08-23 Eric BiggersComments; check SHA1 md in extract_wim_resource_to_fd()
2012-08-23 Eric BiggersFinally fixed most of the problems with the new resourc...
2012-08-22 Eric BiggersRewritten functions for reading and writing resources
2012-08-21 Eric BiggersNTFS mount(to be removed)
2012-08-21 Eric BiggersVarious fixes
2012-08-20 Eric BiggersMore accurate timestamps
2012-08-20 Eric BiggersVarious fixes
2012-08-20 Eric BiggersMake lookup table use hlist
2012-08-20 Eric Biggersdentry_set_symlink_buf() fix
2012-08-20 Eric BiggersFixes
2012-08-20 Eric BiggersVarious cleanups
2012-08-20 Eric BiggersFixes
2012-08-20 Eric Biggerscalculate_sha1sum_of_staging_file
2012-08-20 Eric Biggerspre-resolve streams (IN PROGRESS)
2012-08-20 Eric Biggerslink_group_set_stream_hash(), staging_list
2012-08-19 Eric Biggerswimfs_fallocate(), xattr stubs
2012-08-19 Eric Biggerswimfs_write(), dentry_to_stbuf()
2012-08-19 Eric Biggersuse_ino mount option
2012-08-19 Eric BiggersVarious fixes
2012-08-19 Eric Biggerssymlink fixes
2012-08-19 Eric Biggerswimfs_link(), wimfs_symlink(), symlink fixes
2012-08-19 Eric Biggersdentry_to_stbuf() fix
2012-08-19 Eric Biggersfd table fix
2012-08-19 Eric Biggerscompiles (IN PROGRESS)
2012-08-19 Eric Biggershardlinks (IN PROGRESS)
2012-08-18 Eric Biggersmount changes (IN PROGRESS)
2012-08-18 Eric BiggersSymbolic links (IN PROGRESS)
2012-08-18 Eric BiggersImplement readlink() on WIM filesystem
2012-08-18 Eric BiggersAlternate stream entries fixes
2012-08-18 Eric BiggersSome preparations for supporting NTFS capture and apply.
2012-08-14 Eric BiggersTest suite
2012-08-13 Eric BiggersVarious minor changes and fixes.
2012-08-13 Eric BiggersFix some compiler warnings
2012-08-12 Eric BiggersClean up file headers
2012-05-26 Eric BiggersUse public domain SHA1 code
2012-05-22 Eric BiggersCall delete_staging_dir() only on read-write mount
2012-05-20 Eric BiggersDelete staging directory on non-commit unmounts
2012-05-20 Eric BiggersAllow writing to empty files in mounted WIM
2012-05-01 Eric BiggersInitial commit (current version is wimlib 0.6.2)