summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner8-90/+86
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner4-15/+42
2010-01-15xfs: Convert filestreams code to use per-ag get/put routinesDave Chinner2-10/+36
2010-01-15xfs: Don't directly reference m_perag in allocation codeDave Chinner2-38/+53
2010-01-15xfs: rename xfs_get_peragDave Chinner4-21/+27
2010-01-15xfs: Don't wake xfsbufd when idleDave Chinner1-5/+15
2010-01-15xfs: Don't wake the aild once per secondDave Chinner2-12/+14
2010-01-15xfs: Use list_heads for log recovery item listsDave Chinner2-147/+81
2010-01-15xfs: make several more functions staticEric Sandeen10-17/+7
2010-01-15xfs: clean up inconsistent variable naming in xfs_swap_extentDave Chinner2-19/+22
2010-01-15xfs: add tracing to xfs_swap_extentsDave Chinner2-0/+58
2010-01-15xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner1-16/+90
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner1-0/+2
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner1-6/+15
2010-01-15xfs: Remove inode iolock held check during allocationDave Chinner1-1/+0
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-01-15xfs: reclaim inodes under a write lockDave Chinner3-87/+71
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-95/+1
2010-01-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-625/+666
2010-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-15/+52
2010-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+3
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2010-01-11quota: Fix dquot_transfer for filesystems different from ext4Jan Kara1-0/+3
2010-01-11GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse1-1/+1
2010-01-10xfs: Ensure we force all busy extents in range to diskDave Chinner2-29/+27
2010-01-10xfs: Don't flush stale inodesDave Chinner1-3/+7
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2-55/+41
2010-01-10xfs: use DECLARE_EVENT_CLASSChristoph Hellwig1-538/+591
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+33
2010-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-4/+4
2010-01-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+1
2010-01-08xfs: kill some warnings on i386 buildsDave Chinner1-4/+4
2010-01-08GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse1-10/+11
2010-01-08GFS2: Fix locking bug in renameSteven Whitehouse1-2/+4
2010-01-08GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse1-2/+36
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker1-0/+4
2010-01-07reiserfs: Fix unreachable statementJiri Slaby1-1/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker1-0/+2
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger1-2/+11
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+1
2010-01-06nfs: fix oops in nfs_rename()OGAWA Hirofumi1-0/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig1-4/+1
2010-01-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-9/+18
2010-01-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+15
2010-01-05exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh1-1/+16
2010-01-05exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh1-8/+2
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker1-3/+9
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker1-1/+10