index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-4' into for-next
Dave Chinner
2016-03-15
2
-44
/
+117
|
\
|
*
xfs: always set rvalp in xfs_dir2_node_trim_free
Christoph Hellwig
2016-03-15
1
-1
/
+3
|
*
xfs: borrow indirect blocks from freed extent when available
Brian Foster
2016-03-15
1
-10
/
+36
|
*
xfs: refactor delalloc indlen reservation split into helper
Brian Foster
2016-03-15
1
-19
/
+54
|
*
xfs: update freeblocks counter after extent deletion
Brian Foster
2016-03-15
1
-24
/
+34
*
|
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
Dave Chinner
2016-03-08
2
-6
/
+3
|
\
\
|
*
|
xfs: remove impossible condition
Luis de Bethencourt
2016-03-08
1
-4
/
+1
|
*
|
xfs: fix computation of inode btree maxlevels
Darrick J. Wong
2016-03-06
1
-2
/
+2
|
|
/
*
|
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
Dave Chinner
2016-03-06
2
-5
/
+5
|
\
\
|
*
|
xfs: remove xfs_trans_get_block_res
Christoph Hellwig
2016-03-01
2
-5
/
+5
|
|
/
*
|
Merge branch 'xfs-gut-icdinode-4.6' into for-next
Dave Chinner
2016-03-06
7
-81
/
+166
|
\
\
|
*
|
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
5
-15
/
+14
|
*
|
xfs: move di_changecount to VFS inode
Dave Chinner
2016-02-09
2
-3
/
+2
|
*
|
xfs: move inode generation count to VFS inode
Dave Chinner
2016-02-09
2
-5
/
+4
|
*
|
xfs: use vfs inode nlink field everywhere
Dave Chinner
2016-02-09
2
-4
/
+3
|
*
|
xfs: move v1 inode conversion to xfs_inode_from_disk
Dave Chinner
2016-02-09
3
-24
/
+21
|
*
|
xfs: cull unnecessary icdinode fields
Dave Chinner
2016-02-09
2
-45
/
+19
|
*
|
xfs: remove timestamps from incore inode
Dave Chinner
2016-02-09
3
-18
/
+84
|
*
|
xfs: introduce inode log format object
Dave Chinner
2016-02-09
3
-12
/
+64
|
|
/
*
|
Merge branch 'xfs-misc-fixes-4.6' into for-next
Dave Chinner
2016-03-06
8
-39
/
+42
|
\
\
|
*
|
xfs: move struct xfs_attr_shortform to xfs_da_format.h
Darrick J. Wong
2016-02-08
3
-16
/
+17
|
*
|
xfs: remove unused function definitions
Eric Sandeen
2016-02-08
1
-1
/
+0
|
*
|
xfs: move buffer invalidation to xfs_btree_free_block
Christoph Hellwig
2016-02-08
4
-14
/
+5
|
*
|
xfs: factor btree block freeing into a helper
Christoph Hellwig
2016-02-08
1
-7
/
+16
|
*
|
xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot
Christoph Hellwig
2016-02-08
1
-3
/
+6
|
|
/
*
|
Merge branch 'xfs-get-next-dquot-4.6' into for-next
Dave Chinner
2016-03-06
1
-1
/
+2
|
\
\
|
*
|
xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
Eric Sandeen
2016-02-08
1
-1
/
+2
|
|
/
*
|
xfs: RT bitmap and summary buffers need verifiers
Dave Chinner
2016-02-09
2
-1
/
+27
*
|
xfs: RT bitmap and summary buffers are not typed
Dave Chinner
2016-02-09
2
-0
/
+5
|
/
*
Merge branch 'xfs-setxattr-promotion' into for-next
Dave Chinner
2016-01-18
2
-38
/
+11
|
\
|
*
xfs: introduce per-inode DAX enablement
Dave Chinner
2016-01-04
1
-0
/
+9
|
*
xfs: use FS_XFLAG definitions directly
Dave Chinner
2016-01-04
2
-21
/
+0
|
*
fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
Dave Chinner
2016-01-04
1
-33
/
+18
*
|
Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next
Dave Chinner
2016-01-11
8
-164
/
+79
|
\
\
|
*
|
xfs: handle dquot buffer readahead in log recovery correctly
Dave Chinner
2016-01-11
4
-7
/
+34
|
*
|
xfs: inode recovery readahead can race with inode buffer creation
Dave Chinner
2016-01-11
1
-5
/
+7
|
*
|
xfs: eliminate committed arg from xfs_bmap_finish
Eric Sandeen
2016-01-11
4
-150
/
+30
|
*
|
xfs: bmapbt checking on debug kernels too expensive
Dave Chinner
2016-01-08
1
-2
/
+8
*
|
|
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Dave Chinner
2016-01-04
22
-72
/
+108
|
\
|
|
|
*
|
libxfs: refactor short btree block verification
Darrick J. Wong
2016-01-04
4
-54
/
+67
|
*
|
libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
Darrick J. Wong
2016-01-04
1
-1
/
+1
|
*
|
libxfs: use a convenience variable instead of open-coding the fork
Darrick J. Wong
2016-01-04
1
-11
/
+12
|
*
|
libxfs: make xfs_alloc_fix_freelist non-static
Darrick J. Wong
2016-01-04
2
-1
/
+2
|
*
|
xfs: get mp from bma->ip in xfs_bmap code
Eric Sandeen
2016-01-04
1
-2
/
+2
|
*
|
xfs: print name of verifier if it fails
Eric Sandeen
2016-01-04
16
-0
/
+21
|
*
|
libxfs: Optimize the loop for xfs_bitmap_empty
Jia He
2016-01-04
1
-3
/
+3
|
|
/
*
/
xfs: support a crc verification only log record pass
Brian Foster
2016-01-04
1
-0
/
+1
|
/
*
Merge branch 'xfs-dax-updates' into for-next
Dave Chinner
2015-11-03
4
-8
/
+58
|
\
|
*
xfs: introduce BMAPI_ZERO for allocating zeroed extents
Dave Chinner
2015-11-03
4
-8
/
+58
[next]