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