index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
xfs: ensure we capture IO errors correctly
Dave Chinner
1
-0
/
+6
2013-02-14
xfs: remove log force from xfs_buf_trylock()
Brian Foster
1
-2
/
+0
2013-01-26
xfs: fix shutdown hang on invalid inode during create
Dave Chinner
1
-0
/
+2
2013-01-24
xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end
Dave Chinner
1
-0
/
+18
2012-12-17
xfs: use b_maps[] for discontiguous buffers
Mark Tinguely
1
-6
/
+6
2012-11-15
xfs: convert buffer verifiers to an ops structure.
Dave Chinner
1
-26
/
+37
2012-11-15
xfs: add buffer pre-write callback
Dave Chinner
1
-0
/
+16
2012-11-15
xfs: uncached buffer reads need to return an error
Dave Chinner
1
-7
/
+2
2012-11-15
xfs: make buffer read verication an IO completion function
Dave Chinner
1
-4
/
+9
2012-11-13
xfs: drop buffer io reference when a bad bio is built
Dave Chinner
1
-2
/
+12
2012-08-29
xfs: fix race while discarding buffers [V4]
Carlos Maiolino
1
-1
/
+4
2012-07-13
xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks
Christoph Hellwig
1
-29
/
+22
2012-07-13
xfs: prevent recursion in xfs_buf_iorequest
Christoph Hellwig
1
-1
/
+1
2012-07-01
xfs: add discontiguous buffer map interface
Dave Chinner
1
-19
/
+18
2012-07-01
xfs: convert internal buffer functions to pass maps
Dave Chinner
1
-46
/
+156
2012-07-01
xfs: separate buffer indexing from block map
Dave Chinner
1
-9
/
+12
2012-06-21
xfs: Fix overallocation in xfs_buf_allocate_memory()
Jan Kara
1
-14
/
+2
2012-05-14
xfs: make XBF_MAPPED the default behaviour
Dave Chinner
1
-15
/
+13
2012-05-14
xfs: Properly exclude IO type flags from buffer flags
Dave Chinner
1
-2
/
+3
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: kill XBF_DONTBLOCK
Dave Chinner
1
-11
/
+7
2012-05-14
xfs: kill XBF_LOCK
Dave Chinner
1
-15
/
+5
2012-05-14
xfs: kill xfs_buf_btoc
Dave Chinner
1
-18
/
+21
2012-05-14
xfs: use blocks for storing the desired IO size
Dave Chinner
1
-13
/
+13
2012-05-14
xfs: use blocks for counting length of buffers
Dave Chinner
1
-10
/
+12
2012-05-14
xfs: kill b_file_offset
Dave Chinner
1
-10
/
+7
2012-05-14
xfs: clean up buffer get/read call API
Dave Chinner
1
-40
/
+46
2012-05-14
xfs: use kmem_zone_zalloc for buffers
Dave Chinner
1
-2
/
+1
2012-05-14
xfs: fix incorrect b_offset initialisation
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: check for buffer errors before waiting
Dave Chinner
1
-12
/
+10
2012-05-14
xfs: fix buffer lookup race on allocation failure
Dave Chinner
1
-7
/
+9
2012-05-14
xfs: on-stack delayed write buffer lists
Christoph Hellwig
1
-210
/
+131
2012-03-05
xfs: use per-filesystem I/O completion workqueues
Christoph Hellwig
1
-17
/
+0
2012-01-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-01-08
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-12-16
xfs: remove unused XBT_FORCE_SLEEP bit
Eric Sandeen
1
-5
/
+1
2011-12-06
treewide: Fix comment and string typo 'bufer'
Paul Bolle
1
-1
/
+1
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
1
-1
/
+1
2011-10-11
xfs: do not flush data workqueues in xfs_flush_buftarg
Christoph Hellwig
1
-10
/
+1
2011-10-11
xfs: remove xfs_buf_target_name
Christoph Hellwig
1
-1
/
+5
2011-10-11
xfs: clean up xfs_ioerror_alert
Christoph Hellwig
1
-0
/
+11
2011-10-11
xfs: clean up buffer allocation
Christoph Hellwig
1
-32
/
+18
2011-10-11
xfs: remove buffers from the delwri list in xfs_buf_stale
Christoph Hellwig
1
-2
/
+1
2011-10-11
xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
Christoph Hellwig
1
-2
/
+2
2011-10-11
xfs: remove XFS_BUF_FINISH_IOWAIT
Christoph Hellwig
1
-1
/
+1
2011-10-11
xfs: remove xfs_get_buftarg_list
Christoph Hellwig
1
-8
/
+0
2011-10-11
xfs: Don't allocate new buffers on every call to _xfs_buf_find
Dave Chinner
1
-20
/
+28
2011-10-11
xfs: Fix the incorrect comment in the header of _xfs_buf_find
Chandra Seetharaman
1
-4
/
+1
2011-10-11
xfs: use the "delwri" terminology consistently
Christoph Hellwig
1
-24
/
+19
2011-10-11
xfs: let xfs_bwrite callers handle the xfs_buf_relse
Christoph Hellwig
1
-4
/
+4
[next]