Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bf813cdddfb3a5bc88e1612e8f62a12367871213
/
fs
/
xfs
/
xfs_buf.c
bf813cd
xfs: use kmem_zone_zalloc for buffers
by Dave Chinner
· 13 years ago
ead360c
xfs: fix incorrect b_offset initialisation
by Dave Chinner
· 13 years ago
0e95f19
xfs: check for buffer errors before waiting
by Dave Chinner
· 13 years ago
fe2429b
xfs: fix buffer lookup race on allocation failure
by Dave Chinner
· 13 years ago
43ff212
xfs: on-stack delayed write buffer lists
by Christoph Hellwig
· 13 years ago
aa6bf01
xfs: use per-filesystem I/O completion workqueues
by Christoph Hellwig
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
687d1c5
xfs: remove unused XBT_FORCE_SLEEP bit
by Eric Sandeen
· 13 years ago
90802ed
treewide: Fix comment and string typo 'bufer'
by Paul Bolle
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
5a93a06
xfs: do not flush data workqueues in xfs_flush_buftarg
by Christoph Hellwig
· 13 years ago
02b102d
xfs: remove xfs_buf_target_name
by Christoph Hellwig
· 13 years ago
901796a
xfs: clean up xfs_ioerror_alert
by Christoph Hellwig
· 13 years ago
4347b9d
xfs: clean up buffer allocation
by Christoph Hellwig
· 13 years ago
af5c4be
xfs: remove buffers from the delwri list in xfs_buf_stale
by Christoph Hellwig
· 13 years ago
c867cb6
xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALE
by Christoph Hellwig
· 13 years ago
5fde032
xfs: remove XFS_BUF_FINISH_IOWAIT
by Christoph Hellwig
· 13 years ago
b17b833
xfs: remove xfs_get_buftarg_list
by Christoph Hellwig
· 13 years ago
3815832
xfs: Don't allocate new buffers on every call to _xfs_buf_find
by Dave Chinner
· 13 years ago
eabbaf1
xfs: Fix the incorrect comment in the header of _xfs_buf_find
by Chandra Seetharaman
· 13 years ago
c4e1c09
xfs: use the "delwri" terminology consistently
by Christoph Hellwig
· 13 years ago
c2b006c
xfs: let xfs_bwrite callers handle the xfs_buf_relse
by Christoph Hellwig
· 13 years ago
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
5a8ee6b
xfs: move more delwri setup into xfs_buf_delwri_queue
by Christoph Hellwig
· 13 years ago
527cfdf
xfs: remove the unlock argument to xfs_buf_delwri_queue
by Christoph Hellwig
· 13 years ago
375ec69
xfs: remove delwri buffer handling from xfs_buf_iorequest
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_buf.c]
2ddb4e9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
34951f5
xfs: flag all buffers as metadata
by Christoph Hellwig
· 13 years ago
c35a549
xfs: Remove the macro XFS_BUFTARG_NAME
by Chandra Seetharaman
· 13 years ago
811e64c
Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned
by Chandra Seetharaman
· 13 years ago
6292604
xfs: Remove the macro XFS_BUF_PTR
by Chandra Seetharaman
· 13 years ago
b75e40a
xfs: Remove macro XFS_BUF_BUSY and family
by Chandra Seetharaman
· 13 years ago
5a52c2a58
xfs: Remove the macro XFS_BUF_ERROR and family
by Chandra Seetharaman
· 13 years ago
ed43233
xfs: Remove the macro XFS_BUF_BFLAGS
by Chandra Seetharaman
· 13 years ago
54244fe
xfs: remove the unused xfs_buf_delwri_sort function
by Christoph Hellwig
· 13 years ago
cb669ca
xfs: remove wrappers around b_iodone
by Christoph Hellwig
· 13 years ago
1d5ae5d
xfs: cleanup I/O-related buffer flags
by Christoph Hellwig
· 13 years ago
c8da0fa
xfs: return the buffer locked from xfs_buf_get_uncached
by Christoph Hellwig
· 13 years ago
0c842ad
xfs: clean up buffer locking helpers
by Christoph Hellwig
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
4439647
xfs: reset buffer pointers before freeing them
by Dave Chinner
· 14 years ago
8a072a4
xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy
by Christoph Hellwig
· 14 years ago
1e05ff0
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
a1b7ea5
xfs: use proper interfaces for on-stack plugging
by Christoph Hellwig
· 14 years ago
ecb697c
xfs: fix variable set but not used warnings
by Christoph Hellwig
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
89b3600
xfs: fix unreferenced var error in xfs_buf.c
by Dave Chinner
· 14 years ago
c585015
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
0e6e847
xfs: stop using the page cache to back the buffer cache
by Dave Chinner
· 14 years ago
a19fb38
vmap: flush vmap aliases when mapping fails
by Dave Chinner
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
3155fe6
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
4f10700
xfs: Convert linux-2.6/ files to new logging interface
by Dave Chinner
· 14 years ago
83e7590
xfs: convert to alloc_workqueue()
by Tejun Heo
· 14 years ago
bfc6017
xfs: fix error handling for synchronous writes
by Christoph Hellwig
· 14 years ago
430cbeb
xfs: add a lru to the XFS buffer cache
by Dave Chinner
· 14 years ago
ff57ab2
xfs: convert xfsbud shrinker to a per-buftarg shrinker.
by Dave Chinner
· 14 years ago
90810b9
xfs: push stale, pinned buffers on trylock failures
by Dave Chinner
· 14 years ago
bfe2741
xfs: move delayed write buffer trace
by Dave Chinner
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
5fe3a5a
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
91b7450
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
fa251f89
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
by Jens Axboe
· 14 years ago
a731cd1
xfs: semaphore cleanup
by Thomas Gleixner
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
74f75a0
xfs: convert buffer cache hash to rbtree
by Dave Chinner
· 14 years ago
69d6cc7
xfs: remove buftarg hash for external devices
by Dave Chinner
· 14 years ago
26af655
xfs: kill XBF_FS_MANAGED buffers
by Dave Chinner
· 14 years ago
ebad861
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
by Dave Chinner
· 14 years ago
5adc94c
xfs: introduced uncached buffer read primitve
by Dave Chinner
· 14 years ago
686865f
xfs: rename xfs_buf_get_nodaddr to be more appropriate
by Dave Chinner
· 14 years ago
6370a6a
workqueue: add and use WQ_MEM_RECLAIM flag
by Tejun Heo
· 14 years ago
51749e4
xfs: log IO completion workqueue is a high priority queue
by Dave Chinner
· 14 years ago
80f6c29
xfs: replace barriers with explicit flush / FUA usage
by Christoph Hellwig
· 14 years ago
9bc08a4
xfs: improve buffer cache hash scalability
by Dave Chinner
· 14 years ago
939d723
xfs: kill the b_strat callback in xfs_buf
by Christoph Hellwig
· 14 years ago
ec53d1d
xfs: don't block on buffer read errors
by Dave Chinner
· 14 years ago
4d16e92
xfs: simplify buffer pinning
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
ed3b4d6
xfs: Improve scalability of busy extent tracking
by Dave Chinner
· 14 years ago
8c38366
xfs: enforce synchronous writes in xfs_bwrite
by Christoph Hellwig
· 15 years ago
e2a0781
xfs: add blockdev name to kthreads
by Jan Engelhardt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8a262e5
xfs: use scalable vmap API
by Alex Elder
· 15 years ago
cd9640a
xfs: remove old vmap cache
by Alex Elder
· 15 years ago
b305956
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
73c77e2
xfs: fix xfs to work with Virtually Indexed architectures
by James Bottomley
· 15 years ago
5322892
xfs: kill xfs_bawrite
by Dave Chinner
· 15 years ago
089716a
xfs: Sort delayed write buffers before dispatch
by Dave Chinner
· 15 years ago
d808f61
xfs: Don't issue buffer IO direct from AIL push V2
by Dave Chinner
· 15 years ago
bdfb043
xfs: replace KM_LARGE with explicit vmalloc use
by Christoph Hellwig
· 15 years ago
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
b9c4864
xfs: xfs_buf_iomove() doesn't care about signedness
by Dave Chinner
· 15 years ago
4e23471
xfs: move more buffer helpers into xfs_buf.c
by Christoph Hellwig
· 15 years ago
64e0bc7
xfs: clean up xfs_bwrite
by Christoph Hellwig
· 15 years ago
c9c1297
xfs: Don't wake xfsbufd when idle
by Dave Chinner
· 15 years ago
Next »