aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/super.c
AgeCommit message (Expand)Author
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro
2012-03-20ntfs: switch to d_make_root()Al Viro
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-22NTFS: Remove unused variable.Anton Altaparmakov
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-03ntfs: propagate umode_tAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov
2010-10-29new helper: mount_bdev()Al Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25ntfs: don't call invalidate_inodes()Al Viro
2010-10-04BKL: Remove BKL from NTFSJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-03-17ntfs: use bitmap_weightAkinobu Mita
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner
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