index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix multi-AG deadlock in xfs_bunmapi
Christoph Hellwig
2017-07-26
1
-0
/
+12
*
xfs: check that dir block entries don't off the end of the buffer
Darrick J. Wong
2017-07-25
1
-0
/
+4
*
xfs: check _alloc_read_agf buffer pointer before using
Darrick J. Wong
2017-07-20
1
-0
/
+4
*
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
2017-07-20
1
-0
/
+9
*
xfs: check _btree_check_block value
Darrick J. Wong
2017-07-20
1
-2
/
+4
*
Revert "xfs: grab dquots without taking the ilock"
Christoph Hellwig
2017-07-13
1
-2
/
+0
*
xfs: fixup xfs_attr_get_ilocked
Christoph Hellwig
2017-07-13
1
-1
/
+3
*
xfs: don't crash on unexpected holes in dir/attr btrees
Darrick J. Wong
2017-07-07
4
-5
/
+5
*
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
Darrick J. Wong
2017-07-07
3
-3
/
+4
*
xfs: grab dquots without taking the ilock
Darrick J. Wong
2017-06-27
1
-0
/
+2
*
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
2017-06-27
9
-29
/
+17
*
xfs: pass along transaction context when reading xattr block buffers
Darrick J. Wong
2017-06-20
2
-10
/
+21
*
xfs: pass along transaction context when reading directory block buffers
Darrick J. Wong
2017-06-20
1
-2
/
+2
*
xfs: return the hash value of a leaf1 directory block
Darrick J. Wong
2017-06-20
3
-10
/
+12
*
xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
Darrick J. Wong
2017-06-19
2
-17
/
+32
*
xfs: plumb in needed functions for range querying of various btrees
Darrick J. Wong
2017-06-19
2
-0
/
+48
*
xfs: export various function for the online scrubber
Darrick J. Wong
2017-06-19
11
-11
/
+35
*
xfs: always compile the btree inorder check functions
Darrick J. Wong
2017-06-19
6
-26
/
+0
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
32
-392
/
+392
*
xfs: optimize _btree_query_all
Darrick J. Wong
2017-06-19
1
-5
/
+7
*
xfs: remove XFS_HSIZE
Christoph Hellwig
2017-06-19
1
-4
/
+0
*
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
2017-06-19
4
-18
/
+48
*
xfs: fix unaligned access in xfs_btree_visit_blocks
Eric Sandeen
2017-05-25
1
-1
/
+1
*
xfs: avoid mount-time deadlock in CoW extent recovery
Darrick J. Wong
2017-05-19
1
-12
/
+31
*
xfs: fix warnings about unused stack variables
Darrick J. Wong
2017-05-16
1
-2
/
+0
*
xfs: fix indlen accounting error on partial delalloc conversion
Brian Foster
2017-05-16
1
-3
/
+4
*
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-05-06
18
-383
/
+584
|
\
|
*
xfs: reserve enough blocks to handle btree splits when remapping
Darrick J. Wong
2017-05-03
1
-6
/
+17
|
*
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
2017-04-25
6
-122
/
+41
|
*
xfs: remove unused values from xfs_exntst_t
Christoph Hellwig
2017-04-25
1
-1
/
+0
|
*
xfs: remove the unused XFS_MAXLINK_1 define
Christoph Hellwig
2017-04-25
1
-2
/
+0
|
*
xfs: more do_div cleanups
Eric Sandeen
2017-04-25
1
-1
/
+1
|
*
xfs: remove bmap block allocation retries
Christoph Hellwig
2017-04-25
2
-46
/
+0
|
*
xfs: remove xfs_bmap_remap_alloc
Christoph Hellwig
2017-04-25
1
-58
/
+2
|
*
xfs: introduce xfs_bmapi_remap
Christoph Hellwig
2017-04-25
1
-45
/
+112
|
*
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
Christoph Hellwig
2017-04-25
1
-59
/
+64
|
*
xfs: remove attr fork handling in xfs_bmap_finish_one
Christoph Hellwig
2017-04-25
1
-6
/
+3
|
*
xfs: fix integer truncation in xfs_bmap_remap_alloc
Christoph Hellwig
2017-04-25
1
-1
/
+1
|
*
xfs: simplify xfs_calc_dquots_per_chunk
Eric Sandeen
2017-04-12
1
-6
/
+1
|
*
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
2017-04-03
3
-0
/
+43
|
*
xfs: add a couple of queries to iterate free extents in the rtbitmap
Darrick J. Wong
2017-04-03
1
-0
/
+70
|
*
xfs: create a function to query all records in a btree
Darrick J. Wong
2017-04-03
6
-7
/
+57
|
*
xfs: provide a query_range function for freespace btrees
Darrick J. Wong
2017-04-03
2
-0
/
+52
|
*
xfs: plumb in needed functions for range querying of the freespace btrees
Darrick J. Wong
2017-04-03
1
-43
/
+129
|
*
xfs: fix up inode validation failure message
Eric Sandeen
2017-04-03
1
-1
/
+1
|
*
xfs: remove the ISUNWRITTEN macro
Christoph Hellwig
2017-04-03
1
-1
/
+0
|
*
xfs: factor out a xfs_bmap_is_real_extent helper
Christoph Hellwig
2017-04-03
1
-0
/
+12
|
*
xfs: rework the inline directory verifiers
Darrick J. Wong
2017-03-28
4
-47
/
+56
*
|
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
Michal Hocko
2017-05-03
1
-1
/
+1
*
|
xfs: rework the inline directory verifiers
Darrick J. Wong
2017-04-03
4
-47
/
+56
|
/
[next]