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