aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com1-8/+25
2011-01-28xfs: fix dquot shaker deadlockDave Chinner1-25/+21
2011-01-28xfs: handle CIl transaction commit failures correctlyDave Chinner3-12/+3
2011-01-28xfs: limit extsize to size of AGs and/or MAXEXTLENDave Chinner1-2/+18
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner1-0/+10
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner2-8/+26
2011-01-28xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner1-1/+6
2011-01-28xfs: fix efi item leak on forced shutdownDave Chinner3-13/+38
2011-01-27xfs: fix log ticket leak on forced shutdown.Dave Chinner1-2/+5
2011-01-17xfs: Do not name variables "panic"Geert Uytterhoeven1-3/+3
2011-01-17fallocate should be a file operationChristoph Hellwig2-60/+56
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-0/+3
2011-01-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds23-482/+729
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik1-2/+5
2011-01-12xfs: prevent NMI timeouts in cmn_errDave Chinner7-114/+96
2011-01-11xfs: Add log level to assertion printkAnton Blanchard1-1/+2
2011-01-11xfs: fix an assignment within an ASSERT()Jesper Juhl1-1/+1
2011-01-11xfs: fix error handling for synchronous writesChristoph Hellwig3-114/+51
2011-01-11xfs: add FITRIM supportChristoph Hellwig7-12/+259
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner4-12/+13
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder38-1920/+1997
2011-01-11xfs: serialise unaligned direct IOsDave Chinner1-10/+28
2011-01-11xfs: factor common write setup codeDave Chinner1-67/+56
2011-01-11xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner1-77/+69
2011-01-11xfs: split direct IO write path from xfs_file_aio_writeDave Chinner1-63/+116
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner1-51/+80
2011-01-11xfs: factor post-write newsize updatesDave Chinner1-22/+21
2011-01-11xfs: factor common post-write isize handling codeDave Chinner1-26/+28
2011-01-11xfs: ensure sync write errors are returnedDave Chinner1-26/+23
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-07xfs: provide simple rcu-walk ACL implementationNick Piggin1-3/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+7
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+12
2010-12-22Merge branch 'master' into for-nextJiri Kosina16-97/+222
2010-12-21xfs: convert grant head manipulations to lockless algorithmDave Chinner2-77/+49
2010-12-21xfs: introduce new locks for the log grant ticket wait queuesDave Chinner3-60/+97
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-12-09xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
2010-12-04xfs: convert log grant heads to atomic variablesDave Chinner2-10/+10
2010-12-21xfs: convert l_tail_lsn to an atomic variable.Dave Chinner4-46/+63
2010-12-03xfs: convert l_last_sync_lsn to an atomic variableDave Chinner3-34/+36
2010-12-21xfs: make AIL tail pushing independent of the grant lockDave Chinner1-57/+54
2010-12-21xfs: use wait queues directly for the log wait queuesDave Chinner6-106/+52
2010-12-21xfs: combine grant heads into a single 64 bit integerDave Chinner4-91/+119
2010-12-21xfs: rework log grant space calculationsDave Chinner1-47/+48
2010-12-21xfs: fact out common grant head/log tail verification codeDave Chinner1-29/+22
2010-12-21xfs: convert log grant ticket queues to list headsDave Chinner3-97/+53