aboutsummaryrefslogtreecommitdiff
path: root/fs/ntfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-7/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-29/+29
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-09-04ntfs: delete unnecessary checks before calling iput()Gravatar SF Markus Elfring 1-14/+7
2015-08-07ntfs: super.c: Fix error logGravatar Nik Nyby 1-1/+1
2014-10-09ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Gravatar Anton Altaparmakov 1-1/+1
2014-06-04ntfs: remove NULL value assignmentsGravatar Fabian Frederick 1-2/+2
2014-04-07ntfs: logging clean-upGravatar Fabian Frederick 1-16/+12
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-09-21userns: Convert ntfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-7/+32
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsGravatar Fernando Luis Vazquez Cao 1-17/+0
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+6
2012-03-20ntfs: forgets to unregister sysctls on register_filesystem() failureGravatar Al Viro 1-0/+2
2012-03-20ntfs: switch to d_make_root()Gravatar Al Viro 1-3/+4
2012-03-20ntfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+4
2012-02-22NTFS: Remove unused variable.Gravatar Anton Altaparmakov 1-3/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Gravatar Rusty Russell 1-1/+1
2012-01-03ntfs: propagate umode_tGravatar Al Viro 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-7/+7
2011-01-12NTFS: writev() fix and maintenance/contact details updateGravatar Anton Altaparmakov 1-3/+3
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-25new helper: ihold()Gravatar Al Viro 1-2/+2
2010-10-25ntfs: don't call invalidate_inodes()Gravatar Al Viro 1-15/+0
2010-10-04BKL: Remove BKL from NTFSGravatar Jan Blunck 1-27/+2
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-1/+1
2010-03-17ntfs: use bitmap_weightGravatar Akinobu Mita 1-12/+13
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-0/+8
2009-09-24fs: Make unload_nls() NULL pointer safeGravatar Thomas Gleixner 1-6/+4
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-1/+14
2009-06-11ntfs: remove old debug check for dirty data in ntfs_put_super()Gravatar Jens Axboe 1-30/+3
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-1/+5
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-3/+3
2009-04-01ntfs: remove private wrapper of endian helpersGravatar Harvey Harrison 1-25/+25
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Gravatar Fengguang Wu 1-2/+2
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-5/+5
2007-05-17Remove SLAB_CTOR_CONSTRUCTORGravatar Christoph Lameter 1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagGravatar Christoph Lameter 1-2/+1
2007-05-07mm: make read_cache_page synchronousGravatar Nick Piggin 1-26/+4
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-01-18NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().Gravatar Anton Altaparmakov 1-5/+2
2006-10-01[PATCH] fs/ntfs: Conversion to generic booleanGravatar Richard Knutsson 1-89/+89
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueGravatar Alexey Dobriyan 1-23/+5
2006-07-03[PATCH] lockdep: annotate NTFS locking rulesGravatar Ingo Molnar 1-0/+31