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_item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-07
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
1
-1
/
+1
2020-05-07
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
1
-1
/
+1
2020-05-07
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
1
-16
/
+11
2020-05-07
xfs: refactor ratelimited buffer error messages into helper
Brian Foster
1
-13
/
+4
2020-05-07
xfs: factor out buffer I/O failure code
Brian Foster
1
-18
/
+3
2020-05-07
xfs: refactor failed buffer resubmission into xfsaild
Brian Foster
1
-39
/
+0
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
1
-1
/
+1
2020-01-26
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
1
-1
/
+1
2020-01-16
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
1
-0
/
+17
2020-01-16
xfs: complain if anyone tries to create a too-large buffer log item
Darrick J. Wong
1
-0
/
+12
2020-01-16
xfs: clean up xfs_buf_item_get_format return value
Darrick J. Wong
1
-13
/
+3
2019-12-19
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
1
-1
/
+1
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
1
-2
/
+2
2019-11-07
xfs: "optimize" buffer item log segment bitmap setting
Darrick J. Wong
1
-1
/
+1
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-2
/
+2
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-3
/
+0
2019-06-28
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
Christoph Hellwig
1
-3
/
+0
2019-06-28
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
1
-3
/
+3
2019-06-28
xfs: split iop_unlock
Christoph Hellwig
1
-3
/
+12
2019-06-28
xfs: don't require log items to implement optional methods
Christoph Hellwig
1
-8
/
+0
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-2
/
+2
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-04-14
xfs: fix use after free in buf log item unlock assert
Brian Foster
1
-1
/
+3
2018-11-20
xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
Dave Chinner
1
-7
/
+21
2018-09-29
xfs: refactor xfs_buf_log_item reference count handling
Brian Foster
1
-37
/
+53
2018-09-29
xfs: don't unlock invalidated buf on aborted tx commit
Brian Foster
1
-49
/
+42
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
1
-1
/
+1
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: get rid of the log item descriptor
Dave Chinner
1
-1
/
+1
2018-05-10
xfs: add some more debug checks to buffer log item reuse
Dave Chinner
1
-1
/
+3
2018-05-10
xfs: log item flags are racy
Dave Chinner
1
-1
/
+3
2018-03-11
xfs: Rename xa_ elements to ail_
Matthew Wilcox
1
-5
/
+5
2018-01-29
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
1
-33
/
+24
2018-01-29
Split buffer's b_fspriv field
Carlos Maiolino
1
-34
/
+51
2018-01-29
Get rid of xfs_buf_log_item_t typedef
Carlos Maiolino
1
-20
/
+20
2017-09-02
xfs: fix compiler warnings
Darrick J. Wong
1
-0
/
+2
2017-09-01
xfs: ordered buffer log items are never formatted
Brian Foster
1
-10
/
+2
2017-09-01
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
1
-30
/
+32
2017-09-01
xfs: open-code xfs_buf_item_dirty()
Brian Foster
1
-11
/
+0
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-0
/
+28
2017-08-22
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
1
-1
/
+31
2017-06-19
xfs: remove bli from AIL before release on transaction abort
Brian Foster
1
-9
/
+12
2017-02-03
xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
Hou Tao
1
-0
/
+1
2016-09-14
xfs: normalize "infinite" retries in error configs
Eric Sandeen
1
-2
/
+3
2016-09-14
xfs: fix signed integer overflow
Xie XiuQi
1
-2
/
+2
2016-07-22
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
Dave Chinner
1
-0
/
+1
2016-07-22
xfs: allocate log vector buffers outside CIL context lock
Dave Chinner
1
-0
/
+1
2016-07-20
Merge branch 'xfs-4.8-buf-fixes' into for-next
Dave Chinner
1
-6
/
+6
2016-07-20
xfs: don't reset b_retries to 0 on every failure
Eric Sandeen
1
-3
/
+4
2016-07-20
xfs: remove extraneous buffer flag changes
Eric Sandeen
1
-3
/
+2
[next]