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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
2019-02-18
1
-1
/
+19
*
xfs: distinguish between inobt and finobt magic values
Brian Foster
2019-02-11
1
-0
/
+19
*
xfs: clarify documentation for the function to reverify buffers
Brian Foster
2019-02-11
1
-20
/
+15
*
xfs: set buffer ops when repair probes for btree type
Darrick J. Wong
2019-02-03
1
-0
/
+16
*
xfs: end sync buffer I/O properly on shutdown error
Brian Foster
2019-02-03
1
-2
/
+1
*
xfs: xfs_buf: drop useless LIST_HEAD
Julia Lawall
2018-12-29
1
-1
/
+0
*
xfs: clear ail delwri queued bufs on unmount of shutdown fs
Brian Foster
2018-10-18
1
-0
/
+7
*
xfs: fix use-after-free race in xfs_buf_rele
Dave Chinner
2018-10-18
1
-1
/
+37
*
xfs: always assign buffer verifiers when one is provided
Darrick J. Wong
2018-10-18
1
-17
/
+47
*
xfs: remove b_last_holder & associated macros
Eric Sandeen
2018-08-12
1
-18
/
+2
*
xfs: kill __xfs_buf_submit_common()
Brian Foster
2018-07-11
1
-49
/
+34
*
xfs: combine [a]sync buffer submission apis
Brian Foster
2018-07-11
1
-49
/
+23
*
xfs: use sync buffer I/O for sync delwri queue submission
Brian Foster
2018-07-11
1
-39
/
+41
*
xfs: refactor buffer submission into a common helper
Brian Foster
2018-07-11
1
-48
/
+37
*
xfs: xfs_reflink_convert_cow() memory allocation deadlock
Dave Chinner
2018-06-08
1
-1
/
+0
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure
Dave Chinner
2018-05-09
1
-28
/
+65
*
xfs: make xfs_buf_incore out of line
Dave Chinner
2018-05-09
1
-5
/
+16
*
xfs: non-scrub - remove unused function parameters
Eric Sandeen
2018-04-09
1
-1
/
+0
*
xfs: Correctly invert xfs_buftarg LRU isolation logic
Vratislav Bendel
2018-03-11
1
-1
/
+1
*
Use list_head infra-structure for buffer's log items list
Carlos Maiolino
2018-01-29
1
-0
/
+1
*
xfs: clarify units in the failed metadata io message
Darrick J. Wong
2018-01-09
1
-5
/
+6
*
xfs: dump the first 128 bytes of any corrupt buffer
Darrick J. Wong
2018-01-08
1
-1
/
+2
*
xfs: refactor xfs_verifier_error and xfs_buf_ioerror
Darrick J. Wong
2018-01-08
1
-3
/
+4
*
xfs: fortify xfs_alloc_buftarg error handling
Michal Hocko
2017-11-28
1
-5
/
+10
*
xfs: move error injection tags into their own file
Darrick J. Wong
2017-11-01
1
-0
/
+1
*
xfs: fix unused variable warning in xfs_buf_set_ref()
Brian Foster
2017-10-27
1
-3
/
+2
*
xfs: buffer lru reference count error injection tag
Brian Foster
2017-10-26
1
-0
/
+16
*
xfs: remove redundant re-initialization of total_nr_pages
Colin Ian King
2017-09-25
1
-2
/
+0
*
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-11
1
-1
/
+3
|
\
|
*
xfs: perform dax_device lookup at mount
Dan Williams
2017-08-31
1
-1
/
+3
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-1
/
+1
|
/
*
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-07-10
1
-1
/
+61
|
\
|
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-1
/
+1
|
*
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
Brian Foster
2017-06-19
1
-0
/
+60
*
|
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-03
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-12
/
+26
|
|
\
|
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-2
/
+5
*
|
|
xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
Brian Foster
2017-06-08
1
-1
/
+1
|
|
/
|
/
|
*
|
xfs: use ->b_state to fix buffer I/O accounting release race
Brian Foster
2017-05-31
1
-12
/
+26
|
/
*
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-05-06
1
-0
/
+24
|
\
|
*
xfs: fix up quotacheck buffer list error handling
Brian Foster
2017-04-25
1
-0
/
+24
*
|
xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
Michal Hocko
2017-05-03
1
-4
/
+4
|
/
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
1
-2
/
+1
|
\
|
*
block: Get rid of blk_get_backing_dev_info()
Jan Kara
2017-02-02
1
-2
/
+1
*
|
xfs: clear _XBF_PAGES from buffers when readahead page
Darrick J. Wong
2017-01-25
1
-0
/
+1
|
/
*
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-12-14
1
-49
/
+74
|
\
|
*
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
Dave Chinner
2016-12-09
1
-2
/
+1
|
|
\
|
|
*
xfs: Always flush caches when integrity is required
Dave Chinner
2016-12-09
1
-2
/
+1
[next]