index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-29
xfs: fix use-after-free on CIL context on shutdown
Dave Chinner
2
-6
/
+6
2022-10-29
xfs: move inode flush to the sync workqueue
Darrick J. Wong
2
-5
/
+28
2022-10-29
xfs: reflink should force the log out if mounted with wsync
Christoph Hellwig
1
-0
/
+4
2022-10-29
xfs: factor out a new xfs_log_force_inode helper
Christoph Hellwig
4
-24
/
+22
2022-10-29
xfs: trylock underlying buffer on dquot flush
Brian Foster
3
-9
/
+14
2022-10-29
xfs: don't write a corrupt unmount record to force summary counter recalc
Darrick J. Wong
1
-13
/
+13
2022-10-29
xfs: tail updates only need to occur when LSN changes
Dave Chinner
3
-23
/
+51
2022-10-29
xfs: factor common AIL item deletion code
Dave Chinner
3
-34
/
+30
2022-10-29
xfs: Throttle commits on delayed background CIL push
Dave Chinner
3
-4
/
+58
2022-10-29
xfs: Lower CIL flush limit for large logs
Dave Chinner
1
-6
/
+23
2022-10-29
xfs: preserve default grace interval during quotacheck
Darrick J. Wong
1
-6
/
+14
2022-10-29
xfs: fix unmount hang and memory leak on shutdown during quotaoff
Brian Foster
2
-6
/
+22
2022-10-29
xfs: factor out quotaoff intent AIL removal and memory free
Brian Foster
2
-9
/
+21
2022-10-29
xfs: Replace function declaration by actual definition
Pavel Reichl
1
-74
/
+66
2022-10-29
xfs: remove the xfs_qoff_logitem_t typedef
Pavel Reichl
4
-34
/
+39
2022-10-29
xfs: remove the xfs_dq_logitem_t typedef
Pavel Reichl
3
-7
/
+7
2022-10-29
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
9
-108
/
+111
2022-10-29
xfs: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-5
/
+5
2022-10-29
xfs: check owner of dir3 blocks
Darrick J. Wong
1
-2
/
+31
2022-10-29
xfs: check owner of dir3 data blocks
Darrick J. Wong
1
-2
/
+30
2022-10-29
xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
Darrick J. Wong
1
-1
/
+1
2022-10-29
xfs: xfs_buf_corruption_error should take __this_address
Darrick J. Wong
3
-4
/
+5
2022-10-29
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
12
-20
/
+46
2022-10-29
xfs: rework collapse range into an atomic operation
Brian Foster
1
-14
/
+15
2022-10-29
xfs: rework insert range into an atomic operation
Brian Foster
1
-19
/
+13
2022-10-29
xfs: open code insert range extent split helper
Brian Foster
3
-32
/
+17
2022-10-07
xfs: remove unused variable 'done'
YueHaibing
1
-1
/
+0
2022-10-07
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
Darrick J. Wong
1
-1
/
+1
2022-10-07
xfs: streamline xfs_attr3_leaf_inactive
Darrick J. Wong
2
-81
/
+29
2022-10-07
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
6
-57
/
+58
2022-10-07
xfs: fix memory corruption during remote attr value buffer invalidation
Darrick J. Wong
2
-40
/
+44
2022-10-07
xfs: refactor remote attr value buffer invalidation
Darrick J. Wong
2
-19
/
+31
2022-10-07
xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
Christoph Hellwig
1
-1
/
+6
2022-10-07
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
1
-27
/
+21
2022-10-07
xfs: truncate should remove all blocks, not just to the end of the page cache
Darrick J. Wong
1
-12
/
+12
2022-10-07
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2
-1
/
+9
2022-10-07
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
4
-6
/
+6
2022-09-28
xfs: fix use-after-free when aborting corrupt attr inactivation
Darrick J. Wong
1
-1
/
+1
2022-09-28
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
3
-20
/
+26
2022-09-28
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
4
-1
/
+130
2022-09-28
xfs: split the sunit parameter update into two parts
Darrick J. Wong
1
-51
/
+72
2022-09-28
xfs: refactor agfl length computation function
Darrick J. Wong
1
-5
/
+13
2022-09-28
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
1
-1
/
+1
2022-09-28
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
2
-1
/
+13
2022-09-28
xfs: fix some memory leaks in log recovery
Darrick J. Wong
1
-3
/
+5
2022-09-28
xfs: always log corruption errors
Darrick J. Wong
25
-45
/
+179
2022-09-28
xfs: constify the buffer pointer arguments to error functions
Darrick J. Wong
4
-8
/
+8
2022-09-28
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
5
-21
/
+21
2022-09-28
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
3
-5
/
+42
2022-09-28
xfs: attach dquots and reserve quota blocks during unwritten conversion
Darrick J. Wong
1
-0
/
+10
[next]