aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-1117-507/+531
|\
| * xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-111-1/+1
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9
| * xfs: fix xfs_debug warningsChristoph Hellwig2011-04-082-29/+22
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-085-18/+0
| * xfs: convert log tail checking to a warningDave Chinner2011-04-082-8/+25
| * xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-081-7/+23
| * xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-084-9/+61
| * xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-081-136/+118
| * xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-083-151/+124
| * xfs: introduce background inode reclaim workDave Chinner2011-04-082-3/+67
| * xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-083-102/+36
| * xfs: introduce a xfssyncd workqueueDave Chinner2011-04-084-61/+63
| * xfs: fix extent format buffer allocation sizeDave Chinner2011-04-081-27/+40
| * xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-301-2/+0
* | Fix common misspellingsLucas De Marchi2011-03-3115-20/+20
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-2811-315/+160
|\
| * 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: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-261-1/+2
| * xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-264-8/+32
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11
| * xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-264-2/+12
* | 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-2145-1072/+947
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: don't name variables "panic"Alex Elder2011-03-111-4/+4
| * | | xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-091-61/+68
| * | | xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-091-16/+13
| * | | 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