aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-13fs/xfs remove obsolete simple_strto<foo>Abhijit Pawar1-10/+19
2012-11-08xfs: add background scanning to clear eofblocks inodesBrian Foster1-0/+9
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-1/+1
2012-10-17xfs: xfs_quiesce_attr() should quiesce the log like unmountDave Chinner1-33/+8
2012-10-17xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner1-0/+67
2012-10-17xfs: xfs_sync_fsdata is redundantDave Chinner1-13/+6
2012-10-17xfs: syncd workqueue is no moreDave Chinner1-20/+18
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-3/+18
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-12/+4
2012-10-17xfs: don't run the sync work if the filesystem is read-onlyDave Chinner1-0/+2
2012-10-17xfs: rationalise xfs_mount_wq usersDave Chinner1-20/+14
2012-10-17xfs: xfs_syncd_stop must dieDave Chinner1-7/+18
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+94
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26xfs: Make inode32 a remountable optionCarlos Maiolino1-1/+9
2012-09-26xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino1-3/+12
2012-09-26xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino1-1/+1
2012-09-26xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino1-24/+65
2012-09-26xfs: make inode64 as the default allocation modeCarlos Maiolino1-0/+7
2012-09-26Make inode64 a remountable optionCarlos Maiolino1-1/+29
2012-09-18xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-09-17xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-29xfs: remove iolock lock classesChristoph Hellwig1-16/+2
2012-07-22xfs: implement ->update_timeChristoph Hellwig1-56/+0
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner1-8/+1
2012-07-01xfs: struct xfs_buf_log_format isn't variable sized.Dave Chinner1-3/+2
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: Do background CIL flushes via a workqueueDave Chinner1-0/+7
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-16/+0
2012-05-14xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-17xfs: Ensure inode reclaim can run during quotacheckDave Chinner1-11/+10
2012-04-16xfs: don't fill statvfs with project quota for a directory if it was not enabled.Jie Liu1-1/+1
2012-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+33
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner1-0/+17
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-79/+85
2012-03-22xfs: introduce an allocation workqueueDave Chinner1-0/+16
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig1-3/+7
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig1-1/+1
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-71/+37
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig1-1/+38
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman1-4/+3
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig1-1/+0
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-7/+0