summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: xfs_sync_fsdata is redundantDave Chinner2012-10-171-13/+6Star
* xfs: syncd workqueue is no moreDave Chinner2012-10-171-20/+18Star
* xfs: xfs_sync_data is redundant.Dave Chinner2012-10-171-3/+18
* xfs: sync work is now only periodic log workDave Chinner2012-10-171-12/+4Star
* xfs: don't run the sync work if the filesystem is read-onlyDave Chinner2012-10-171-0/+2
* xfs: rationalise xfs_mount_wq usersDave Chinner2012-10-171-20/+14Star
* xfs: xfs_syncd_stop must dieDave Chinner2012-10-171-7/+18
* Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-10-031-1/+94
|\
| * xfs: Make inode32 a remountable optionCarlos Maiolino2012-09-261-1/+9
| * xfs: add inode64->inode32 transition into xfs_set_inode32()Carlos Maiolino2012-09-261-3/+12
| * xfs: Fix mp->m_maxagi update during inode64 remountCarlos Maiolino2012-09-261-1/+1
| * xfs: reduce code duplication handling inode32/64 optionsCarlos Maiolino2012-09-261-24/+65
| * xfs: make inode64 as the default allocation modeCarlos Maiolino2012-09-261-0/+7
| * Make inode64 a remountable optionCarlos Maiolino2012-09-261-1/+29
| * xfs: stop the sync worker before xfs_unmountfsBen Myers2012-09-171-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ \ | |/ / |/| |
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
| |/
* / xfs: stop the sync worker before xfs_unmountfsBen Myers2012-09-181-0/+1
|/
* xfs: remove iolock lock classesChristoph Hellwig2012-07-291-16/+2Star
* xfs: implement ->update_timeChristoph Hellwig2012-07-221-56/+0Star
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-011-8/+1Star
* xfs: struct xfs_buf_log_format isn't variable sized.Dave Chinner2012-07-011-3/+2Star
* Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* | xfs: Do background CIL flushes via a workqueueDave Chinner2012-05-141-0/+7
* | xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-16/+0Star
* | xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li2012-05-141-1/+1
* | xfs: Ensure inode reclaim can run during quotacheckDave Chinner2012-04-171-11/+10Star
* | xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu2012-04-161-1/+1
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-03-291-0/+33
|\
| * xfs: don't cache inodes read through bulkstatDave Chinner2012-03-271-0/+17
| * xfs: introduce an allocation workqueueDave Chinner2012-03-221-0/+16
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-03-231-79/+85
|\|
| * xfs: remove the global xfs_Gqm structureChristoph Hellwig2012-03-141-3/+7
| * xfs: reimplement fdatasync supportChristoph Hellwig2012-03-131-1/+1
| * xfs: log timestamp updatesChristoph Hellwig2012-03-131-71/+37Star
| * xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig2012-03-051-1/+38
| * Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman2012-02-031-4/+3Star
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
* | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-0/+1
|/
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-171-1/+0Star
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-7/+0Star
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-01-081-26/+10Star
|\
| * xfs: mark the xfssyncd workqueue as non-reentrantChristoph Hellwig2011-12-201-5/+5
| * xfs: remove xfs_qm_syncChristoph Hellwig2011-12-121-9/+2Star
| * xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-081-12/+3Star
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-2/+2