aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds45-1072/+947
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-5/+2
2011-03-17fs: change to new flag variablematt mooney1-5/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-4/+5
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-3/+4
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-11xfs: don't name variables "panic"Alex Elder1-4/+4
2011-03-09xfs: factor agf counter updates into a helperChristoph Hellwig1-61/+68
2011-03-09xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig1-16/+13
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-03-07xfs: kill support/debug.[ch]Dave Chinner7-86/+40
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner20-238/+169
2011-03-07xfs: convert the quota debug prints to new APIDave Chinner1-15/+12
2011-03-07xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner1-5/+5
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner13-85/+53
2011-03-07xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2-35/+43
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner4-29/+19
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner9-74/+36
2011-03-07xfs: Convert xlog_warn to new logging interfaceDave Chinner6-189/+177
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner6-90/+76
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-03-02xfs: introduce new logging API.Dave Chinner4-0/+155
2011-03-01xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-02-22xfs: enable delaylog by defaultChristoph Hellwig1-0/+1
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig5-78/+19
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2-39/+23
2011-02-22xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner1-0/+2
2011-02-22xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-02-21xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner1-0/+2
2011-02-21xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo10-71/+152
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig3-15/+26
2011-02-07xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig1-13/+5
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2-21/+24
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2011-02-01xfs: convert to alloc_workqueue()Tejun Heo2-3/+4
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