aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c
Commit message (Expand)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-21
|/
* ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-21
|\
| * ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro2012-03-20
| * ntfs: switch to d_make_root()Al Viro2012-03-20
* | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* NTFS: Remove unused variable.Anton Altaparmakov2012-02-22
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-12
* ntfs: propagate umode_tAl Viro2012-01-03
* Fix common misspellingsLucas De Marchi2011-03-31
* NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov2011-01-12
* new helper: mount_bdev()Al Viro2010-10-29
* new helper: ihold()Al Viro2010-10-25
* ntfs: don't call invalidate_inodes()Al Viro2010-10-25
* BKL: Remove BKL from NTFSJan Blunck2010-10-04
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-09
* ntfs: use bitmap_weightAkinobu Mita2010-03-17
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-24
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* ntfs: remove old debug check for dirty data in ntfs_put_super()Jens Axboe2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* ntfs: remove private wrapper of endian helpersHarvey Harrison2009-04-01
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-26
* writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2007-10-17
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-17
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-17
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-07
* mm: make read_cache_page synchronousNick Piggin2007-05-07
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-12
* NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Anton Altaparmakov2007-01-18
* [PATCH] fs/ntfs: Conversion to generic booleanRichard Knutsson2006-10-01
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-27
* [PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2006-07-03
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-23
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-23
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-24
* NTFS: 2.1.27 - Various bug fixes and cleanups.Anton Altaparmakov2006-03-23
* NTFS: Semaphore to mutex conversion.Ingo Molnar2006-03-23
* NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there areAnton Altaparmakov2006-03-23
* NTFS: Fix an (innocent) off-by-one error in the runlist code.Anton Altaparmakov2006-03-23
* NTFS: Do more detailed reporting of why we cannot mount read-write byAnton Altaparmakov2006-02-24
* NTFS: Implement support for sector sizes above 512 bytes (up to the maximumAnton Altaparmakov2006-02-24
* NTFS: We have struct kmem_cache now so use it instead of the typedef.Pekka Enberg2006-02-05