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
/
xfs_super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: don't block the log commit handler for discards
Christoph Hellwig
2017-02-09
1
-0
/
+8
*
xfs: deprecate barrier/nobarrier mount option
Dave Chinner
2016-12-09
1
-9
/
+16
*
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
2016-11-30
1
-1
/
+1
*
xfs: check inode reflink flag before calling reflink functions
Darrick J. Wong
2016-10-10
1
-5
/
+7
*
xfs: recognize the reflink feature bit
Darrick J. Wong
2016-10-05
1
-0
/
+7
*
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
2016-10-05
1
-0
/
+1
*
xfs: preallocate blocks for worst-case btree expansion
Darrick J. Wong
2016-10-05
1
-0
/
+12
*
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-05
1
-0
/
+9
*
xfs: cancel pending CoW reservations when destroying inodes
Darrick J. Wong
2016-10-05
1
-0
/
+8
*
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
Darrick J. Wong
2016-10-04
1
-0
/
+10
*
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
2016-10-04
1
-0
/
+1
*
xfs: create bmbt update intent log items
Darrick J. Wong
2016-10-04
1
-0
/
+18
*
xfs: connect refcount adjust functions to upper layers
Darrick J. Wong
2016-10-03
1
-0
/
+1
*
xfs: create refcount update intent log items
Darrick J. Wong
2016-10-03
1
-0
/
+18
*
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
2016-10-03
1
-1
/
+1
|
\
|
*
xfs: quiesce the filesystem after recovery on readonly mount
Dave Chinner
2016-09-26
1
-1
/
+1
*
|
xfs: convert RUI log formats to use variable length arrays
Darrick J. Wong
2016-09-19
1
-3
/
+2
|
/
*
xfs: disallow mounting of realtime + rmap filesystems
Darrick J. Wong
2016-08-26
1
-1
/
+8
*
xfs: remove the extents array from the rmap update done log item
Darrick J. Wong
2016-08-03
1
-3
/
+1
*
xfs: enable the rmap btree functionality
Darrick J. Wong
2016-08-03
1
-0
/
+4
*
xfs: enable the xfs_defer mechanism to process rmaps to update
Darrick J. Wong
2016-08-03
1
-0
/
+1
*
xfs: create rmap update intent log items
Darrick J. Wong
2016-08-03
1
-0
/
+21
*
xfs: rmap btree requires more reserved free space
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
2016-08-03
1
-1
/
+1
*
xfs: enable the xfs_defer mechanism to process extents to free
Darrick J. Wong
2016-08-03
1
-0
/
+2
*
Merge branch 'xfs-4.8-misc-fixes-4' into for-next
Dave Chinner
2016-07-22
1
-4
/
+0
|
\
|
*
xfs: remove EXPERIMENTAL tag from sparse inode feature
Dave Chinner
2016-07-22
1
-4
/
+0
*
|
Merge branch 'xfs-4.8-misc-fixes-2' into for-next
Dave Chinner
2016-06-21
1
-2
/
+11
|
\
\
|
*
|
xfs: convert list of extents to free into a regular list
Darrick J. Wong
2016-06-21
1
-2
/
+3
|
*
|
xfs: cancel eofblocks background trimming on remount read-only
Brian Foster
2016-06-21
1
-0
/
+8
|
|
/
*
/
xfs: make several functions static
Eric Sandeen
2016-06-01
1
-1
/
+1
|
/
*
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-05-26
1
-7
/
+5
|
\
|
*
xfs: Add alignment check for DAX mount
Toshi Kani
2016-05-17
1
-7
/
+5
*
|
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-05-26
1
-39
/
+26
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'xfs-4.7-inode-reclaim' into for-next
Dave Chinner
2016-05-20
1
-21
/
+7
|
|
\
|
|
*
xfs: remove xfs_fs_evict_inode()
Dave Chinner
2016-05-18
1
-21
/
+7
|
*
|
Merge branch 'xfs-4.7-writeback-bio' into for-next
Dave Chinner
2016-05-20
1
-18
/
+8
|
|
\
\
|
|
*
|
xfs: optimize bio handling in the buffer writeback path
Christoph Hellwig
2016-04-06
1
-18
/
+8
|
|
|
/
|
*
|
xfs: add missing break in xfs_parseargs()
Eryu Guan
2016-04-06
1
-0
/
+1
|
*
|
xfs: disallow rw remount on fs with unknown ro-compat features
Eric Sandeen
2016-04-06
1
-0
/
+10
|
|
/
*
|
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
|
/
*
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
Dave Chinner
2016-03-09
1
-0
/
+3
|
\
|
*
xfs: check sizes of XFS on-disk structures at compile time
Darrick J. Wong
2016-03-09
1
-0
/
+3
*
|
xfs: fix up inode32/64 (re)mount handling
Eric Sandeen
2016-03-02
1
-47
/
+55
*
|
xfs: sanitize remount options
Eric Sandeen
2016-03-02
1
-1
/
+31
*
|
xfs: convert mount option parsing to tokens
Eric Sandeen
2016-03-02
1
-194
/
+197
|
/
*
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
2016-01-14
1
-2
/
+2
*
XFS: Use a signed return type for suffix_kstrtoint()
Markus Elfring
2016-01-04
1
-1
/
+1
*
Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next
Dave Chinner
2015-11-10
1
-3
/
+4
|
\
[next]