| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: rename xfs_sync.[ch] to xfs_icache.[ch] | Dave Chinner | 2012-10-17 | 1 | -1/+1 |
* | xfs: xfs_quiesce_attr() should quiesce the log like unmount | Dave Chinner | 2012-10-17 | 1 | -33/+8 |
* | xfs: move xfs_quiesce_attr() into xfs_super.c | Dave Chinner | 2012-10-17 | 1 | -0/+67 |
* | xfs: xfs_sync_fsdata is redundant | Dave Chinner | 2012-10-17 | 1 | -13/+6 |
* | xfs: syncd workqueue is no more | Dave Chinner | 2012-10-17 | 1 | -20/+18 |
* | xfs: xfs_sync_data is redundant. | Dave Chinner | 2012-10-17 | 1 | -3/+18 |
* | xfs: sync work is now only periodic log work | Dave Chinner | 2012-10-17 | 1 | -12/+4 |
* | xfs: don't run the sync work if the filesystem is read-only | Dave Chinner | 2012-10-17 | 1 | -0/+2 |
* | xfs: rationalise xfs_mount_wq users | Dave Chinner | 2012-10-17 | 1 | -20/+14 |
* | xfs: xfs_syncd_stop must die | Dave Chinner | 2012-10-17 | 1 | -7/+18 |
* | Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-10-02 | 1 | -1/+94 |
|\ |
|
| * | xfs: Make inode32 a remountable option | Carlos Maiolino | 2012-09-26 | 1 | -1/+9 |
| * | xfs: add inode64->inode32 transition into xfs_set_inode32() | Carlos Maiolino | 2012-09-26 | 1 | -3/+12 |
| * | xfs: Fix mp->m_maxagi update during inode64 remount | Carlos Maiolino | 2012-09-26 | 1 | -1/+1 |
| * | xfs: reduce code duplication handling inode32/64 options | Carlos Maiolino | 2012-09-26 | 1 | -24/+65 |
| * | xfs: make inode64 as the default allocation mode | Carlos Maiolino | 2012-09-26 | 1 | -0/+7 |
| * | Make inode64 a remountable option | Carlos Maiolino | 2012-09-26 | 1 | -1/+29 |
| * | xfs: stop the sync worker before xfs_unmountfs | Ben Myers | 2012-09-17 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 | 1 | -0/+5 |
|\ \ |
|
| * | | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 2012-10-02 | 1 | -0/+5 |
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 |
| |/ |
|
* | | xfs: stop the sync worker before xfs_unmountfs | Ben Myers | 2012-09-18 | 1 | -0/+1 |
|/ |
|
* | xfs: remove iolock lock classes | Christoph Hellwig | 2012-07-29 | 1 | -16/+2 |
* | xfs: implement ->update_time | Christoph Hellwig | 2012-07-22 | 1 | -56/+0 |
* | xfs: remove struct xfs_dabuf and infrastructure | Dave Chinner | 2012-07-01 | 1 | -8/+1 |
* | xfs: struct xfs_buf_log_format isn't variable sized. | Dave Chinner | 2012-07-01 | 1 | -3/+2 |
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 2012-05-28 | 1 | -1/+1 |
|\ |
|
| * | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 2012-05-06 | 1 | -1/+1 |
* | | xfs: clean up xfs_bit.h includes | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | | xfs: Do background CIL flushes via a workqueue | Dave Chinner | 2012-05-14 | 1 | -0/+7 |
* | | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 2012-05-14 | 1 | -16/+0 |
* | | xfs: using GFP_NOFS for blkdev_issue_flush | Shaohua Li | 2012-05-14 | 1 | -1/+1 |
* | | xfs: Ensure inode reclaim can run during quotacheck | Dave Chinner | 2012-04-17 | 1 | -11/+10 |
* | | xfs: don't fill statvfs with project quota for a directory if it was not enab... | Jie Liu | 2012-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-03-28 | 1 | -0/+33 |
|\ |
|
| * | xfs: don't cache inodes read through bulkstat | Dave Chinner | 2012-03-26 | 1 | -0/+17 |
| * | xfs: introduce an allocation workqueue | Dave Chinner | 2012-03-22 | 1 | -0/+16 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-03-23 | 1 | -79/+85 |
|\ \
| |/ |
|
| * | xfs: remove the global xfs_Gqm structure | Christoph Hellwig | 2012-03-14 | 1 | -3/+7 |
| * | xfs: reimplement fdatasync support | Christoph Hellwig | 2012-03-13 | 1 | -1/+1 |
| * | xfs: log timestamp updates | Christoph Hellwig | 2012-03-13 | 1 | -71/+37 |
| * | xfs: use per-filesystem I/O completion workqueues | Christoph Hellwig | 2012-03-05 | 1 | -1/+38 |
| * | Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage | Chandra Seetharaman | 2012-02-03 | 1 | -4/+3 |
* | | switch open-coded instances of d_make_root() to new helper | Al Viro | 2012-03-20 | 1 | -4/+2 |
* | | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 2012-03-20 | 1 | -0/+1 |
|/ |
|
* | xfs: replace i_pin_wait with a bit waitqueue | Christoph Hellwig | 2012-01-17 | 1 | -1/+0 |
* | xfs: replace i_flock with a sleeping bitlock | Christoph Hellwig | 2012-01-17 | 1 | -7/+0 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-01-08 | 1 | -26/+10 |
|\ |
|
| * | xfs: mark the xfssyncd workqueue as non-reentrant | Christoph Hellwig | 2011-12-19 | 1 | -5/+5 |