- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / fs / ntfs / file.c
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-09-23 Christoph Hellwigntfs: remove ntfs_file_write
2009-09-14 Jan Karantfs: Use new syncing helpers and update comments
2008-10-20 Rik van Rielvmscan: split LRU lists into anon & file sets
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-17 Alan Coxfs: correct SuS compliance for open of large file witho...
2007-10-13 Jeff Mahoney- Rebased to to 2.6.23.1
2007-10-12 Anton AltaparmakovNTFS: Fix a mount time deadlock.
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-12 Nate Dillerntfs: use zero_user_page
2007-05-08 Dmitriy Monakhovmm: move common segment checks to separate helper function
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-03-30 Andreas Gruenbacher- patches.apparmor/*: Add the DFA-based AppArmor kernel...
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2006-12-08 Josef "Jeff" Sipek[PATCH] ntfs: change uses of f_{dentry, vfsmnt} to...
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-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
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-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-23 Anton AltaparmakovNTFS: Remove all the make_bad_inode() calls. This...
2006-03-07 Anton AltaparmakovNTFS: Fix two compiler warnings on Alpha. Thanks to...
2006-02-24 Anton AltaparmakovNTFS: Implement support for sector sizes above 512...
2006-01-19 Anton AltaparmakovMerge branch 'master' of /usr/src/ntfs-2.6/
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, ...
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: 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-09-08 Anton AltaparmakovNTFS: Remove bogus setting of PageError in ntfs_read_co...
2005-05-04 Anton AltaparmakovNTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_op...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-10-25 Anton AltaparmakovNTFS: - Change fs/ntfs/inode.c::ntfs_truncate() to...
2004-10-16 Anton AltaparmakovNTFS: Move the static inline ntfs_init_big_inode()...
2004-10-07 Anton AltaparmakovNTFS: - Move ntfs_{un,}map_page() from ntfs.h to aops...
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-07-08 Anton AltaparmakovNTFS: Implement fsync, fdatasync, and msync both for...
2004-07-07 Anton AltaparmakovNTFS: Add support for readv/writev and aio_read/aio_write.
2004-05-11 Anton AltaparmakovNTFS: Cleanup whitespace (trailing space removal, etc).
2002-08-21 Anton AltaparmakovNTFS: Add ifdef NTFS_RW arround ntfs_truncate and ntfs_...
2002-08-21 Anton AltaparmakovNTFS: 2.1.0 - First steps towards write support: implem...
2002-08-20 Anton AltaparmakovNTFS: Initial implementation of write(2) based overwrit...
2002-08-13 Anton AltaparmakovNTFS: 2.0.25 - Small bug fixes and cleanups.
2002-08-07 Anton AltaparmakovNTFS: 2.0.24 - Cleanups.
2002-08-04 Anton AltaparmakovManual merge.
2002-07-27 Christoph HellwigVFS: implement sendfile file operation
2002-07-24 Anton AltaparmakovNTFS: oops... remove leaked one liner from ntfs write...
2002-07-24 Anton AltaparmakovNTFS: 2.0.22 - Cleanups, mainly to ntfs_readdir(),...
2002-07-15 Anton AltaparmakovNTFS: 2.0.21 - Check for, and refuse to work with too...
2002-05-11 Anton AltaparmakovNTFS 2.0.7: minor cleanup, remove NULL struct initializers
2002-03-08 Anton AltaparmakovImport changeset