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_icache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix up inode cowblocks tracking tracepoints
Brian Foster
2016-10-24
1
-4
/
+4
*
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
2016-10-05
1
-29
/
+209
*
xfs: introduce the CoW fork
Darrick J. Wong
2016-10-04
1
-0
/
+5
*
xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case
Christoph Hellwig
2016-09-19
1
-0
/
+14
*
xfs: cancel eofblocks background trimming on remount read-only
Brian Foster
2016-06-21
1
-1
/
+1
*
xfs: move reclaim tagging functions
Dave Chinner
2016-05-18
1
-118
/
+116
*
xfs: simplify inode reclaim tagging interfaces
Dave Chinner
2016-05-18
1
-48
/
+50
*
xfs: mark reclaimed inodes invalid earlier
Dave Chinner
2016-05-18
1
-12
/
+34
*
xfs: xfs_inode_free() isn't RCU safe
Dave Chinner
2016-05-18
1
-7
/
+7
*
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-4
/
+9
*
xfs: move di_changecount to VFS inode
Dave Chinner
2016-02-09
1
-2
/
+4
*
xfs: move inode generation count to VFS inode
Dave Chinner
2016-02-09
1
-0
/
+2
*
xfs: use vfs inode nlink field everywhere
Dave Chinner
2016-02-09
1
-0
/
+2
*
xfs: reinitialise recycled VFS inode correctly
Dave Chinner
2016-02-09
1
-1
/
+21
*
xfs: introduce inode log format object
Dave Chinner
2016-02-09
1
-1
/
+1
*
xfs: per-filesystem stats counter implementation
Bill O'Donnell
2015-10-12
1
-9
/
+9
*
xfs: add mssing inode cache attempts counter increment
Lucas Stach
2015-08-28
1
-0
/
+2
*
xfs: inodes are new until the dentry cache is set up
Dave Chinner
2015-02-23
1
-2
/
+2
*
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
Dave Chinner
2014-12-04
1
-0
/
+2
|
\
|
*
xfs: active inodes stat is broken
Dave Chinner
2014-12-04
1
-0
/
+2
*
|
xfs: merge xfs_inum.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
|
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
|
/
*
xfs: remove second xfs_quota.h inclusion in xfs_icache.c
Fabian Frederick
2014-09-23
1
-1
/
+0
*
xfs: run an eofblocks scan on ENOSPC/EDQUOT
Brian Foster
2014-07-24
1
-0
/
+52
*
xfs: support a union-based filter for eofblocks scans
Brian Foster
2014-07-24
1
-1
/
+30
*
xfs: add scan owner field to xfs_eofblocks
Brian Foster
2014-07-24
1
-1
/
+12
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-23
/
+23
*
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2014-06-22
1
-3
/
+3
*
xfs: remove unused pag ptr arg from iterator execute functions
Eric Sandeen
2014-04-14
1
-8
/
+4
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-4
/
+0
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-5
/
+4
*
xfs: remove usage of is_bad_inode
Ben Myers
2013-10-01
1
-7
/
+0
*
xfs: asserting lock not held during freeing not valid
Dave Chinner
2013-09-24
1
-5
/
+4
*
Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2013-09-12
1
-2
/
+2
|
\
|
*
xfs: recovery of swap extents operations for CRC filesystems
Dave Chinner
2013-09-10
1
-2
/
+2
*
|
shrinker: convert superblock shrinkers to new API
Dave Chinner
2013-09-10
1
-2
/
+2
|
/
*
xfs: create internal eofblocks structure with kuid_t types
Dwight Engen
2013-08-15
1
-6
/
+6
*
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
2013-08-12
1
-1
/
+1
*
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: Add pquota fields where gquota is used.
Chandra Seetharaman
2013-07-11
1
-0
/
+1
*
xfs: Code cleanup and removal of some typedef usage
Chandra Seetharaman
2013-06-28
1
-1
/
+2
*
xfs: add background scanning to clear eofblocks inodes
Brian Foster
2012-11-08
1
-0
/
+29
*
xfs: add minimum file size filtering to eofblocks scan
Brian Foster
2012-11-08
1
-2
/
+9
*
xfs: support multiple inode id filtering in eofblocks scan
Brian Foster
2012-11-08
1
-11
/
+13
*
xfs: add inode id filtering to eofblocks scan
Brian Foster
2012-11-08
1
-0
/
+22
*
xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
Brian Foster
2012-11-08
1
-3
/
+7
*
xfs: create function to scan and clear EOFBLOCKS inodes
Brian Foster
2012-11-08
1
-0
/
+43
*
xfs: support a tag-based inode_ag_iterator
Brian Foster
2012-11-08
1
-7
/
+49
*
xfs: add EOFBLOCKS inode tagging/untagging
Brian Foster
2012-11-08
1
-0
/
+62
*
xfs: remove xfs_iget.c
Dave Chinner
2012-10-17
1
-3
/
+418
[next]