summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-18xfs: fix the xfs_trans_committedChristoph Hellwig1-2/+3
2010-10-18xfs: remove unused t_callback field in struct xfs_transChristoph Hellwig2-6/+0
2010-10-18xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig1-2/+2
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig2-107/+85
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig5-40/+35
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig3-29/+19
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner4-76/+74
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner3-0/+33
2010-10-18xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner2-23/+45
2010-10-18xfs: split out inode walk inode grabbingDave Chinner2-54/+34
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner6-115/+122
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-18xfs: use unhashed buffers for size checksDave Chinner3-45/+34
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner3-59/+20
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner5-21/+20
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner2-0/+37
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner6-11/+14
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner12-86/+65
2010-10-18xfs: lockless per-ag lookupsDave Chinner3-11/+23
2010-10-18xfs: remove debug assert for per-ag reference countingDave Chinner1-2/+0
2010-10-18xfs: reduce the number of CIL lock round trips during commitDave Chinner1-105/+127
2010-10-18xfs: eliminate some newly-reported gcc warningsPoyo VL1-2/+2
2010-10-18xfs: remove the ->kill_root btree operationChristoph Hellwig4-88/+44
2010-10-18xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflushChristoph Hellwig1-88/+76
2010-10-18xfs: simplify xfs_qm_dqusage_adjustChristoph Hellwig1-142/+61
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner6-9/+27
2010-10-18xfs: use range primitives for xfs page cache operationsDave Chinner1-16/+15
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar12-52/+100
2010-10-18GFS2: fixed typoAndrea Gelmini1-1/+1
2010-10-17UBIFS: add a commentary about log recoveryArtem Bityutskiy2-5/+7
2010-10-17sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern1-0/+59
2010-10-15ocfs2: Avoid to evaluate xattr block flags again.Jeff Liu1-1/+1
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker75-864/+1612
2010-10-15ocfs2/cluster: Release debugfs file elapsed_time_in_msSunil Mushran1-0/+1
2010-10-15vfs: make no_llseek the defaultArnd Bergmann1-1/+0
2010-10-15vfs: don't use BKL in default_llseekArnd Bergmann1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann38-4/+59
2010-10-15hfsplus: fix getxattr return valueChristoph Hellwig1-1/+1
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-4/+0
2010-10-14hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpersChristoph Hellwig1-8/+0
2010-10-14hfsplus: create correct initial catalog entries for device filesChristoph Hellwig4-32/+18
2010-10-14hfsplus: remove superflous rootflags field in hfsplus_inode_infoChristoph Hellwig4-17/+12
2010-10-14hfsplus: fix link corruptionChristoph Hellwig4-12/+18
2010-10-14hfsplus: validate btree flagsChristoph Hellwig2-14/+20
2010-10-14hfsplus: handle more on-disk corruptions without oopsingEric Sandeen4-8/+48
2010-10-14hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakageAl Viro1-3/+15