summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c
AgeCommit message (Expand)AuthorLines
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu-2/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter-2/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-5/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter-2/+1
2007-05-07mm: make read_cache_page synchronousNick Piggin-26/+4
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov-5/+2
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson-89/+89
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan-23/+5
2006-07-03[PATCH] lockdep: annotate NTFS locking rulesIngo Molnar-0/+31
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells-3/+4
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson-2/+2
2006-03-23NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov-1/+1
2006-03-23NTFS: Semaphore to mutex conversion.Ingo Molnar-21/+21
2006-03-23NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov-13/+25
2006-03-23NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov-1/+1
2006-02-24NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov-7/+27
2006-02-24NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov-52/+99
2006-02-05NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg-6/+6
2006-01-10[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignmentsChristoph Hellwig-14/+14
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen-8/+8
2005-10-24NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)Anton Altaparmakov-1/+1
2005-09-12NTFS: Change the mount options {u,f,d}mask to always parse the number asAnton Altaparmakov-3/+11
2005-09-08NTFS: 2.1.24 release and some minor final fixes.Anton Altaparmakov-1/+1
2005-09-08NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov-4/+12
2005-06-25NTFS: Detect the case when Windows has been suspended to disk on the volumeAnton Altaparmakov-11/+168
2005-06-25NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov-3/+251
2005-05-27NTFS: Use C99 style structure initialization after memory allocation whereAnton Altaparmakov-28/+11
2005-05-05NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov-3/+3
2005-05-05NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov-4/+8
2005-05-05NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl-2/+1
2005-05-05NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move theAnton Altaparmakov-34/+0
2005-05-05NTFS: - Add disable_sparse mount option together with a per volume sparseAnton Altaparmakov-18/+47
2005-05-05NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cachedAnton Altaparmakov-48/+54
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2771