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.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-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
2020-07-29
xfs: refactor quotacheck flags usage
Darrick J. Wong
1
-11
/
+7
2020-07-29
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
2
-7
/
+7
2020-07-29
xfs: validate ondisk/incore dquot flags
Darrick J. Wong
1
-3
/
+20
2020-07-29
xfs: fix inode quota reservation checks
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
Darrick J. Wong
1
-0
/
+1
2020-07-29
xfs: fix inode allocation block res calculation precedence
Brian Foster
1
-1
/
+1
2020-07-29
xfs: drain the buf delwri queue before xfsaild idles
Brian Foster
1
-10
/
+6
2020-07-17
xfs: preserve inode versioning across remounts
Eric Sandeen
1
-0
/
+4
2020-07-14
xfs: remove duplicated include from xfs_buf_item.c
YueHaibing
1
-1
/
+0
2020-07-14
xfs: remove SYNC_WAIT and SYNC_TRYLOCK
Christoph Hellwig
1
-3
/
+0
2020-07-14
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
8
-91
/
+34
2020-07-09
xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
Waiman Long
1
-1
/
+11
2020-07-07
xfs: rtbitmap scrubber should check inode size
Darrick J. Wong
1
-0
/
+7
2020-07-07
xfs: rtbitmap scrubber should verify written extents
Darrick J. Wong
1
-0
/
+40
2020-07-07
xfs: remove xfs_inobp_check()
Dave Chinner
3
-32
/
+0
2020-07-07
xfs: factor xfs_iflush_done
Dave Chinner
1
-75
/
+82
2020-07-07
xfs: rework xfs_iflush_cluster() dirty inode iteration
Dave Chinner
3
-98
/
+83
2020-07-07
xfs: rename xfs_iflush_int()
Dave Chinner
1
-147
/
+146
2020-07-07
xfs: xfs_iflush() is no longer necessary
Dave Chinner
3
-127
/
+33
2020-07-07
xfs: attach inodes to the cluster buffer when dirtied
Dave Chinner
5
-24
/
+27
2020-07-07
xfs: rework stale inodes in xfs_ifree_cluster
Dave Chinner
1
-99
/
+62
2020-07-07
xfs: clean up inode reclaim comments
Dave Chinner
1
-93
/
+35
2020-07-07
xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
Dave Chinner
4
-60
/
+35
2020-07-07
xfs: remove SYNC_TRYLOCK from inode reclaim
Dave Chinner
1
-38
/
+25
2020-07-07
xfs: don't block inode reclaim on the ILOCK
Dave Chinner
1
-3
/
+5
2020-07-07
xfs: allow multiple reclaimers per AG
Dave Chinner
3
-24
/
+12
2020-07-07
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
1
-86
/
+31
2020-07-07
xfs: make inode reclaim almost non-blocking
Dave Chinner
1
-1
/
+1
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
5
-24
/
+105
2020-07-07
xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
Dave Chinner
3
-8
/
+3
2020-07-07
xfs: unwind log item error flagging
Dave Chinner
4
-71
/
+14
2020-07-07
xfs: handle buffer log item IO errors directly
Dave Chinner
1
-70
/
+144
2020-07-07
xfs: get rid of log item callbacks
Dave Chinner
5
-29
/
+6
2020-07-07
xfs: clean up the buffer iodone callback functions
Dave Chinner
3
-114
/
+29
2020-07-06
xfs: use direct calls for dquot IO completion
Dave Chinner
3
-5
/
+40
2020-07-06
xfs: make inode IO completion buffer centric
Dave Chinner
4
-55
/
+56
2020-07-06
xfs: clean up whacky buffer log item list reinit
Dave Chinner
1
-2
/
+0
2020-07-06
xfs: call xfs_buf_iodone directly
Dave Chinner
5
-63
/
+24
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
6
-8
/
+18
2020-07-06
xfs: mark dquot buffers in cache
Dave Chinner
6
-0
/
+20
2020-07-06
xfs: mark inode buffers in cache
Dave Chinner
6
-30
/
+77
2020-07-06
xfs: add an inode item lock
Dave Chinner
5
-40
/
+66
2020-07-06
xfs: remove logged flag from inode log item
Dave Chinner
3
-35
/
+14
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
3
-4
/
+26
2020-07-06
xfs: remove useless definitions in xfs_linux.h
Yafang Shao
1
-4
/
+0
2020-07-06
xfs: use MMAPLOCK around filemap_map_pages()
Dave Chinner
1
-1
/
+14
2020-07-06
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
5
-97
/
+99
2020-07-06
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
3
-23
/
+34
2020-07-06
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
2
-4
/
+4
2020-07-06
xfs: reflink can skip remap existing mappings
Darrick J. Wong
1
-0
/
+16
[prev]
[next]