Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b05d22f2c8de166dd4ac14fe05c5c740db825e8
/
fs
/
xfs
/
xfs_buf_item.c
272e42b
xfs: constify xfs_item_ops
by Christoph Hellwig
· 13 years ago
9508534
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
b38505b
xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks
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
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
17b3847
xfs: force the log if we encounter pinned buffers in .iop_pushbuf
by Christoph Hellwig
· 13 years ago
9e978d8
"xfs: fix error handling for synchronous writes" revisited
by Ajeet Yadav
· 13 years ago
c35a549
xfs: Remove the macro XFS_BUFTARG_NAME
by Chandra Seetharaman
· 13 years ago
49074c0
xfs: Remove the macro XFS_BUF_TARGET
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
0095a21
xfs: Remove macro XFS_BUF_SET_START
by Chandra Seetharaman
· 13 years ago
72790aa
xfs: Remove macro XFS_BUF_HOLD
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
cb669ca
xfs: remove wrappers around b_iodone
by Christoph Hellwig
· 13 years ago
adadbee
xfs: remove wrappers around b_fspriv
by Christoph Hellwig
· 13 years ago
bf9d901
xfs: add a proper transaction pointer to struct xfs_buf
by Christoph Hellwig
· 13 years ago
0c842ad
xfs: clean up buffer locking helpers
by Christoph Hellwig
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
e34a314
xfs: fix efi item leak on forced shutdown
by Dave Chinner
· 14 years ago
bfc6017
xfs: fix error handling for synchronous writes
by Christoph Hellwig
· 14 years ago
c90821a
xfs: consume iodone callback items on buffers as they are processed
by Dave Chinner
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
ebad861
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
by Dave Chinner
· 14 years ago
939d723
xfs: kill the b_strat callback in xfs_buf
by Christoph Hellwig
· 14 years ago
4e0d5f9
xfs: fix the xfs_log_iovec i_addr type
by Christoph Hellwig
· 14 years ago
4d16e92
xfs: simplify buffer pinning
by Christoph Hellwig
· 14 years ago
ca30b2a
xfs: give li_cb callbacks the correct prototype
by Christoph Hellwig
· 14 years ago
7bfa31d
xfs: give xfs_item_ops methods the correct prototypes
by Christoph Hellwig
· 14 years ago
9412e31
xfs: merge iop_unpin_remove into iop_unpin
by Christoph Hellwig
· 14 years ago
e98c414
xfs: simplify log item descriptor tracking
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
ccf7c23
xfs: Ensure inode allocation buffers are fully replayed
by Dave Chinner
· 14 years ago
c115541
xfs: Clean up XFS_BLI_* flag namespace
by Dave Chinner
· 15 years ago
64fc35d
xfs: modify buffer item reference counting
by Dave Chinner
· 15 years ago
8e12385
xfs: remove stale parameter from ->iop_unpin method
by Dave Chinner
· 15 years ago
43f5efc
xfs: factor log item initialisation
by Dave Chinner
· 15 years ago
d808f61
xfs: Don't issue buffer IO direct from AIL push V2
by Dave Chinner
· 15 years ago
4139b3b
xfs: kill XLOG_VEC_SET_TYPE
by Christoph Hellwig
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
4fdc778
[XFS] Remove XFS_BUF_SHUT() and friends
by Lachlan McIlroy
· 16 years ago
15ac08a
[XFS] replace b_fspriv with b_mount
by Christoph Hellwig
· 16 years ago
783a2f6
[XFS] Finish removing the mount pointer from the AIL API
by David Chinner
· 16 years ago
fc1829f
[XFS] Add ail pointer into log items
by David Chinner
· 16 years ago
c7e8f26
[XFS] Move the AIL lock into the struct xfs_ail
by David Chinner
· 16 years ago
e1f5dbd
[XFS] Fix use-after-free with buffers
by Lachlan McIlroy
· 16 years ago
5695ef46
[XFS] Use KM_NOFS for debug trace buffers
by Lachlan McIlroy
· 16 years ago
b4dd330
[XFS] replace the XFS buf iodone semaphore with a completion
by David Chinner
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
db7a19f
[XFS] Ensure xfs_bawrite() errors are checked.
by David Chinner
· 17 years ago
287f3da
[XFS] Unwrap AIL_LOCK
by Donald Douwsma
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
24ad33f
[XFS] Kill off xfs_count_bits
by Eric Sandeen
· 17 years ago
7989cb8
[XFS] Keep stack usage down for 4k stacks by using noinline.
by David Chinner
· 18 years ago
065d312
[XFS] Remove unused iop_abort log item operation
by Eric Sandeen
· 18 years ago
43129c1
[XFS] Remove a couple of unused BUF macros
by Eric Sandeen
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
b657452
[XFS] Portability changes: remove prdev, stick to one diagnostic interface.
by Nathan Scott
· 18 years ago
7d04a33
[XFS] Shutdown the filesystem if all device paths have gone. Made
by Nathan Scott
· 18 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
7e9c639
[XFS] 929956 add log debugging and tracing info
by Tim Shimmin
· 19 years ago
ba0f32d
[XFS] mark various symbols static Patch from Adrian Bunk
by Christoph Hellwig
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago