aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Merge branch 'xfs-misc-fixes-for-4.4-3' into for-nextDave Chinner1-3/+4
2015-11-10xfs: give all workqueues rescuer threadsChris Mason1-3/+4
2015-11-03Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner1-0/+1
2015-11-03xfs: don't leak uuid table on rmmodDarrick J. Wong1-0/+1
2015-10-19xfs: fix an error code in xfs_fs_fill_super()Dan Carpenter1-1/+1
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-3/+3
2015-10-12xfs: per-filesystem stats in sysfsBill O'Donnell1-2/+12
2015-10-12xfs: pass xfsstats structures to handlers and macrosBill O'Donnell1-6/+15
2015-10-12xfs: create global stats and stats_clear in sysfsBill O'Donnell1-5/+15
2015-09-07Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-10/+6
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-08-25xfs: collapse allocsize and biosize mount option handlingEric Sandeen1-10/+2
2015-08-19xfs: relocate sparse inode mount warningBrian Foster1-0/+4
2015-06-04xfs: add initial DAX supportDave Chinner1-2/+23
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner1-0/+6
2015-04-13xfs: disallow ro->rw remount on norecovery mountEric Sandeen1-0/+6
2015-03-25Merge branch 'xfs-misc-fixes-for-4.1-2' into for-nextDave Chinner1-1/+1
2015-03-25xfs: Fix incorrect positive ENOMEM returnJoe Perches1-1/+1
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner1-0/+2
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner1-27/+78
2015-02-24xfs: remove deprecated mount optionsEric Sandeen1-20/+0
2015-02-24xfs: log unmount events on consoleEric Sandeen1-0/+1
2015-02-23xfs: introduce mmap/truncate lockDave Chinner1-0/+2
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-20/+64
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner1-3/+7
2015-02-23xfs: use generic percpu counters for free inode counterDave Chinner1-1/+3
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner1-3/+4
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-4/+3
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner1-0/+5
2015-02-06xfs: report proper f_files in statfs if we overshoot imaxpctEric Sandeen1-0/+5
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner1-6/+7
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-6/+7
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-1/+1
2014-12-24xfs: remove extra newlines from xfs messagesEric Sandeen1-1/+1
2014-12-12Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-8/+11
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-4/+2
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster1-3/+2
2014-12-04xfs: active inodes stat is brokenDave Chinner1-1/+0
2014-12-04Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner1-2/+1
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner1-2/+1
2014-12-01xfs: remove unnecessary null checksMarkus Elfring1-2/+1
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-3/+0
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: replace global xfslogd wq with per-mount wqBrian Foster1-1/+10
2014-11-10xfs: Set allowed quota typesJan Kara1-0/+1
2014-09-29xfs: xfs_kset should be static Dave Chinner1-1/+2