• Home
  • Raw
  • Download

Lines Matching refs:write

9 	  write and the other attribute resize/write cases like index
15 causes a write of any mirrored mft records due to the mft mirror
77 - Do more detailed reporting of why we cannot mount read-write by
85 2.1.25 - (Almost) fully implement write(2) and truncate(2).
131 - Implement file operations ->write, ->aio_write, ->writev for regular
135 uncompressed) files can now be extended using the normal write(2)
200 fs/ntfs/aops.c::ntfs_{read,write}page().
206 - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case
221 - Change ntfs_cluster_free() to require a write locked runlist on entry
239 - Use i_size_{read,write}() instead of reading i_size by hand and cache
247 - Implement extension of resident files in the regular file write code
250 record after which we abort the write returning -EOPNOTSUPP from
286 write code.
288 dropping the read lock and taking the write lock we were not checking
297 non-resident by a concurrent file write.
315 is active on the volume and we are mounting read-write or remounting
316 from read-only to read-write.
323 read-write. This is done by parsing hiberfil.sys if present.
351 prevent anyone else getting hold of it whilst it does the write out.
353 the write to disk which are removed again after the write and
356 ntfs_may_write_mft_record() to see if it is safe to write this
363 then calls write-inode -> ntfs_write_inode -> map_mft_record() ->
371 ifind() so it can write the page out and then unlock the page.
446 - Improve error handling in fs/ntfs/aops.c::ntfs_{read,write}_block().
447 - Cleanup fs/ntfs/aops.c::ntfs_{read,write}page() since we know that a
451 2.1.21 - Fix some races and bugs, rewrite mft write code, add mft allocator.
506 - Attempting to write outside initialized size is _not_ a bug so remove
508 fact required to write outside initialized size when preparing to
681 2.1.15 - Invalidate quotas when (re)mounting read-write.
731 it sets the page dirty. This allows ->writepage to only write the
732 dirty index records rather than having to write all the records in
789 - Mark the volume dirty when (re)mounting read-write and mark it clean
793 read-write for newer NTFS versions but leave it commented out for now
803 make sense with mst protected data and were they to write anything to
805 ntfs_mst_aops which does not have any write related operations set.
817 - Only build logfile.o if building the driver with read-write support.
887 - If the $LogFile indicates a clean shutdown and a read-write (re)mount
957 2.1.0 - First steps towards write support: implement file overwrite.
959 - Add configuration option for developmental write support with an
971 This enables write(2) based overwriting of existing files on ntfs.
982 ntfs_prepare_{,nonresident_}write() in order to discard any
994 clearing PageUptodate() during write out of MstProtected()
996 - Remove leaked write code again.
1006 - Do not allow read-write remounts of read-only volumes with errors.
1012 - Add generic_file_write() as our ntfs file write operation.
1017 recursion and replaces the mrec_lock read/write semaphore with a
1019 race conditions and deadlocks, especially in the future write code.
1030 - Change fs/ntfs/dir.c::ntfs_reddir() to only read/write ->f_pos once
1086 cannot set any write related options when the driver is compiled
1246 and long file names once we add write support. See comments above
1318 error retries and future write code paths.)
1444 structure and a read/write semaphore. Adapt all users of runlists
1565 - Modified (un)map_mft_record functions to be common for read and write