summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-7/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-29/+29
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* ntfs: delete unnecessary checks before calling iput()SF Markus Elfring2015-09-041-14/+7
* ntfs: super.c: Fix error logNik Nyby2015-08-071-1/+1
* ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov2014-10-091-1/+1
* ntfs: remove NULL value assignmentsFabian Frederick2014-06-041-2/+2
* ntfs: logging clean-upFabian Frederick2014-04-071-16/+12
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
* | userns: Convert ntfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-7/+32
|/
* ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao2012-07-301-17/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-3/+6
|\
| * ntfs: forgets to unregister sysctls on register_filesystem() failureAl Viro2012-03-201-0/+2
| * ntfs: switch to d_make_root()Al Viro2012-03-201-3/+4
* | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* NTFS: Remove unused variable.Anton Altaparmakov2012-02-221-3/+1
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
* ntfs: propagate umode_tAl Viro2012-01-031-3/+3
* 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
OpenPOWER on IntegriCloud