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