| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: remove subdirectories | Christoph Hellwig | 2011-08-12 | 1 | -1773/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-22 | 1 | -10/+17 |
|\ |
|
| * | xfs: make use of new shrinker callout for the inode cache | Dave Chinner | 2011-07-20 | 1 | -9/+17 |
* | | xfs: remove leftovers of the old btree tracing code | Christoph Hellwig | 2011-07-13 | 1 | -1/+0 |
* | | xfs: start periodic workers later | Christoph Hellwig | 2011-07-13 | 1 | -21/+14 |
|/ |
|
* | xfs: make log devices with write back caches work | Christoph Hellwig | 2011-06-16 | 1 | -75/+0 |
* | fs: pass exact type of data dirties to ->dirty_inode | Christoph Hellwig | 2011-05-27 | 1 | -1/+2 |
* | xfs: add online discard support | Christoph Hellwig | 2011-05-24 | 1 | -2/+16 |
* | xfs: fix duplicate workqueue initialisation | Dave Chinner | 2011-05-19 | 1 | -4/+0 |
* | xfs_destroy_workqueues() should not be tagged with__exit | Luck, Tony | 2011-04-11 | 1 | -1/+1 |
* | xfs: convert the xfsaild threads to a workqueue | Dave Chinner | 2011-04-08 | 1 | -84/+43 |
* | xfs: convert ENOSPC inode flushing to use new syncd workqueue | Dave Chinner | 2011-04-08 | 1 | -2/+0 |
* | xfs: introduce a xfssyncd workqueue | Dave Chinner | 2011-04-08 | 1 | -13/+17 |
* | xfs: register the inode cache shrinker before quotachecks | Dave Chinner | 2011-03-26 | 1 | -10/+24 |
* | xfs: introduce inode cluster buffer trylocks for xfs_iflush | Dave Chinner | 2011-03-26 | 1 | -1/+1 |
* | xfs: Convert linux-2.6/ files to new logging interface | Dave Chinner | 2011-03-07 | 1 | -70/+57 |
* | xfs: enable delaylog by default | Christoph Hellwig | 2011-02-22 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | xfs: ensure log covering transactions are synchronous | Dave Chinner | 2011-01-11 | 1 | -1/+1 |
* | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 1 | -2/+3 |
|\ \ |
|
| * \ | Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/... | Jens Axboe | 2010-11-27 | 1 | -2/+3 |
| |\ \ |
|
| | * | | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 1 | -1/+2 |
| | * | | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -1/+1 |
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 1 | -3/+0 |
| |\| | |
|
| * | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | xfs: reduce the number of AIL push wakeups | Dave Chinner | 2010-12-17 | 1 | -4/+16 |
* | | | xfs: provide a inode iolock lockdep class | Dave Chinner | 2010-12-23 | 1 | -0/+2 |
| |/
|/| |
|
* | | xfs: remove experimental tag from the delaylog option | Christoph Hellwig | 2010-11-10 | 1 | -3/+0 |
|/ |
|
* | new helper: mount_bdev() | Al Viro | 2010-10-29 | 1 | -7/+5 |
* | fs: kill block_prepare_write | Christoph Hellwig | 2010-10-25 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2010-10-22 | 1 | -13/+11 |
|\ |
|
| * | xfs: remove xfs_buf wrappers | Christoph Hellwig | 2010-10-18 | 1 | -1/+1 |
| * | xfs: remove xfs_version.h | Christoph Hellwig | 2010-10-18 | 1 | -1/+0 |
| * | xfs: remove XFS_MOUNT_NO_PERCPU_SB | Christoph Hellwig | 2010-10-18 | 1 | -2/+4 |
| * | xfs: store xfs_mount in the buftarg instead of in the xfs_buf | Dave Chinner | 2010-10-18 | 1 | -3/+5 |
| * | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner | 2010-10-18 | 1 | -6/+1 |
* | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 1 | -2/+7 |
|\| |
|
| * | xfs: dummy transactions should not dirty VFS state | Dave Chinner | 2010-08-24 | 1 | -1/+1 |
| * | xfs: ensure f_ffree returned by statfs() is non-negative | Stuart Brodsky | 2010-08-24 | 1 | -1/+6 |
* | | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 2010-09-16 | 1 | -2/+1 |
|/ |
|
* | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 2010-08-09 | 1 | -3/+5 |
* | xfs: remove obsolete osyncisosync mount option | Christoph Hellwig | 2010-07-26 | 1 | -6/+4 |
* | xfs: move inode shrinker unregister even earlier | Dave Chinner | 2010-07-26 | 1 | -5/+5 |
* | xfs: unregister inode shrinker before freeing filesystem structures | Dave Chinner | 2010-07-26 | 1 | -1/+5 |
* | xfs: split xfs_itrace_entry | Christoph Hellwig | 2010-07-26 | 1 | -3/+4 |
* | xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount | Christoph Hellwig | 2010-07-26 | 1 | -12/+0 |
* | xfs: avoid synchronous transaction in xfs_fs_write_inode | Christoph Hellwig | 2010-07-26 | 1 | -30/+22 |
* | xfs: simplify inode to transaction joining | Christoph Hellwig | 2010-07-26 | 1 | -2/+1 |
* | xfs: simplify log item descriptor tracking | Christoph Hellwig | 2010-07-26 | 1 | -1/+10 |