summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-286-309/+151
|\
| * xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-262-297/+84
| * xfs: register the inode cache shrinker before quotachecksDave Chinner2011-03-261-10/+24
| * xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-262-4/+28
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11
| * xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-262-1/+9
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-11/+6
|\ \
| * \ Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-102-11/+6
| |\ \
| | * | block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1
| | * | block: remove per-queue pluggingJens Axboe2011-03-102-9/+5
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-219-91/+270
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: don't name variables "panic"Alex Elder2011-03-111-4/+4
| * | | xfs: kill support/debug.[ch]Dave Chinner2011-03-073-1/+39
| * | | xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-076-90/+76
| * | | xfs: introduce new logging API.Dave Chinner2011-03-023-0/+154
| * | | xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
| * | | xfs: enable delaylog by defaultChristoph Hellwig2011-02-221-0/+1
| * | | xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-211-0/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-4/+5
|\ \ \
| * \ \ Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+5
| |\ \ \
| | * | | fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+5
* | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-2/+18
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | xfs: convert to alloc_workqueue()Tejun Heo2011-02-011-2/+3
* | | | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
| |_|/ / / |/| | | |
* | | | | xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
| |_|_|/ |/| | |
* | | | xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-221-0/+2
| |/ / |/| |
* | | xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-281-2/+18
|/ /
* | fallocate should be a file operationChristoph Hellwig2011-01-172-60/+56
* | make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-171-0/+3
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-1410-247/+573
|\ \
| * | xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-121-1/+22
| * | xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-112-12/+2
| * | xfs: add FITRIM supportChristoph Hellwig2011-01-114-0/+235
| * | xfs: ensure log covering transactions are synchronousDave Chinner2011-01-112-6/+7
| * | xfs: serialise unaligned direct IOsDave Chinner2011-01-111-10/+28
| * | xfs: factor common write setup codeDave Chinner2011-01-111-67/+56
| * | xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner2011-01-111-77/+69
| * | xfs: split direct IO write path from xfs_file_aio_writeDave Chinner2011-01-111-63/+116
| * | xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner2011-01-121-51/+80
| * | xfs: factor post-write newsize updatesDave Chinner2011-01-111-22/+21
| * | xfs: factor common post-write isize handling codeDave Chinner2011-01-111-26/+28
| * | xfs: ensure sync write errors are returnedDave Chinner2011-01-111-26/+23
* | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-2/+3
|\ \ \
| * \ \ Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-2/+3
| |\ \ \
| | * | | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-1/+2
| | * | | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-131-2/+5
|\ \ \ \ \
| * | | | | XFS: handle hole punching via fallocate properlyJosef Bacik2011-01-121-2/+5
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |