Commit Graph

4885 Commits (9893ea9ee668c951170a53e50969f1aeabec496c)
 

Author SHA1 Message Date
szaka 901c3a7227 ntfs_mft_records_read: log all errors 2009-02-11 00:36:27 +00:00
szaka 27dfa1a105 ntfs_external_attr_find: fix crash when extent inode can't be opened (Erik Larsson, Szabolcs Szakacsits) 2009-02-10 21:56:48 +00:00
szaka ff7940b7e7 ntfs_external_attr_find: remove redundant error logging 2009-02-10 20:29:27 +00:00
szaka a400e4c7f0 ntfs_external_attr_find: log all errors 2009-02-10 20:16:48 +00:00
szaka 6a3da7101b ntfs_attr_lookup: log all errors 2009-02-10 20:06:29 +00:00
szaka eb27d2059f ntfs_attr_find: log all errors 2009-02-10 20:04:27 +00:00
szaka 501217f1df ntfs_mst_post_read_fixup, ntfs_mst_pre_write_fixup: log all errors 2009-02-10 19:32:15 +00:00
szaka 18213bb6a9 ntfs_extent_inode_open: remove redundant logging 2009-02-10 13:55:13 +00:00
szaka 24e47ff999 calloc -> ntfs_calloc 2009-02-10 13:50:18 +00:00
szaka 5157bd2fd3 add recover/norecover options, obsolete force option, recover from unclean journal by default 2009-02-10 13:00:04 +00:00
jpandre 2dc7362ba9 Improved computation of runlist for fragmented files O(n) instead of O(n*n) 2009-02-03 17:12:04 +00:00
szaka 84ef1c5f9d manual update 2009-02-01 14:59:56 +00:00
szaka 838af60ff1 manual: merge authors and thanks sections 2009-02-01 12:45:44 +00:00
szaka 91c57a8f08 document generic mount options accepted 2009-02-01 08:16:50 +00:00
szaka cd4666ab78 implement MacFUSE setbkuptime not to break some apps (Erik Larsson) 2009-01-31 15:48:48 +00:00
szaka 21cca783ba Credit major contributors 2009-01-29 16:04:16 +00:00
jpandre 42968369c4 Fixed access control to extended attributes when Posix ACLs are enabled 2009-01-29 09:27:14 +00:00
jpandre 2145789d66 Returned no support when extended attributes are enabled and Posix ACL are not 2009-01-29 09:25:35 +00:00
szaka b6d78e9c7e ntfs_fuse_setxattr: return EOPNOTSUPP if an extended attribute namespace isn't supported 2009-01-29 00:05:17 +00:00
jpandre 9a5e5bbfe3 Avoided logging of removal of non-existent extended attribute 2009-01-27 12:59:10 +00:00
jpandre 12a566eca6 Fixed listing of non-user extended attributes 2009-01-26 09:02:19 +00:00
jpandre 4953a60b7b Fixed access to user extended attributes when Posix ACLs are enabled 2009-01-26 09:00:36 +00:00
jpandre 11216c6942 Adapted to ntfs-3g-2009.1.1 2009-01-23 11:11:44 +00:00
jpandre 638228121d Implemented security, trusted and open name spaces for extended attributes 2009-01-23 11:02:34 +00:00
szaka 33432948aa release 2009.1.1 2009-01-22 12:14:43 +00:00
szaka 3aaaf459ee revert 'change: support the "user." extended attributes namespace ...' change 2009-01-22 12:13:49 +00:00
szaka 318714058c release 2009.1 2009-01-22 01:38:18 +00:00
szaka 8b4e66c23b change: support the "user." extended attributes namespace by default on Linux 2009-01-22 01:01:04 +00:00
szaka 8277f343c0 fix PATH_MAX undefined compilation error on Solaris 2009-01-21 23:53:08 +00:00
szaka faf9707864 move conditional PATH_MAX define to compat.h 2009-01-21 23:51:02 +00:00
szaka 987e6f7bf9 fix extended attribute corruption if new size was smaller (Jean-Pierre Andre) 2009-01-19 02:35:53 +00:00
jpandre 3787dcad77 Fixed checking access to parent directory for removing an extended attribute 2009-01-17 14:29:15 +00:00
jpandre b73ba7f15c Avoided errno pollution when removing a reparse point 2009-01-17 08:39:23 +00:00
jpandre 9b996d31b9 Relocated code for setting/retrieving NTFS attribs 2009-01-17 08:37:17 +00:00
szaka e4bf04aeea ntfs_attr_open: fix named attribute memory leak in error cases (Jean-Pierre Andre) 2009-01-15 16:56:10 +00:00
szaka 4869dc96d5 OS X: remove FUSE_ENABLE_SETVOLNAME comment 2009-01-08 02:52:12 +00:00
szaka f70df990c5 OS X: support getting/setting file creation timestmap (Erik Larsson) 2009-01-08 00:13:42 +00:00
jpandre 0feae8177a Fixed the return value of ntfs_set_file_attributes() 2009-01-06 11:25:55 +00:00
jpandre ca6466c6bb Mapped a few NTFS internal data to extended attributes 2009-01-05 13:56:05 +00:00
jpandre d3f3a19866 Adapted to ntfs-3g.1.5222-RC 2009-01-05 13:28:06 +00:00
jpandre 4898e594b8 Avoided sorting Posix ACEs when there is only one 2008-12-24 15:35:21 +00:00
jpandre f443601201 Avoided a full ACL compare when not needed to determine a default user mapping 2008-12-24 15:33:08 +00:00
jpandre 25e3cad534 Changed the sequencing of operations to compute the size of an ACL 2008-12-24 15:30:25 +00:00
jpandre 33cb0cbd7e Strengthened the consistency checks on ACLs 2008-12-24 15:27:34 +00:00
jpandre f0fbd111e0 Fixed a memory leak in the security API (impacted tools) 2008-12-24 15:09:44 +00:00
jpandre 26681fe0fe Fixed copy of special flags in the security API (for tools) 2008-12-24 15:04:31 +00:00
szaka 0971a60948 release 1.5222-RC 2008-12-22 01:33:49 +00:00
szaka f620cd20eb ntfs_inode_lookup_by_name, ntfs_mft_get_parent_ref: log all errors 2008-12-22 01:28:30 +00:00
szaka 882a17a6ce locale= mount option is not used anymore for filename characterset conversion 2008-12-22 00:48:29 +00:00
szaka 0fcb9b7f42 ntfs_pathname_to_inode: log filename utf8 conversion error 2008-12-22 00:34:15 +00:00