summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-154-34/+18
* xfs: kill xfs_qm_idtodqChristoph Hellwig2011-12-151-87/+50
* xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig2011-12-151-20/+7
* xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-153-39/+21
* xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
* xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-152-60/+41
* xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-144-150/+103
* xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-134-65/+30
* xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-133-69/+24
* xfs: cleanup xfs_qm_dqlookupChristoph Hellwig2011-12-131-20/+5
* xfs: cleanup dquot locking helpersChristoph Hellwig2011-12-134-35/+25
* xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig2011-12-121-4/+3
* xfs: remove xfs_qm_syncChristoph Hellwig2011-12-125-119/+3
* xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig2011-12-121-1/+1
* xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig2011-12-123-4/+4
* xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-085-10/+6
* xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-083-99/+63
* xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-086-486/+26
* xfs: fix the logspace waiting algorithmChristoph Hellwig2011-12-062-183/+177
* xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig2011-12-061-4/+4
* xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner2011-12-021-1/+19
* xfs: fix attr2 vs large data fork assertChristoph Hellwig2011-11-291-25/+39
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-293-0/+33
* xfs: validate acl countChristoph Hellwig2011-11-291-0/+2
* xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka2011-11-151-1/+2
* xfs: fix force shutdown handling in xfs_end_ioChristoph Hellwig2011-11-081-1/+1
* xfs: constify xfs_item_opsChristoph Hellwig2011-11-087-12/+12
* xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino2011-11-081-4/+10
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-22/+20
* xfs: warn if direct reclaim tries to writeback pagesMel Gorman2011-11-011-4/+4
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-10-2847-2324/+2033
|\
| * xfs: add AIL pushing tracepointsChristoph Hellwig2011-10-182-0/+45
| * xfs: put in missed fix for merge problemAlex Elder2011-10-181-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-10-178-62/+69
| |\
| * | xfs: do not flush data workqueues in xfs_flush_buftargChristoph Hellwig2011-10-121-10/+1
| * | xfs: remove XFS_bflushChristoph Hellwig2011-10-126-8/+6
| * | xfs: remove xfs_buf_target_nameChristoph Hellwig2011-10-122-10/+5
| * | xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacksChristoph Hellwig2011-10-121-3/+1
| * | xfs: clean up xfs_ioerror_alertChristoph Hellwig2011-10-129-59/+37
| * | xfs: clean up buffer allocationChristoph Hellwig2011-10-123-34/+21
| * | xfs: remove buffers from the delwri list in xfs_buf_staleChristoph Hellwig2011-10-125-9/+1
| * | xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-129-21/+22
| * | xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-127-27/+13
| * | xfs: remove XFS_BUF_FINISH_IOWAITChristoph Hellwig2011-10-122-3/+1
| * | xfs: remove xfs_get_buftarg_listChristoph Hellwig2011-10-122-12/+0
| * | xfs: fix buffer flushing during unmountChristoph Hellwig2011-10-122-20/+10
| * | xfs: optimize fsync on directoriesChristoph Hellwig2011-10-122-1/+31
| * | xfs: reduce the number of log forces from tail pushingDave Chinner2011-10-122-13/+21
| * | xfs: Don't allocate new buffers on every call to _xfs_buf_findDave Chinner2011-10-121-20/+28