aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-14
* xfs: zero proper structure size for geometry callsAlex Elder2011-03-01
* xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-22
* xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-02-22
* xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-28
* xfs: fix dquot shaker deadlockDave Chinner2011-01-28
* xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-28
* xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-28
* xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-28
* xfs: limit extent length for allocation to AG sizeDave Chinner2011-01-28
* xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner2011-01-28
* xfs: fix efi item leak on forced shutdownDave Chinner2011-01-28
* xfs: fix log ticket leak on forced shutdown.Dave Chinner2011-01-26
* xfs: Do not name variables "panic"Geert Uytterhoeven2011-01-17
* fallocate should be a file operationChristoph Hellwig2011-01-17
* make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-17
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-14
|\
| * xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-12
| * xfs: Add log level to assertion printkAnton Blanchard2011-01-11
| * xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-11
| * xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-11
| * xfs: add FITRIM supportChristoph Hellwig2011-01-11
| * xfs: ensure log covering transactions are synchronousDave Chinner2011-01-11
| * xfs: serialise unaligned direct IOsDave Chinner2011-01-10
| * xfs: factor common write setup codeDave Chinner2011-01-10
| * xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner2011-01-10
| * xfs: split direct IO write path from xfs_file_aio_writeDave Chinner2011-01-10
| * xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner2011-01-11
| * xfs: factor post-write newsize updatesDave Chinner2011-01-10
| * xfs: factor common post-write isize handling codeDave Chinner2011-01-10
| * xfs: ensure sync write errors are returnedDave Chinner2011-01-10
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
|\ \
| * \ Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-27
| |\ \
| | * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-13
| | * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-13
|\ \ \ \
| * | | | XFS: handle hole punching via fallocate properlyJosef Bacik2011-01-12
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-12-22
| |\ \ \ \
| * | | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into for-linus-mergedAlex Elder2011-01-10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xfs: convert grant head manipulations to lockless algorithmDave Chinner2010-12-20
| * | | | xfs: introduce new locks for the log grant ticket wait queuesDave Chinner2010-12-20
| * | | | xfs: convert log grant heads to atomic variablesDave Chinner2010-12-03
| * | | | xfs: convert l_tail_lsn to an atomic variable.Dave Chinner2010-12-20
| * | | | xfs: convert l_last_sync_lsn to an atomic variableDave Chinner2010-12-03
| * | | | xfs: make AIL tail pushing independent of the grant lockDave Chinner2010-12-20
| * | | | xfs: use wait queues directly for the log wait queuesDave Chinner2010-12-20
| * | | | xfs: combine grant heads into a single 64 bit integerDave Chinner2010-12-20
| * | | | xfs: rework log grant space calculationsDave Chinner2010-12-20