PC300too alternative WAN driver
[safe/jmp/linux-2.6] / fs / ntfs /
2007-01-31 Andrew Morton[PATCH] ntfs: kmap_atomic() atomicity fix
2007-01-18 Anton AltaparmakovNTFS: Forgot to bump version number in makefile to...
2007-01-18 Anton AltaparmakovNTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov...
2006-12-08 Josef "Jeff" Sipek[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOFS
2006-10-01 Badari Pulavarty[PATCH] Streamline generic_file_* interfaces and filema...
2006-10-01 Badari Pulavarty[PATCH] Remove readv/writev methods and use aio_read...
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-10-01 Richard Knutsson[PATCH] fs/ntfs: Conversion to generic boolean
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-27 Panagiotis Issaris[PATCH] fs: Removing useless casts
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate NTFS locking rules
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-25 NeilBrown[PATCH] Prepare for __copy_from_user_inatomic to not...
2006-06-23 Pekka Enberg[PATCH] read_mapping_page for address space
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to perform statfs with...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-22 Anton Altaparmakov[PATCH] NTFS: Critical bug fix (affects MIPS and possib...
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-26 Akinobu Mita[PATCH] bitops: ntfs: remove generic_ffs()
2006-03-24 Paul Jackson[PATCH] cpuset memory spread: slab cache filesystems
2006-03-23 Anton AltaparmakovNTFS: 2.1.27 - Various bug fixes and cleanups.
2006-03-23 Ingo MolnarNTFS: Semaphore to mutex conversion.
2006-03-23 Anton AltaparmakovNTFS: Handle the recently introduced -ENAMETOOLONG...
2006-03-23 Anton AltaparmakovNTFS: Add a missing call to flush_dcache_mft_record_pag...
2006-03-23 Anton AltaparmakovNTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_in...
2006-03-23 Anton AltaparmakovNTFS: Improve comments on file attribute flags in fs...
2006-03-23 Anton AltaparmakovNTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlsto...
2006-03-23 Anton AltaparmakovNTFS: Remove all the make_bad_inode() calls. This...
2006-03-23 Anton AltaparmakovNTFS: Add support for sparse files which have a compres...
2006-03-23 Anton AltaparmakovNTFS: Fix comparison of $MFT and $MFTMirr to not bail...
2006-03-23 Anton AltaparmakovNTFS: Use buffer_migrate_page() for the ->migratepage...
2006-03-23 Anton AltaparmakovNTFS: Fix a buggette in an "should be impossible" case...
2006-03-23 Anton AltaparmakovNTFS: Fix an (innocent) off-by-one error in the runlist...
2006-03-07 Anton AltaparmakovNTFS: Fix two compiler warnings on Alpha. Thanks to...
2006-02-24 Anton AltaparmakovNTFS: Do more detailed reporting of why we cannot mount...
2006-02-24 Anton AltaparmakovNTFS: Implement support for sector sizes above 512...
2006-02-24 Anton AltaparmakovMerge ../ntfs-2.6-devel
2006-02-24 Anton AltaparmakovNTFS: - Cope with attribute list attribute having inval...
2006-02-05 Pekka EnbergNTFS: We have struct kmem_cache now so use it instead...
2006-01-19 Anton AltaparmakovMerge branch 'master' of /usr/src/ntfs-2.6/
2006-01-10 Christoph Hellwig[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIM...
2006-01-10 Christoph Hellwig[PATCH] replace inode_update_time with file_update_time
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-03 Adrian Bunkupdate the email address of Randy Dunlap
2005-11-24 Anton AltaparmakovNTFS: Fix a potential overflow by casting (index +...
2005-11-01 Anton AltaparmakovNTFS: Fix a stupid bug causing writes to non-initialize...
2005-10-24 Anton AltaparmakovNTFS: Document extended attribute ($EA) NEED_EA flag...
2005-10-24 Anton AltaparmakovNTFS: Fix compilation warnings with gcc-4.0.2 on SUSE...
2005-10-24 Anton AltaparmakovNTFS: Use %z for size_t to fix compilation warnings...
2005-10-19 Anton AltaparmakovNTFS: Fix serious data corruption issue when writing.
2005-10-19 Anton AltaparmakovNTFS: $EA attributes can be both resident non-resident.
2005-10-11 Anton AltaparmakovNTFS: The big ntfs write(2) rewrite has arrived. We...
2005-10-11 Anton AltaparmakovNTFS: Remove address space operations ->prepare_write...
2005-10-11 Anton AltaparmakovNTFS: In attrib.c::ntfs_attr_set() call balance_dirty_p...
2005-10-11 Anton AltaparmakovMerge branch 'master' of /usr/src/ntfs-2.6/
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-04 Anton AltaparmakovNTFS: Enable ATTR_SIZE attribute changes in ntfs_setatt...
2005-10-04 Anton AltaparmakovNTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(...
2005-10-04 Anton AltaparmakovNTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocat...
2005-10-04 Anton AltaparmakovNTFS: Fix ntfs_attr_make_non_resident() to update the...
2005-10-04 Anton AltaparmakovNTFS: Change ntfs_attr_make_non_resident to take the...
2005-10-04 Anton AltaparmakovNTFS: - Change ntfs_cluster_alloc() to take an extra...
2005-10-04 Anton AltaparmakovNTFS: - Change {__,}ntfs_cluster_free() to also take...
2005-10-04 Anton AltaparmakovNTFS: Change ntfs_attr_find_vcn_nolock() to also take...
2005-10-04 Anton AltaparmakovNTFS: Change ntfs_map_runlist_nolock() to also take...
2005-10-04 Anton AltaparmakovNTFS: Fix a 64-bitness bug where a left-shift could...
2005-10-04 Anton AltaparmakovNTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run...
2005-09-26 Anton AltaparmakovNTFS: Re-fix sparse warnings in a more correct way...
2005-09-26 Anton AltaparmakovNTFS: More $LogFile handling fixes: when chkdsk has...
2005-09-26 Anton AltaparmakovNTFS: Fix the definition of the CHKD ntfs record magic...
2005-09-23 Anton AltaparmakovNTFS: Change ntfs_cluster_free() to require a write...
2005-09-22 Anton AltaparmakovNTFS: Fix sparse warnings that have crept in over time.
2005-09-20 Anton AltaparmakovNTFS: More runlist handling fixes from Richard Russon...
2005-09-19 Anton AltaparmakovNTFS: Fix ntfs_{read,write}page() to cope with concurre...
2005-09-19 Anton AltaparmakovNTFS: Fix handling of compressed directories that I...
2005-09-19 Anton AltaparmakovNTFS: Fix various bugs in the runlist merging code...
2005-09-12 Anton AltaparmakovNTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in...
2005-09-12 Anton AltaparmakovNTFS: Change the mount options {u,f,d}mask to always...
2005-09-10 Andrew Morton[PATCH] ntfs build fix
2005-09-08 Anton AltaparmakovNTFS: 2.1.24 release and some minor final fixes.
2005-09-08 Anton AltaparmakovNTFS: Improve scalability by changing the driver global...
2005-09-08 Anton AltaparmakovNTFS: Fix page_has_buffers()/page_buffers() handling...
2005-09-08 Anton AltaparmakovNTFS: Fixup handling of sparse, compressed, and encrypt...
2005-09-08 Anton AltaparmakovNTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block(...
2005-09-08 Anton AltaparmakovNTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by...
2005-09-08 Anton AltaparmakovNTFS: Fixup handling of sparse, compressed, and encrypt...
2005-09-08 Anton AltaparmakovNTFS: Make ntfs_write_block() not instantiate sparse...
2005-09-08 Anton AltaparmakovNTFS: Fixup handling of sparse, compressed, and encrypt...
2005-09-08 Anton AltaparmakovNTFS: Truncate {a,c,m}time to the ntfs supported time...
2005-09-08 Anton AltaparmakovNTFS: Fix cluster (de)allocators to work when the runli...
2005-09-08 Anton AltaparmakovNTFS: Fix handling of sparse attributes in ntfs_attr_ma...
2005-09-08 Anton AltaparmakovNTFS: Fix several bugs in fs/ntfs/attrib.c.
2005-09-08 Anton AltaparmakovNTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value...
2005-09-08 Anton AltaparmakovNTFS: Remove bogus setting of PageError in ntfs_read_co...
2005-09-08 Anton AltaparmakovNTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup...
2005-09-08 Anton AltaparmakovNTFS: Add ntfs_rl_punch_nolock() which punches a caller...
2005-09-08 Anton AltaparmakovNTFS: Change ntfs_rl_truncate_nolock() to throw away...
next