index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
anon_inodes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2
-83
/
+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: drop iolock from reclaim context to appease lockdep
Brian Foster
2
-9
/
+8
2017-04-12
xfs: remove custom do_div implementations
Eric Sandeen
1
-85
/
+0
2017-04-12
xfs: simplify xfs_calc_dquots_per_chunk
Eric Sandeen
1
-6
/
+1
2017-04-07
xfs: actually report xattr extents via iomap
Darrick J. Wong
1
-2
/
+2
2017-04-07
xfs: fold __xfs_trans_roll into xfs_trans_roll
Christoph Hellwig
2
-16
/
+2
2017-04-04
xfs: report realtime space information via the rtbitmap
Darrick J. Wong
1
-1
/
+119
2017-04-04
xfs: have getfsmap fall back to the freesp btrees when rmap is not present
Darrick J. Wong
1
-3
/
+69
2017-04-04
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
12
-0
/
+1048
2017-04-04
xfs: add a couple of queries to iterate free extents in the rtbitmap
Darrick J. Wong
2
-2
/
+90
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