Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e750d1c7
Commit
e750d1c7
authored
Mar 23, 2006
by
Anton Altaparmakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NTFS: 2.1.27 - Various bug fixes and cleanups.
Signed-off-by:
Anton Altaparmakov
<
aia21@cantab.net
>
parent
4e5e529a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Documentation/filesystems/ntfs.txt
Documentation/filesystems/ntfs.txt
+5
-0
fs/ntfs/super.c
fs/ntfs/super.c
+1
-1
No files found.
Documentation/filesystems/ntfs.txt
View file @
e750d1c7
...
...
@@ -457,6 +457,11 @@ ChangeLog
Note, a technical ChangeLog aimed at kernel hackers is in fs/ntfs/ChangeLog.
2.1.27:
- Implement page migration support so the kernel can move memory used
by NTFS files and directories around for management purposes.
- Add support for writing to sparse files created with Windows XP SP2.
- Many minor improvements and bug fixes.
2.1.26:
- Implement support for sector sizes above 512 bytes (up to the maximum
supported by NTFS which is 4096 bytes).
...
...
fs/ntfs/super.c
View file @
e750d1c7
...
...
@@ -3090,7 +3090,7 @@ static void ntfs_big_inode_init_once(void *foo, struct kmem_cache *cachep,
struct
kmem_cache
*
ntfs_attr_ctx_cache
;
struct
kmem_cache
*
ntfs_index_ctx_cache
;
/* Driver wide
semaphore
. */
/* Driver wide
mutex
. */
DEFINE_MUTEX
(
ntfs_lock
);
static
struct
super_block
*
ntfs_get_sb
(
struct
file_system_type
*
fs_type
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment