index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
Age
Commit message (
Expand
)
Author
Lines
2005-01-25
NTFS: Add printk rate limiting for ntfs_warning() and ntfs_error() when
Anton Altaparmakov
-0
/
+15
2005-01-20
[PATCH] Lock initializer cleanup: Filesystems
Thomas Gleixner
-3
/
+3
2005-01-04
[PATCH] Sync in core time granuality with filesystems
Andi Kleen
-1
/
+4
2004-11-10
NTFS: 2.1.22 - Many bug and race fixes and error handling improvements.
Anton Altaparmakov
-76
/
+65
2004-11-09
NTFS: Disable the file size changing code from
Anton Altaparmakov
-5
/
+6
2004-11-09
NTFS: - Fix creation of buffers in fs/ntfs/mft.c::ntfs_sync_mft_mirror().
Anton Altaparmakov
-9
/
+21
2004-11-09
NTFS: - Add mapping of unmapped buffers to all remaining code paths, i.e.
Anton Altaparmakov
-103
/
+309
2004-11-05
NTFS: Minor cleanup of fs/ntfs/debug.c.
Anton Altaparmakov
-10
/
+9
2004-11-05
NTFS: Fix bug in handling of bad inodes in fs/ntfs/namei.c::ntfs_lookup().
Anton Altaparmakov
-4
/
+19
2004-11-05
NTFS: Fix error handling in fs/ntfs/quota.c::ntfs_mark_quotas_out_of_date()
Anton Altaparmakov
-2
/
+5
2004-11-05
NTFS: Rewrite handling of multi sector transfer errors. We now do not set
Anton Altaparmakov
-64
/
+82
2004-11-04
NTFS: Drop the runlist lock after the vcn has been read in
Anton Altaparmakov
-1
/
+3
2004-11-04
NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_external_attr_find() in the
Anton Altaparmakov
-2
/
+9
2004-11-03
NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() so it allocates
Anton Altaparmakov
-18
/
+44
2004-11-01
NTFS: Make several functions and variables static. (Adrian Bunk)
Anton Altaparmakov
-13
/
+13
2004-11-01
NTFS: Add MODULE_VERSION() to fs/ntfs/super.c.
Anton Altaparmakov
-0
/
+1
2004-11-01
NTFS: Fix stupid bug in fs/ntfs/attrib.c::ntfs_attr_find() that resulted in
Anton Altaparmakov
-13
/
+4
2004-10-29
NTFS: Remove unused function fs/ntfs/runlist.c::ntfs_rl_merge(). (Adrian Bunk)
Anton Altaparmakov
-25
/
+7
2004-10-28
NTFS: Implement extension of resident files in the regular file write code
Anton Altaparmakov
-179
/
+214
2004-10-28
NTFS: In fs/ntfs/aops.c::ntfs_writepage(), if t he page is fully outside
Anton Altaparmakov
-1
/
+10
2004-10-27
NTFS: Check for location of attribute name and improve error handling in
Anton Altaparmakov
-107
/
+143
2004-10-27
NTFS: Ensure the mft record size does not exceed the PAGE_CACHE_SIZE at
Anton Altaparmakov
-8
/
+22
2004-10-25
NTFS: In fs/ntfs/aops.c::mark_ntfs_record_dirty(), take the
Anton Altaparmakov
-0
/
+5
2004-10-25
NTFS: Add attribute definition handling helpers to fs/ntfs/attrib.[hc]:
Anton Altaparmakov
-0
/
+141
2004-10-25
NTFS: Fix min_size and max_size definitions in ATTR_DEF structure in
Anton Altaparmakov
-2
/
+4
2004-10-25
NTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to return an error code
Anton Altaparmakov
-5
/
+29
2004-10-25
Merge cantab.net:/home/src/bklinux-2.6
Anton Altaparmakov
-0
/
+1
2004-10-24
[PATCH] NTFS: missing #include <linux/vmalloc.h>
Geert Uytterhoeven
-0
/
+1
2004-10-21
NTFS: Improve error handling in fs/ntfs/inode.c::ntfs_truncate().
Anton Altaparmakov
-21
/
+34
2004-10-18
NTFS: Update Documentation/filesystems/ntfs.txt with instructions on how to
Anton Altaparmakov
-0
/
+4
2004-10-17
NTFS: 2.1.21 release
Anton Altaparmakov
-3
/
+3
2004-10-16
NTFS: Add fs/ntfs/mft.[hc]::ntfs_mft_record_alloc() and various helper
Anton Altaparmakov
-0
/
+1577
2004-10-16
NTFS: Modify fs/ntfs/mft.c::map_extent_mft_record() to only verify the mft
Anton Altaparmakov
-2
/
+4
2004-10-16
NTFS: Add helpers fs/ntfs/layout.h::MK_MREF() and MK_LE_MREF().
Anton Altaparmakov
-0
/
+5
2004-10-16
NTFS: Simplify setup of i_mode in fs/ntfs/inode.c::ntfs_read_locked_inode().
Anton Altaparmakov
-19
/
+15
2004-10-16
NTFS: Move the static inline ntfs_init_big_inode() from fs/ntfs/inode.c to
Anton Altaparmakov
-24
/
+34
2004-10-15
NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() and
Anton Altaparmakov
-29
/
+38
2004-10-15
NTFS: Modify fs/ntfs/aops.c::mark_ntfs_record_dirty() to no longer take the
Anton Altaparmakov
-19
/
+23
2004-10-14
NTFS: - Fix two race conditions in fs/ntfs/inode.c::ntfs_put_inode().
Anton Altaparmakov
-25
/
+32
2004-10-14
NTFS: Big cleanup of mft record writing code.
Anton Altaparmakov
-456
/
+511
2004-10-12
NTFS: Provide exclusion between opening an inode / mapping an mft record
Anton Altaparmakov
-11
/
+12
2004-10-12
NTFS: Map the page instead of using page_address() before writing to it in
Anton Altaparmakov
-1
/
+5
2004-10-12
NTFS: Attempting to write outside initialized size is _not_ a bug so remove
Anton Altaparmakov
-2
/
+4
2004-10-12
NTFS: Modify fs/ntfs/mft.c::write_mft_record_nolock() so that it only
Anton Altaparmakov
-19
/
+30
2004-10-11
NTFS: Add fs/ntfs/mft.c::try_map_mft_record() which fails with -EALREADY if
Anton Altaparmakov
-0
/
+55
2004-10-10
NTFS: Fix warnings on x86-64. (Randy Dunlap with slight modification from me)
Anton Altaparmakov
-4
/
+7
2004-10-10
NTFS: Update fs/ntfs/inode.c::ntfs_write_inode() to also use the helper
Anton Altaparmakov
-2
/
+12
2004-10-07
NTFS: - Modify fs/ntfs/mft.c::__mark_mft_record_dirty() to use the helper
Anton Altaparmakov
-35
/
+11
2004-10-07
NTFS: Remove unused {__,}format_mft_record() from fs/ntfs/mft.c.
Anton Altaparmakov
-73
/
+1
2004-10-07
NTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops.h and fix resulting
Anton Altaparmakov
-113
/
+173
[next]