summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/super.c
AgeCommit message (Expand)Author
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner
2019-05-01ntfs: switch to ->free_inode()Al Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-09-04ntfs: delete unnecessary checks before calling iput()SF Markus Elfring
2015-08-07ntfs: super.c: Fix error logNik Nyby
2014-10-09ntfs: use find_get_page_flags() to mark page accessed as it is no longer mark...Anton Altaparmakov
2014-06-04ntfs: remove NULL value assignmentsFabian Frederick
2014-04-07ntfs: logging clean-upFabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
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