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
*
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
2017-10-27
1
-0
/
+53
*
xfs: create inode pointer verifiers
Darrick J. Wong
2017-10-27
3
-16
/
+100
*
xfs: refactor btree block header checking functions
Darrick J. Wong
2017-10-27
3
-68
/
+114
*
xfs: refactor btree pointer checks
Darrick J. Wong
2017-10-27
3
-42
/
+45
*
xfs: create block pointer check functions
Darrick J. Wong
2017-10-27
3
-0
/
+65
*
xfs: remove xfs_bmbt_get_state
Christoph Hellwig
2017-10-27
2
-29
/
+1
*
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
Christoph Hellwig
2017-10-27
2
-94
/
+14
*
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
Christoph Hellwig
2017-10-27
1
-8
/
+6
*
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
Christoph Hellwig
2017-10-27
1
-106
/
+39
*
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
Christoph Hellwig
2017-10-27
3
-116
/
+44
*
xfs: refactor xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
2017-10-27
1
-104
/
+104
*
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-10-27
1
-23
/
+9
*
xfs: refactor xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-10-27
1
-86
/
+95
*
xfs: refactor xfs_bmap_add_extent_hole_real
Christoph Hellwig
2017-10-27
1
-27
/
+21
*
xfs: refactor xfs_bmap_add_extent_hole_delay
Christoph Hellwig
2017-10-27
1
-10
/
+11
*
xfs: refactor xfs_del_extent_real
Christoph Hellwig
2017-10-27
1
-30
/
+30
*
xfs: use the state defines in xfs_bmap_del_extent_real
Christoph Hellwig
2017-10-27
1
-12
/
+9
*
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
Christoph Hellwig
2017-10-27
1
-12
/
+12
*
xfs: move some more code into xfs_bmap_del_extent_real
Christoph Hellwig
2017-10-27
1
-24
/
+17
*
xfs: use xfs_bmap_del_extent_delay for the data fork as well
Christoph Hellwig
2017-10-27
1
-217
/
+114
*
xfs: rename bno to end in __xfs_bunmapi
Christoph Hellwig
2017-10-27
1
-25
/
+24
*
xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
Christoph Hellwig
2017-10-27
1
-5
/
+1
*
xfs: use xfs_iext_get_extent instead of open coding it
Christoph Hellwig
2017-10-27
1
-20
/
+16
*
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
2017-10-27
1
-1
/
+1
*
xfs: trim writepage mapping to within eof
Brian Foster
2017-10-16
2
-0
/
+12
*
xfs: handle error if xfs_btree_get_bufs fails
Eric Sandeen
2017-10-11
1
-0
/
+8
*
xfs: Fix bool initialization/comparison
Thomas Meyer
2017-10-11
2
-4
/
+4
*
xfs: Don't log uninitialised fields in inode structures
Dave Chinner
2017-10-11
1
-19
/
+8
*
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
Darrick J. Wong
2017-09-26
1
-15
/
+2
*
xfs: perag initialization should only touch m_ag_max_usable for AG 0
Darrick J. Wong
2017-09-26
1
-2
/
+10
*
xfs: fix compiler warnings
Darrick J. Wong
2017-09-02
2
-7
/
+4
*
xfs: simplify the rmap code in xfs_bmse_merge
Darrick J. Wong
2017-09-01
1
-4
/
+3
*
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
Christoph Hellwig
2017-09-01
1
-16
/
+4
*
xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
Christoph Hellwig
2017-09-01
1
-92
/
+88
*
xfs: move some code around inside xfs_bmap_shift_extents
Christoph Hellwig
2017-09-01
1
-25
/
+29
*
xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
Christoph Hellwig
2017-09-01
1
-5
/
+7
*
xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
Christoph Hellwig
2017-09-01
1
-4
/
+7
*
xfs: add a xfs_iext_update_extent helper
Christoph Hellwig
2017-09-01
3
-6
/
+20
*
xfs: relog dirty buffers during swapext bmbt owner change
Brian Foster
2017-09-01
1
-8
/
+18
*
xfs: skip bmbt block ino validation during owner change
Brian Foster
2017-09-01
3
-1
/
+4
*
xfs: don't log dirty ranges for ordered buffers
Brian Foster
2017-09-01
2
-6
/
+2
*
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
2017-09-01
6
-93
/
+99
*
xfs: rename xfs_defer_join to xfs_defer_ijoin
Christoph Hellwig
2017-09-01
3
-4
/
+4
*
xfs: refactor xfs_trans_roll
Christoph Hellwig
2017-09-01
4
-27
/
+22
*
xfs: stop searching for free slots in an inode chunk when there are none
Carlos Maiolino
2017-08-22
1
-28
/
+27
*
xfs: fix inobt inode allocation search optimization
Omar Sandoval
2017-08-12
1
-1
/
+1
*
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
[next]