summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill support/debug.[ch]Dave Chinner2011-03-077-86/+40
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-0720-238/+169
* xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12
* xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-071-5/+5
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-0713-85/+53
* xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-072-35/+43
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-074-29/+19
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-079-74/+36
* xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-076-189/+177
* xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-076-90/+76
* xfs: introduce new logging API.Dave Chinner2011-03-024-0/+155
* xfs: zero proper structure size for geometry callsAlex Elder2011-03-011-3/+8
* xfs: enable delaylog by defaultChristoph Hellwig2011-02-221-0/+1
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-225-78/+19
* xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-222-39/+23
* xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-211-0/+2
* xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-02-211-0/+3
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-073-15/+26
* xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig2011-02-071-13/+5
* xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-072-21/+24
* xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-281-8/+25
* xfs: fix dquot shaker deadlockDave Chinner2011-01-281-25/+21
* xfs: handle CIl transaction commit failures correctlyDave Chinner2011-01-283-12/+3
* xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner2011-01-281-2/+18
* xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-281-0/+10
* xfs: limit extent length for allocation to AG sizeDave Chinner2011-01-282-8/+26
* xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner2011-01-281-1/+6
* xfs: fix efi item leak on forced shutdownDave Chinner2011-01-283-13/+38
* xfs: fix log ticket leak on forced shutdown.Dave Chinner2011-01-271-2/+5
* xfs: Do not name variables "panic"Geert Uytterhoeven2011-01-171-3/+3
* 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-1423-482/+729
|\
| * xfs: prevent NMI timeouts in cmn_errDave Chinner2011-01-127-114/+96
| * xfs: Add log level to assertion printkAnton Blanchard2011-01-111-1/+2
| * xfs: fix an assignment within an ASSERT()Jesper Juhl2011-01-111-1/+1
| * xfs: fix error handling for synchronous writesChristoph Hellwig2011-01-113-114/+51
| * xfs: add FITRIM supportChristoph Hellwig2011-01-117-12/+259
| * xfs: ensure log covering transactions are synchronousDave Chinner2011-01-114-12/+13
| * 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
OpenPOWER on IntegriCloud