aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-7/+7
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-121-3/+3
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* new helper: ihold()Al Viro2010-10-251-2/+2
* ntfs: don't call invalidate_inodes()Al Viro2010-10-251-15/+0
* BKL: Remove BKL from NTFSJan Blunck2010-10-041-27/+2
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-0/+5
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-1/+1
* ntfs: use bitmap_weightAkinobu Mita2010-03-171-12/+13
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-0/+8
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-6/+4
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+14
* ntfs: remove old debug check for dirty data in ntfs_put_super()Jens Axboe2009-06-111-30/+3
* push BKL down into ->put_superChristoph Hellwig2009-06-111-1/+5
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-3/+3
* ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-011-25/+25
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2007-10-171-2/+2
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-5/+5
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* mm: make read_cache_page synchronousNick Piggin2007-05-071-26/+4
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-181-5/+2
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-011-89/+89
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-23/+5
* [PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2006-07-031-0/+31
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-3/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-2/+2
* NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov2006-03-231-1/+1
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-231-21/+21
* NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2006-03-231-13/+25
* NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov2006-03-231-1/+1
* NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov2006-02-241-7/+27
* NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-241-52/+99
* NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg2006-02-051-6/+6
* [PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignmentsChristoph Hellwig2006-01-101-14/+14
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-8/+8
* NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)Anton Altaparmakov2005-10-241-1/+1
* NTFS: Change the mount options {u,f,d}mask to always parse the number asAnton Altaparmakov2005-09-121-3/+11
* NTFS: 2.1.24 release and some minor final fixes.Anton Altaparmakov2005-09-081-1/+1
* NTFS: Support more clean journal ($LogFile) states.Anton Altaparmakov2005-09-081-4/+12
* NTFS: Detect the case when Windows has been suspended to disk on the volumeAnton Altaparmakov2005-06-251-11/+168
* NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if itAnton Altaparmakov2005-06-251-3/+251
* NTFS: Use C99 style structure initialization after memory allocation whereAnton Altaparmakov2005-05-271-28/+11
* NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant insteadAnton Altaparmakov2005-05-051-3/+3
* NTFS: Some utilities modify the boot sector but do not update the checksum.Anton Altaparmakov2005-05-051-4/+8
* NTFS: Remove checks for NULL before calling kfree() since kfree() does theJesper Juhl2005-05-051-2/+1