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