Age | Commit message (Expand) | Author | Files | Lines |
2011-08-12 | xfs: remove subdirectories | Christoph Hellwig | 1 | -1876/+0 |
2011-08-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 1 | -0/+3 |
2011-07-26 | xfs: flag all buffers as metadata | Christoph Hellwig | 1 | -0/+3 |
2011-07-25 | xfs: Remove the macro XFS_BUFTARG_NAME | Chandra Seetharaman | 1 | -1/+1 |
2011-07-25 | Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned | Chandra Seetharaman | 1 | -1/+1 |
2011-07-25 | xfs: Remove the macro XFS_BUF_PTR | Chandra Seetharaman | 1 | -1/+1 |
2011-07-25 | xfs: Remove macro XFS_BUF_BUSY and family | Chandra Seetharaman | 1 | -1/+0 |
2011-07-25 | xfs: Remove the macro XFS_BUF_ERROR and family | Chandra Seetharaman | 1 | -3/+3 |
2011-07-25 | xfs: Remove the macro XFS_BUF_BFLAGS | Chandra Seetharaman | 1 | -1/+1 |
2011-07-13 | xfs: remove the unused xfs_buf_delwri_sort function | Christoph Hellwig | 1 | -8/+0 |
2011-07-13 | xfs: remove wrappers around b_iodone | Christoph Hellwig | 1 | -1/+1 |
2011-07-08 | xfs: cleanup I/O-related buffer flags | Christoph Hellwig | 1 | -20/+15 |
2011-07-08 | xfs: return the buffer locked from xfs_buf_get_uncached | Christoph Hellwig | 1 | -3/+0 |
2011-07-08 | xfs: clean up buffer locking helpers | Christoph Hellwig | 1 | -20/+11 |
2011-05-25 | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 1 | -2/+2 |
2011-05-19 | xfs: reset buffer pointers before freeing them | Dave Chinner | 1 | -0/+21 |
2011-04-28 | xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy | Christoph Hellwig | 1 | -1/+0 |
2011-04-11 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -15/+9 |
2011-04-08 | xfs: use proper interfaces for on-stack plugging | Christoph Hellwig | 1 | -11/+9 |
2011-04-08 | xfs: fix variable set but not used warnings | Christoph Hellwig | 1 | -2/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-03-30 | xfs: fix unreferenced var error in xfs_buf.c | Dave Chinner | 1 | -2/+0 |
2011-03-28 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -258/+86 |
2011-03-26 | xfs: stop using the page cache to back the buffer cache | Dave Chinner | 1 | -261/+80 |
2011-03-26 | vmap: flush vmap aliases when mapping fails | Dave Chinner | 1 | -3/+11 |
2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -8/+5 |
2011-03-21 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -9/+8 |
2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -8/+5 |
2011-03-07 | xfs: Convert linux-2.6/ files to new logging interface | Dave Chinner | 1 | -9/+8 |
2011-02-01 | xfs: convert to alloc_workqueue() | Tejun Heo | 1 | -2/+3 |
2011-01-11 | xfs: fix error handling for synchronous writes | Christoph Hellwig | 1 | -6/+1 |
2010-12-02 | xfs: add a lru to the XFS buffer cache | Dave Chinner | 1 | -21/+143 |
2010-11-30 | xfs: convert xfsbud shrinker to a per-buftarg shrinker. | Dave Chinner | 1 | -65/+24 |
2010-12-01 | xfs: push stale, pinned buffers on trylock failures | Dave Chinner | 1 | -19/+16 |
2010-11-10 | xfs: move delayed write buffer trace | Dave Chinner | 1 | -1/+1 |
2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
2010-10-22 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -99/+120 |
2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2010-10-19 | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 1 | -8/+3 |
2010-10-18 | xfs: semaphore cleanup | Thomas Gleixner | 1 | -1/+1 |
2010-10-18 | xfs: remove xfs_buf wrappers | Christoph Hellwig | 1 | -10/+9 |
2010-10-18 | xfs: convert buffer cache hash to rbtree | Dave Chinner | 1 | -70/+66 |
2010-10-18 | xfs: remove buftarg hash for external devices | Dave Chinner | 1 | -1/+5 |
2010-10-18 | xfs: kill XBF_FS_MANAGED buffers | Dave Chinner | 1 | -16/+4 |
2010-10-18 | xfs: store xfs_mount in the buftarg instead of in the xfs_buf | Dave Chinner | 1 | -5/+4 |
2010-10-18 | xfs: introduced uncached buffer read primitve | Dave Chinner | 1 | -0/+34 |
2010-10-18 | xfs: rename xfs_buf_get_nodaddr to be more appropriate | Dave Chinner | 1 | -4/+5 |
2010-10-11 | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 1 | -1/+1 |
2010-09-10 | xfs: log IO completion workqueue is a high priority queue | Dave Chinner | 1 | -1/+2 |
2010-09-10 | xfs: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 1 | -14/+2 |