summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-19Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller59-1387/+1526
2010-05-19ocfs2: Silence a gcc warning.Joel Becker1-1/+1
2010-05-19ocfs2: Don't retry xattr set in case value extension fails.Tao Ma1-2/+4
2010-05-19ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency breakWengang Wang3-8/+14
2010-05-19ocfs2: Reset xattr value size after xa_cleanup_value_truncate().Tao Ma1-7/+10
2010-05-19Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into oc...Joel Becker14-240/+667
2010-05-19Revert "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/ker...Linus 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-18cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-18cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-18cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds10-53/+104
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker1-2/+2
2010-05-16bridge: update sysfs link names if port device names have changedSimon Arlott1-0/+1
2010-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+5
2010-05-15Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg1-0/+5
2010-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-26/+34
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-05-15fs/sysv: dereferencing ERR_PTR()Dan Carpenter1-1/+1
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro3-11/+20