summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2010-10-27writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-2/+1
2010-10-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-479/+442
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe7-58/+48
2010-10-19xfs: semaphore cleanupThomas Gleixner1-1/+1
2010-10-19xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz4-11/+15
2010-10-19xfs: remove xfs_buf wrappersChristoph Hellwig3-28/+13
2010-10-19xfs: remove xfs_cred.hChristoph Hellwig4-32/+3
2010-10-19xfs: remove xfs_globals.hChristoph Hellwig2-24/+0
2010-10-19xfs: remove xfs_version.hChristoph Hellwig3-30/+1
2010-10-19xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-2/+4
2010-10-19xfs: pack xfs_buf structure more tightlyDave Chinner1-11/+19
2010-10-19xfs: convert buffer cache hash to rbtreeDave Chinner2-76/+68
2010-10-19xfs: serialise inode reclaim within an AGDave Chinner1-0/+30
2010-10-19xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-19xfs: implement batched inode lookups for AG walkingDave Chinner2-23/+45
2010-10-19xfs: split out inode walk inode grabbingDave Chinner1-45/+34
2010-10-19xfs: split inode AG walking into separate code for reclaimDave Chinner3-113/+93
2010-10-19xfs: remove buftarg hash for external devicesDave Chinner1-1/+5
2010-10-19xfs: kill XBF_FS_MANAGED buffersDave Chinner2-20/+4
2010-10-19xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner3-10/+12
2010-10-19xfs: introduced uncached buffer read primitveDave Chinner2-0/+37
2010-10-19xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner3-6/+7
2010-10-19xfs: don't use vfs writeback for pure metadata modificationsDave Chinner3-42/+2
2010-10-19xfs: lockless per-ag lookupsDave Chinner1-3/+3
2010-10-19xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2-1/+3
2010-10-19xfs: use range primitives for xfs page cache operationsDave Chinner1-16/+15
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo1-1/+1
2010-10-07xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner1-1/+2
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig3-25/+3
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Alex Elder2-8/+1
2010-09-03xfs: Make fiemap work with sparse filesTao Ma1-1/+1
2010-09-02xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz1-0/+7
2010-09-02xfs: improve buffer cache hash scalabilityDave Chinner2-8/+1
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner2-37/+7
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky1-1/+6
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-36/+58
2010-08-10convert remaining ->clear_inode() to ->evict_inode()Al Viro2-4/+6
2010-08-10simplify checks for I_CLEAR/I_FREEINGAl Viro1-2/+2
2010-08-10xfs: new truncate sequenceChristoph Hellwig3-24/+36
2010-08-10get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-10sort out blockdev_direct_IO variantsChristoph Hellwig1-8/+8
2010-08-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-5/+5
2010-07-27xfs simplify and speed up direct I/O completionsChristoph Hellwig1-82/+76
2010-07-27xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16