Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ca21b9b37059ee07176028de415cc4699db259cb
/
fs
/
xfs
/
xfs_trans.h
ce92464
xfs: make xfs_trans_get_buf return an error code
by Darrick J. Wong
· 5 years ago
9676b54
xfs: make xfs_trans_get_buf_map return an error code
by Darrick J. Wong
· 5 years ago
caeaea9
xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
by Christoph Hellwig
· 6 years ago
3cfce1e
xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
by Christoph Hellwig
· 6 years ago
effd5e9
xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
by Christoph Hellwig
· 6 years ago
81f4004
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
by Christoph Hellwig
· 6 years ago
efe2330
xfs: remove the xfs_log_item_t typedef
by Christoph Hellwig
· 6 years ago
9ce632a
xfs: add a flag to release log items on commit
by Christoph Hellwig
· 6 years ago
ddf9205
xfs: split iop_unlock
by Christoph Hellwig
· 6 years ago
8c9ce2f
xfs: remove unused flags arg from getsb interfaces
by Eric Sandeen
· 6 years ago
66e3237
xfs: const-ify xfs_owner_info arguments
by Darrick J. Wong
· 6 years ago
bc9f2b7
xfs: idiotproof defer op type configuration
by Darrick J. Wong
· 6 years ago
38b6238
xfs: fix buffer state management in xrep_findroot_block
by Darrick J. Wong
· 6 years ago
9d9e623
xfs: fold dfops into the transaction
by Brian Foster
· 6 years ago
1ae093cb
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
by Brian Foster
· 6 years ago
7dbddba
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
by Brian Foster
· 6 years ago
a819866
xfs: automatic dfops inode relogging
by Brian Foster
· 6 years ago
82ff27b
xfs: automatic dfops buffer relogging
by Brian Foster
· 6 years ago
1214f1c
xfs: replace dop_low with transaction flag
by Brian Foster
· 6 years ago
7279aa1
xfs: remove unused __xfs_defer_cancel() internal helper
by Brian Foster
· 6 years ago
9e28a24
xfs: drop unnecessary xfs_defer_finish() dfops parameter
by Brian Foster
· 6 years ago
e021a2e
xfs: support embedded dfops in transaction
by Brian Foster
· 6 years ago
44fd294
xfs: pack holes in xfs_defer_ops and xfs_trans
by Brian Foster
· 6 years ago
bba59c5e
xfs: add firstblock field to xfs_trans
by Brian Foster
· 6 years ago
6aa6718
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
by Brian Foster
· 6 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 7 years ago
fcb762f
xfs: add bmapi nodiscard flag
by Brian Foster
· 7 years ago
e6631f8
xfs: get rid of the log item descriptor
by Dave Chinner
· 7 years ago
22525c1
xfs: log item flags are racy
by Dave Chinner
· 7 years ago
f8f2835
xfs: defer agfl block frees when dfops is available
by Brian Foster
· 7 years ago
643c8c0
Use list_head infra-structure for buffer's log items list
by Carlos Maiolino
· 7 years ago
a5814bc
xfs: disallow marking previously dirty buffers as ordered
by Brian Foster
· 7 years ago
9684010
xfs: refactor buffer logging into buffer dirtying helper
by Brian Foster
· 7 years ago
411350d
xfs: refactor xfs_trans_roll
by Christoph Hellwig
· 7 years ago
d3a304b
xfs: Properly retry failed inode items in case of error during buffer writeback
by Carlos Maiolino
· 7 years ago
0b80ae6
xfs: Add infrastructure needed for error propagation during buffer IO failure
by Carlos Maiolino
· 7 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
f990fc5
xfs: remove lsn relevant fields from xfs_trans structure and its users
by Shan Hai
· 8 years ago
e1a4e37
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
by Darrick J. Wong
· 8 years ago
254133f
xfs: fold __xfs_trans_roll into xfs_trans_roll
by Christoph Hellwig
· 8 years ago
e89c041
xfs: implement the GETFSMAP ioctl
by Darrick J. Wong
· 8 years ago
64f61ab
xfs: remove unused struct declarations
by Eric Sandeen
· 8 years ago
9f3afb5
xfs: implement deferred bmbt map/unmap operations
by Darrick J. Wong
· 8 years ago
77d61fe
xfs: log bmap intent items
by Darrick J. Wong
· 8 years ago
33ba612
xfs: connect refcount adjust functions to upper layers
by Darrick J. Wong
· 8 years ago
f997ee2
xfs: log refcount intent items
by Darrick J. Wong
· 8 years ago
722e251
xfs: remove the extents array from the rmap update done log item
by Darrick J. Wong
· 8 years ago
9c19464
xfs: propagate bmap updates to rmapbt
by Darrick J. Wong
· 8 years ago
f8dbebe
xfs: enable the xfs_defer mechanism to process rmaps to update
by Darrick J. Wong
· 8 years ago
9e88b5d
xfs: log rmap intent items
by Darrick J. Wong
· 8 years ago
340785c
xfs: add owner field to extent allocation and freeing
by Darrick J. Wong
· 8 years ago
310a75a
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
by Darrick J. Wong
· 8 years ago
9749fee
xfs: enable the xfs_defer mechanism to process extents to free
by Darrick J. Wong
· 8 years ago
bba61cb
xfs: clean up typedef usage in the EFI/EFD handling code
by Darrick J. Wong
· 8 years ago
b1c5ebb
xfs: allocate log vector buffers outside CIL context lock
by Dave Chinner
· 8 years ago
253f491
xfs: better xfs_trans_alloc interface
by Christoph Hellwig
· 9 years ago
a7e5d03
xfs: remove xfs_trans_get_block_res
by Christoph Hellwig
· 9 years ago
6bc43af
xfs: ensure EFD trans aborts on log recovery extent free failure
by Brian Foster
· 9 years ago
d43ac29
xfs: return committed status from xfs_trans_roll()
by Brian Foster
· 9 years ago
5e4b538
xfs: disentagle EFI release from the extent count
by Brian Foster
· 9 years ago
7039331
xfs: saner xfs_trans_commit interface
by Christoph Hellwig
· 10 years ago
4906e21
xfs: remove the flags argument to xfs_trans_cancel
by Christoph Hellwig
· 10 years ago
2e6db6c
xfs: switch remaining xfs_trans_dup users to xfs_trans_roll
by Christoph Hellwig
· 10 years ago
bde7cff
xfs: format log items write directly into the linear CIL buffer
by Christoph Hellwig
· 11 years ago
a4fbe6a
xfs: decouple inode and bmap btree header files
by Dave Chinner
· 11 years ago
239880e
xfs: decouple log and transaction headers
by Dave Chinner
· 11 years ago
d420e5c
xfs: remove unused transaction callback variables
by Dave Chinner
· 11 years ago
904c17e
xfs: finish removing IOP_* macros.
by Dave Chinner
· 11 years ago
f5baac3
xfs: avoid CIL allocation during insert
by Dave Chinner
· 11 years ago
7492c5b
xfs: Reduce allocations during CIL insertion
by Dave Chinner
· 11 years ago
166d136
xfs: return log item size in IOP_SIZE
by Dave Chinner
· 11 years ago
3d3c8b5
xfs: refactor xfs_trans_reserve() interface
by Jie Liu
· 11 years ago
7fd36c4
xfs: split out transaction reservation code
by Dave Chinner
· 11 years ago
d386b32
xfs: sync minor header differences needed by userspace.
by Dave Chinner
· 11 years ago
2a3c0ac
xfs: split out on-disk transaction definitions
by Dave Chinner
· 11 years ago
3ebe7d2
xfs: Inode create log items
by Dave Chinner
· 12 years ago
5f6bed7
xfs: Introduce an ordered buffer item
by Dave Chinner
· 12 years ago
2fb8b50
xfs: Remove two dead transaction log reservaion macros
by Jie Liu
· 12 years ago
742ae1e
xfs: introduce CONFIG_XFS_WARN
by Dave Chinner
· 12 years ago
61fe135
xfs: buffer type overruns blf_flags field
by Dave Chinner
· 12 years ago
d75afeb
xfs: add buffer types to directory and attribute buffers
by Dave Chinner
· 12 years ago
ee1a47a
xfs: add support for large btree blocks
by Christoph Hellwig
· 12 years ago
a21cd50
xfs: refactor space log reservation for XFS_TRANS_ATTR_SET
by Jeff Liu
· 12 years ago
a7bd794
xfs: introduce XFS_SB_LOG_RES() for transactions that modify sb on disk
by Jeff Liu
· 12 years ago
762d7ba
xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
by Jeff Liu
· 12 years ago
a1bd955
xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount time
by Jeff Liu
· 12 years ago
4800104
xfs: calculate XFS_TRANS_QM_DQALLOC space log reservation at mount time
by Jeff Liu
· 12 years ago
f0f2df9
xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount time
by Jeff Liu
· 12 years ago
b0c10b98
xfs: calculate XFS_TRANS_QM_SBCHANGE space log reservation at mount time
by Jeff Liu
· 12 years ago
1813dd6
xfs: convert buffer verifiers to an ops structure.
by Dave Chinner
· 12 years ago
c3f8fc7
xfs: make buffer read verication an IO completion function
by Dave Chinner
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d9457dc
xfs: Convert to new freezing code
by Jan Kara
· 13 years ago
de2a4f5
xfs: add discontiguous buffer support to transactions
by Dave Chinner
· 13 years ago
77ba787
xfs: switch to proper __bitwise type for KM_... flags
by Al Viro
· 13 years ago
43ff212
xfs: on-stack delayed write buffer lists
by Christoph Hellwig
· 13 years ago
b393421
xfs: remove the lid_size field in struct log_item_desc
by Christoph Hellwig
· 13 years ago
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
ddc3415
xfs: simplify xfs_trans_ijoin* again
by Christoph Hellwig
· 13 years ago
Next »