aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-04-14xfs: register the inode cache shrinker before quotachecksDave Chinner
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder
2011-02-22xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner
2011-02-22xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com
2011-01-28xfs: fix dquot shaker deadlockDave Chinner
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner
2011-01-11xfs: Add log level to assertion printkAnton Blanchard
2011-01-11xfs: fix an assignment within an ASSERT()Jesper Juhl
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig
2011-01-11xfs: add FITRIM supportChristoph Hellwig
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder
2011-01-11xfs: serialise unaligned direct IOsDave Chinner
2011-01-11xfs: factor common write setup codeDave Chinner
2011-01-11xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner
2011-01-11xfs: split direct IO write path from xfs_file_aio_writeDave Chinner
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner
2011-01-11xfs: factor post-write newsize updatesDave Chinner
2011-01-11xfs: factor common post-write isize handling codeDave Chinner
2011-01-11xfs: ensure sync write errors are returnedDave Chinner
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner