index
:
Linux Stable
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.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: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
2021-08-16
5
-30
/
+30
|
*
|
xfs: cleanup __FUNCTION__ usage
Dwaipayan Ray
2021-08-11
1
-2
/
+2
|
*
|
xfs: Rename __xfs_attr_rmtval_remove
Allison Henderson
2021-08-11
3
-5
/
+5
|
*
|
xfs: add attr state machine tracepoints
Allison Henderson
2021-08-09
3
-2
/
+54
|
*
|
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
2021-08-09
3
-10
/
+29
|
*
|
xfs: clear log incompat feature bits when the log is idle
Darrick J. Wong
2021-08-09
3
-0
/
+55
|
*
|
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
2021-08-09
5
-0
/
+157
|
*
|
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-09
9
-55
/
+21
|
*
|
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-09
7
-40
/
+3
|
*
|
mm: Add kvrealloc()
Dave Chinner
2021-08-09
1
-1
/
+3
|
*
|
xfs: dump log intent items that cannot be recovered due to corruption
Darrick J. Wong
2021-08-09
4
-0
/
+12
|
*
|
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
8
-44
/
+56
|
*
|
xfs: drop experimental warnings for bigtime and inobtcount
Darrick J. Wong
2021-08-09
1
-8
/
+0
|
*
|
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
2021-08-09
4
-4
/
+4
|
*
|
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
2021-08-09
5
-5
/
+147
|
*
|
xfs: avoid buffer deadlocks when walking fs inodes
Darrick J. Wong
2021-08-09
2
-10
/
+65
|
*
|
xfs: use background worker pool when transactions can't get free space
Darrick J. Wong
2021-08-09
4
-4
/
+31
|
*
|
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
6
-16
/
+48
|
*
|
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
2021-08-09
2
-0
/
+11
|
*
|
xfs: inactivate inodes any time we try to free speculative preallocations
Darrick J. Wong
2021-08-09
1
-2
/
+10
|
*
|
xfs: queue inactivation immediately when free realtime extents are tight
Darrick J. Wong
2021-08-09
3
-6
/
+31
|
*
|
xfs: queue inactivation immediately when quota is nearing enforcement
Darrick J. Wong
2021-08-09
4
-0
/
+56
|
*
|
xfs: queue inactivation immediately when free space is tight
Darrick J. Wong
2021-08-09
3
-8
/
+15
|
*
|
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
9
-48
/
+571
|
*
|
xfs: detach dquots from inode if we don't need to inactivate it
Darrick J. Wong
2021-08-06
3
-1
/
+62
|
*
|
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
2021-08-06
2
-75
/
+74
|
*
|
xfs: introduce all-mounts list for cpu hotplug notifications
Dave Chinner
2021-08-06
2
-0
/
+41
|
*
|
xfs: introduce CPU hotplug infrastructure
Dave Chinner
2021-08-06
1
-1
/
+41
|
*
|
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
11
-107
/
+58
|
*
|
xfs: remove the flags argument to xfs_qm_dquot_walk
Christoph Hellwig
2021-08-06
1
-10
/
+6
|
*
|
xfs: remove xfs_dqrele_all_inodes
Christoph Hellwig
2021-08-06
2
-112
/
+1
|
*
|
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2021-08-06
8
-454
/
+13
|
|
/
*
|
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-08-30
1
-1
/
+1
|
\
\
|
*
|
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2021-08-09
1
-1
/
+1
|
|
/
*
|
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-30
5
-74
/
+80
|
\
\
|
|
/
|
/
|
|
*
xfs: Convert double locking of MMAPLOCK to use VFS helpers
Jan Kara
2021-07-13
2
-33
/
+19
|
*
xfs: Convert to use invalidate_lock
Jan Kara
2021-07-13
4
-32
/
+34
|
*
xfs: Refactor xfs_isilocked()
Pavel Reichl
2021-07-13
2
-9
/
+27
*
|
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-08-01
7
-106
/
+244
|
\
\
|
*
|
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
2021-07-29
1
-2
/
+12
|
*
|
xfs: limit iclog tail updates
Dave Chinner
2021-07-29
1
-13
/
+37
|
*
|
xfs: need to see iclog flags in tracing
Dave Chinner
2021-07-29
2
-4
/
+14
|
*
|
xfs: Enforce attr3 buffer recovery order
Dave Chinner
2021-07-29
1
-0
/
+1
|
*
|
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
2021-07-29
2
-11
/
+39
|
*
|
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
2021-07-29
1
-5
/
+37
|
*
|
xfs: log forces imply data device cache flushes
Dave Chinner
2021-07-29
1
-13
/
+34
|
*
|
xfs: factor out forced iclog flushes
Dave Chinner
2021-07-29
1
-24
/
+18
|
*
|
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
2021-07-29
3
-13
/
+39
|
*
|
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
2021-07-29
1
-28
/
+17
|
*
|
xfs: external logs need to flush data device
Dave Chinner
2021-07-29
1
-8
/
+11
[prev]
[next]