summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)Author
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo
2010-10-29new helper: mount_bdev()Al Viro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig
2010-10-25fs: kill block_prepare_writeChristoph Hellwig
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-18xfs: semaphore cleanupThomas Gleixner
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig
2010-10-18xfs: remove xfs_globals.hChristoph Hellwig
2010-10-18xfs: remove xfs_version.hChristoph Hellwig
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig
2010-10-18xfs: pack xfs_buf structure more tightlyDave Chinner
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner
2010-10-18xfs: batch inode reclaim lookupDave Chinner
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner
2010-10-18xfs: split out inode walk inode grabbingDave Chinner
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner
2010-10-18xfs: remove buftarg hash for external devicesDave Chinner
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner
2010-10-18xfs: introduced uncached buffer read primitveDave Chinner
2010-10-18xfs: rename xfs_buf_get_nodaddr to be more appropriateDave Chinner
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner
2010-10-18xfs: lockless per-ag lookupsDave Chinner
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner
2010-10-18xfs: use range primitives for xfs page cache operationsDave Chinner
2010-10-11workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig
2010-09-10xfs: log IO completion workqueue is a high priority queueDave Chinner
2010-09-10xfs: prevent reading uninitialized stack memoryDan Rosenberg
2010-09-10xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig
2010-09-03Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Alex Elder
2010-09-03xfs: Make fiemap work with sparse filesTao Ma
2010-09-02xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz
2010-09-02xfs: improve buffer cache hash scalabilityDave Chinner
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro