index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove log force from xfs_buf_trylock()
Brian Foster
2013-02-14
1
-2
/
+0
*
xfs: fix shutdown hang on invalid inode during create
Dave Chinner
2013-01-26
1
-0
/
+2
*
xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end
Dave Chinner
2013-01-24
1
-0
/
+18
*
xfs: use b_maps[] for discontiguous buffers
Mark Tinguely
2012-12-17
1
-6
/
+6
*
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
2012-11-15
1
-26
/
+37
*
xfs: add buffer pre-write callback
Dave Chinner
2012-11-15
1
-0
/
+16
*
xfs: uncached buffer reads need to return an error
Dave Chinner
2012-11-15
1
-7
/
+2
*
xfs: make buffer read verication an IO completion function
Dave Chinner
2012-11-15
1
-4
/
+9
*
xfs: drop buffer io reference when a bad bio is built
Dave Chinner
2012-11-13
1
-2
/
+12
*
xfs: fix race while discarding buffers [V4]
Carlos Maiolino
2012-08-29
1
-1
/
+4
*
xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks
Christoph Hellwig
2012-07-13
1
-29
/
+22
*
xfs: prevent recursion in xfs_buf_iorequest
Christoph Hellwig
2012-07-13
1
-1
/
+1
*
xfs: add discontiguous buffer map interface
Dave Chinner
2012-07-01
1
-19
/
+18
*
xfs: convert internal buffer functions to pass maps
Dave Chinner
2012-07-01
1
-46
/
+156
*
xfs: separate buffer indexing from block map
Dave Chinner
2012-07-01
1
-9
/
+12
*
xfs: Fix overallocation in xfs_buf_allocate_memory()
Jan Kara
2012-06-21
1
-14
/
+2
*
xfs: make XBF_MAPPED the default behaviour
Dave Chinner
2012-05-14
1
-15
/
+13
*
xfs: Properly exclude IO type flags from buffer flags
Dave Chinner
2012-05-14
1
-2
/
+3
*
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: kill XBF_DONTBLOCK
Dave Chinner
2012-05-14
1
-11
/
+7
*
xfs: kill XBF_LOCK
Dave Chinner
2012-05-14
1
-15
/
+5
*
xfs: kill xfs_buf_btoc
Dave Chinner
2012-05-14
1
-18
/
+21
*
xfs: use blocks for storing the desired IO size
Dave Chinner
2012-05-14
1
-13
/
+13
*
xfs: use blocks for counting length of buffers
Dave Chinner
2012-05-14
1
-10
/
+12
*
xfs: kill b_file_offset
Dave Chinner
2012-05-14
1
-10
/
+7
*
xfs: clean up buffer get/read call API
Dave Chinner
2012-05-14
1
-40
/
+46
*
xfs: use kmem_zone_zalloc for buffers
Dave Chinner
2012-05-14
1
-2
/
+1
*
xfs: fix incorrect b_offset initialisation
Dave Chinner
2012-05-14
1
-1
/
+0
*
xfs: check for buffer errors before waiting
Dave Chinner
2012-05-14
1
-12
/
+10
*
xfs: fix buffer lookup race on allocation failure
Dave Chinner
2012-05-14
1
-7
/
+9
*
xfs: on-stack delayed write buffer lists
Christoph Hellwig
2012-05-14
1
-210
/
+131
*
xfs: use per-filesystem I/O completion workqueues
Christoph Hellwig
2012-03-05
1
-17
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-01-08
1
-1
/
+1
|
\
|
*
treewide: Fix comment and string typo 'bufer'
Paul Bolle
2011-12-06
1
-1
/
+1
*
|
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-01-08
1
-1
/
+1
|
\
\
|
*
|
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
2011-11-21
1
-1
/
+1
|
|
/
*
/
xfs: remove unused XBT_FORCE_SLEEP bit
Eric Sandeen
2011-12-16
1
-5
/
+1
|
/
*
xfs: do not flush data workqueues in xfs_flush_buftarg
Christoph Hellwig
2011-10-11
1
-10
/
+1
*
xfs: remove xfs_buf_target_name
Christoph Hellwig
2011-10-11
1
-1
/
+5
*
xfs: clean up xfs_ioerror_alert
Christoph Hellwig
2011-10-11
1
-0
/
+11
*
xfs: clean up buffer allocation
Christoph Hellwig
2011-10-11
1
-32
/
+18
*
xfs: remove buffers from the delwri list in xfs_buf_stale
Christoph Hellwig
2011-10-11
1
-2
/
+1
*
xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
Christoph Hellwig
2011-10-11
1
-2
/
+2
*
xfs: remove XFS_BUF_FINISH_IOWAIT
Christoph Hellwig
2011-10-11
1
-1
/
+1
*
xfs: remove xfs_get_buftarg_list
Christoph Hellwig
2011-10-11
1
-8
/
+0
*
xfs: Don't allocate new buffers on every call to _xfs_buf_find
Dave Chinner
2011-10-11
1
-20
/
+28
*
xfs: Fix the incorrect comment in the header of _xfs_buf_find
Chandra Seetharaman
2011-10-11
1
-4
/
+1
*
xfs: use the "delwri" terminology consistently
Christoph Hellwig
2011-10-11
1
-24
/
+19
*
xfs: let xfs_bwrite callers handle the xfs_buf_relse
Christoph Hellwig
2011-10-11
1
-4
/
+4
*
xfs: call xfs_buf_delwri_queue directly
Christoph Hellwig
2011-10-11
1
-18
/
+3
[next]