index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: reflink should force the log out if mounted with wsync
Christoph Hellwig
2020-04-06
1
-0
/
+4
*
xfs: factor out a new xfs_log_force_inode helper
Christoph Hellwig
2020-04-06
4
-24
/
+22
*
xfs: fix inode number overflow in ifree cluster helper
Brian Foster
2020-04-02
1
-1
/
+1
*
xfs: remove redundant variable assignment in xfs_symlink()
Kaixu Xia
2020-03-31
1
-1
/
+0
*
xfs: ratelimit inode flush on buffered write ENOSPC
Darrick J. Wong
2020-03-31
2
-0
/
+15
*
xfs: return locked status of inode buffer on xfsaild push
Brian Foster
2020-03-28
1
-1
/
+2
*
xfs: trylock underlying buffer on dquot flush
Brian Foster
2020-03-28
3
-9
/
+14
*
xfs: remove unnecessary ternary from xfs_create
Kaixu Xia
2020-03-28
1
-2
/
+1
*
xfs: don't write a corrupt unmount record to force summary counter recalc
Darrick J. Wong
2020-03-27
1
-13
/
+14
*
xfs: factor inode lookup from xfs_ifree_cluster
Dave Chinner
2020-03-27
1
-68
/
+84
*
xfs: tail updates only need to occur when LSN changes
Dave Chinner
2020-03-27
3
-23
/
+51
*
xfs: factor common AIL item deletion code
Dave Chinner
2020-03-27
3
-34
/
+30
*
xfs: correctly acount for reclaimable slabs
Dave Chinner
2020-03-27
1
-1
/
+2
*
xfs: Improve metadata buffer reclaim accountability
Dave Chinner
2020-03-27
1
-3
/
+8
*
xfs: don't allow log IO to be throttled
Dave Chinner
2020-03-27
1
-1
/
+9
*
xfs: Throttle commits on delayed background CIL push
Dave Chinner
2020-03-27
3
-4
/
+58
*
xfs: Lower CIL flush limit for large logs
Dave Chinner
2020-03-27
1
-6
/
+23
*
xfs: remove some stale comments from the log code
Dave Chinner
2020-03-27
1
-46
/
+13
*
xfs: refactor unmount record writing
Dave Chinner
2020-03-27
1
-20
/
+29
*
xfs: merge xlog_commit_record with xlog_write_done
Dave Chinner
2020-03-27
3
-35
/
+12
*
xfs: split xlog_ticket_done
Christoph Hellwig
2020-03-27
5
-73
/
+47
*
xfs: kill XLOG_TIC_INITED
Dave Chinner
2020-03-27
2
-8
/
+2
*
xfs: refactor and split xfs_log_done()
Dave Chinner
2020-03-27
5
-65
/
+44
*
xfs: re-order initial space accounting checks in xlog_write
Dave Chinner
2020-03-27
1
-21
/
+10
*
xfs: don't try to write a start record into every iclog
Dave Chinner
2020-03-27
3
-49
/
+42
*
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
2020-03-27
1
-0
/
+32
*
xfs: prohibit fs freezing when using empty transactions
Darrick J. Wong
2020-03-26
3
-0
/
+23
*
xfs: shutdown on failure to add page to log bio
Brian Foster
2020-03-26
1
-3
/
+9
*
xfs: directory bestfree check should release buffers
Darrick J. Wong
2020-03-26
1
-4
/
+6
*
xfs: drop all altpath buffers at the end of the sibling check
Darrick J. Wong
2020-03-26
1
-17
/
+25
*
xfs: preserve default grace interval during quotacheck
Darrick J. Wong
2020-03-26
1
-6
/
+14
*
xfs: remove xlog_state_want_sync
Christoph Hellwig
2020-03-23
1
-32
/
+18
*
xfs: move the ioerror check out of xlog_state_clean_iclog
Christoph Hellwig
2020-03-23
1
-4
/
+5
*
xfs: refactor xlog_state_clean_iclog
Christoph Hellwig
2020-03-23
1
-92
/
+88
*
xfs: remove the aborted parameter to xlog_state_done_syncing
Christoph Hellwig
2020-03-23
3
-39
/
+23
*
xfs: simplify log shutdown checking in xfs_log_release_iclog
Christoph Hellwig
2020-03-23
1
-14
/
+6
*
xfs: simplify the xfs_log_release_iclog calling convention
Christoph Hellwig
2020-03-23
3
-9
/
+6
*
xfs: factor out a xlog_wait_on_iclog helper
Christoph Hellwig
2020-03-23
1
-45
/
+31
*
xfs: merge xlog_cil_push into xlog_cil_push_work
Christoph Hellwig
2020-03-23
1
-28
/
+18
*
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2020-03-19
9
-44
/
+24
*
xfs: simplify a check in xfs_ioctl_setattr_check_cowextsize
Christoph Hellwig
2020-03-19
1
-2
/
+1
*
xfs: simplify di_flags2 inheritance in xfs_ialloc
Christoph Hellwig
2020-03-19
1
-10
/
+3
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
11
-37
/
+27
*
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2020-03-19
7
-21
/
+25
*
xfs: fix unmount hang and memory leak on shutdown during quotaoff
Brian Foster
2020-03-18
2
-6
/
+22
*
xfs: factor out quotaoff intent AIL removal and memory free
Brian Foster
2020-03-18
2
-9
/
+21
*
xfs: add support for rmap btree staging cursors
Darrick J. Wong
2020-03-18
2
-10
/
+62
*
xfs: add support for refcount btree staging cursors
Darrick J. Wong
2020-03-18
2
-10
/
+66
*
xfs: add support for inode btree staging cursors
Darrick J. Wong
2020-03-18
2
-12
/
+76
*
xfs: add support for free space btree staging cursors
Darrick J. Wong
2020-03-18
2
-16
/
+84
[next]