index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf_item.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
1
-1
/
+1
*
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
2020-01-26
1
-1
/
+1
*
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
2020-01-16
1
-0
/
+17
*
xfs: complain if anyone tries to create a too-large buffer log item
Darrick J. Wong
2020-01-16
1
-0
/
+12
*
xfs: clean up xfs_buf_item_get_format return value
Darrick J. Wong
2020-01-16
1
-13
/
+3
*
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
2019-12-19
1
-1
/
+1
*
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
2019-11-18
1
-2
/
+2
*
xfs: "optimize" buffer item log segment bitmap setting
Darrick J. Wong
2019-11-07
1
-1
/
+1
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-2
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-3
/
+0
*
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
Christoph Hellwig
2019-06-28
1
-3
/
+0
*
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
2019-06-28
1
-3
/
+3
*
xfs: split iop_unlock
Christoph Hellwig
2019-06-28
1
-3
/
+12
*
xfs: don't require log items to implement optional methods
Christoph Hellwig
2019-06-28
1
-8
/
+0
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
1
-2
/
+2
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: fix use after free in buf log item unlock assert
Brian Foster
2019-04-14
1
-1
/
+3
*
xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
Dave Chinner
2018-11-20
1
-7
/
+21
*
xfs: refactor xfs_buf_log_item reference count handling
Brian Foster
2018-09-29
1
-37
/
+53
*
xfs: don't unlock invalidated buf on aborted tx commit
Brian Foster
2018-09-29
1
-49
/
+42
*
xfs: clean up MIN/MAX
Dave Chinner
2018-06-08
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-1
/
+1
*
xfs: add some more debug checks to buffer log item reuse
Dave Chinner
2018-05-10
1
-1
/
+3
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-1
/
+3
*
xfs: Rename xa_ elements to ail_
Matthew Wilcox
2018-03-11
1
-5
/
+5
*
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
2018-01-29
1
-33
/
+24
*
Split buffer's b_fspriv field
Carlos Maiolino
2018-01-29
1
-34
/
+51
*
Get rid of xfs_buf_log_item_t typedef
Carlos Maiolino
2018-01-29
1
-20
/
+20
*
xfs: fix compiler warnings
Darrick J. Wong
2017-09-02
1
-0
/
+2
*
xfs: ordered buffer log items are never formatted
Brian Foster
2017-09-01
1
-10
/
+2
*
xfs: remove unnecessary dirty bli format check for ordered bufs
Brian Foster
2017-09-01
1
-30
/
+32
*
xfs: open-code xfs_buf_item_dirty()
Brian Foster
2017-09-01
1
-11
/
+0
*
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
2017-08-22
1
-0
/
+28
*
xfs: Add infrastructure needed for error propagation during buffer IO failure
Carlos Maiolino
2017-08-22
1
-1
/
+31
*
xfs: remove bli from AIL before release on transaction abort
Brian Foster
2017-06-19
1
-9
/
+12
*
xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t
Hou Tao
2017-02-03
1
-0
/
+1
*
xfs: normalize "infinite" retries in error configs
Eric Sandeen
2016-09-14
1
-2
/
+3
*
xfs: fix signed integer overflow
Xie XiuQi
2016-09-14
1
-2
/
+2
*
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
Dave Chinner
2016-07-22
1
-0
/
+1
|
\
|
*
xfs: allocate log vector buffers outside CIL context lock
Dave Chinner
2016-07-22
1
-0
/
+1
*
|
Merge branch 'xfs-4.8-buf-fixes' into for-next
Dave Chinner
2016-07-20
1
-6
/
+6
|
\
\
|
*
|
xfs: don't reset b_retries to 0 on every failure
Eric Sandeen
2016-07-20
1
-3
/
+4
|
*
|
xfs: remove extraneous buffer flag changes
Eric Sandeen
2016-07-20
1
-3
/
+2
|
|
/
*
/
xfs: fix broken multi-fsb buffer logging
Brian Foster
2016-06-01
1
-5
/
+13
|
/
*
xfs: add "fail at unmount" error handling configuration
Carlos Maiolino
2016-05-18
1
-0
/
+4
*
xfs: add configuration of error failure speed
Carlos Maiolino
2016-05-18
1
-2
/
+11
*
xfs: add configurable error support to metadata buffers
Carlos Maiolino
2016-05-18
1
-45
/
+67
*
xfs: remove XBF_STALE flag wrapper macros
Dave Chinner
2016-02-10
1
-1
/
+1
*
xfs: remove XBF_ASYNC flag wrapper macros
Dave Chinner
2016-02-10
1
-1
/
+1
[next]