aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19xfs: make the log ticket transaction id randomDave Chinner1-1/+1
2010-05-19xfs: nothing special about 1-block log sectorAlex Elder1-13/+29
2010-05-19xfs: encapsulate bbcount validity checkingAlex Elder1-12/+26
2010-05-19xfs: kill XLOG_SECTOR_ROUND*()Alex Elder1-14/+9
2010-05-19xfs: simplify XLOG_SECTOR_ROUND*()Alex Elder1-5/+4
2010-05-19xfs: fix min bufsize bugs in two placesAlex Elder1-4/+17
2010-05-19xfs: add const qualifiers to xfs error function argsAlex Elder2-19/+20
2010-05-19xfs: remove xfs_dqmarkerChristoph Hellwig2-21/+2
2010-05-19xfs: convert the dquot free list to use list headsDave Chinner6-165/+72
2010-05-19xfs: convert the dquot hash list to use list headsDave Chinner6-88/+30
2010-05-19xfs: remove duplicate code from dquot reclaimDave Chinner2-193/+73
2010-05-19xfs: convert the per-mount dquot list to use list headsDave Chinner6-112/+97
2010-05-19xfs: add log item recovery tracingDave Chinner5-9/+187
2010-05-19xfs: clean up xlog_write_adv_cntChristoph Hellwig2-27/+27
2010-05-19xfs: introduce new internal log vector structureDave Chinner2-59/+90
2010-05-19xfs: reindent xlog_writeChristoph Hellwig1-106/+120
2010-05-19xfs: factor xlog_writeDave Chinner1-113/+226
2010-05-19xfs: log ticket reservation underestimates the number of iclogsDave Chinner1-13/+42
2010-05-19xfs: Clean up xfs_trans_committed code after factoringDave Chinner1-190/+166
2010-05-19xfs: update and factor xfs_trans_committed()Dave Chinner1-129/+95
2010-05-19xfs: clean up xfs_trans_commit logic even moreChristoph Hellwig1-32/+37
2010-05-19xfs: split out iclog writing from xfs_trans_commit()Dave Chinner1-188/+199
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner1-1/+1
2010-05-19xfs: remove stale parameter from ->iop_unpin methodDave Chinner7-52/+39
2010-05-19xfs: Add inode pin counts to tracesDave Chinner3-1/+12
2010-05-19xfs: factor log item initialisationDave Chinner6-30/+29
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt4-10/+13
2010-05-19xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.cZhitong Wang2-0/+8
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller59-1387/+1526
2010-05-18ocfs2: Silence a gcc warning.Joel Becker1-1/+1
2010-05-18ocfs2: Don't retry xattr set in case value extension fails.Tao Ma1-2/+4
2010-05-18ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency breakWengang Wang3-8/+14
2010-05-18ocfs2: Reset xattr value size after xa_cleanup_value_truncate().Tao Ma1-7/+10
2010-05-18Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-windowJoel Becker14-240/+667
2010-05-18Revert "nfsd4: distinguish expired from stale stateids"J. Bruce Fields1-45/+11
2010-05-18fs/ocfs2/dlm: Use kstrdupJulia Lawall1-2/+1
2010-05-18fs/ocfs2/dlm: Drop memory allocation castJulia Lawall2-13/+7
2010-05-18Ocfs2: Optimize punching-hole code.Tristan Ye1-24/+140
2010-05-18Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public.Tristan Ye2-2/+4
2010-05-18Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing.Tristan Ye1-3/+27
2010-05-18Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.Tristan Ye7-572/+178
2010-05-18nfsd: safer initialization order in find_file()Pavel Emelyanov1-3/+3
2010-05-18nfs4: minor callback code simplification, commentJ. Bruce Fields1-2/+8
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2010-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1245/+1228
2010-05-18Merge branch 'next' into for-linusJames Morris2-15/+0
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds10-53/+104