aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds50-2248/+1374
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro4-29/+1
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner1-3/+10
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner1-4/+10
2012-03-15xfs: remove remaining scraps of struct xfs_iomapDave Chinner2-4/+0
2012-03-15xfs: fix inode lookup raceDave Chinner1-6/+12
2012-03-14xfs: clean up minor sparse warningsDave Chinner3-6/+10
2012-03-14xfs: remove the global xfs_Gqm structureChristoph Hellwig7-174/+46
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig5-304/+226
2012-03-14xfs: use per-filesystem radix trees for dquot lookupChristoph Hellwig6-263/+66
2012-03-14xfs: per-filesystem dquot LRU listsChristoph Hellwig4-78/+74
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig9-187/+110
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig4-5/+18
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig5-92/+92
2012-03-13xfs: make xfs_inode_item_size idempotentChristoph Hellwig1-132/+83
2012-03-13xfs: log timestamp updatesChristoph Hellwig13-321/+65
2012-03-13xfs: log file size updates at I/O completion timeChristoph Hellwig2-24/+111
2012-03-05xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig2-6/+24
2012-03-05xfs: do not require an ioend for new EOF calculationChristoph Hellwig2-20/+18
2012-03-05xfs: use per-filesystem I/O completion workqueuesChristoph Hellwig5-49/+51
2012-02-29xfs: include reservations in quota reportingChristoph Hellwig2-15/+15
2012-02-29xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquotaChristoph Hellwig1-69/+49
2012-02-25xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder2-6/+13
2012-02-22xfs: split and cleanup xfs_log_reserveChristoph Hellwig5-170/+151
2012-02-22xfs: share code for grant head availability checksChristoph Hellwig1-73/+60
2012-02-22xfs: share code for grant head wakeupsChristoph Hellwig2-31/+20
2012-02-22xfs: share code for grant head waitingChristoph Hellwig2-47/+18
2012-02-22xfs: add xlog_grant_head_wake_allChristoph Hellwig1-10/+14
2012-02-22xfs: add xlog_grant_head_initChristoph Hellwig1-6/+12
2012-02-22xfs: add the xlog_grant_head structureChristoph Hellwig4-73/+74
2012-02-22xfs: remove log space waitqueuesChristoph Hellwig2-10/+16
2012-02-22xfs: cleanup xfs_log_space_wakeChristoph Hellwig3-34/+8
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig8-104/+5
2012-02-22xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig1-1/+1
2012-02-22xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig4-80/+45
2012-02-22xfs: cleanup quota check on disk blocks and inodes reservationsMitsuo Hayasaka1-10/+7
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-03Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman3-5/+6
2012-02-03Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman3-4/+6
2012-02-03Define a new function xfs_inode_dquot()Chandra Seetharaman2-24/+22
2012-02-03Define a new function xfs_this_quota_on()Chandra Seetharaman2-6/+15
2012-02-02xfs: kill the unused XFS_BB_FSB_OFFSET macroAmit Sahrawat1-1/+0