index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-24
xfs: remove xfs_bmap_search_extents
Christoph Hellwig
1
-91
/
+0
2016-11-24
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
1
-2
/
+6
2016-11-24
xfs: use new extent lookup helpers in __xfs_bunmapi
Christoph Hellwig
1
-27
/
+13
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_write
Christoph Hellwig
1
-8
/
+7
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_read
Christoph Hellwig
1
-8
/
+6
2016-11-24
xfs: cleanup xfs_bmap_last_before
Christoph Hellwig
1
-32
/
+32
2016-11-08
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
1
-26
/
+23
2016-10-20
xfs: remove xfs_bunmapi_cow
Christoph Hellwig
1
-22
/
+0
2016-10-20
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
1
-154
/
+220
2016-10-20
xfs: add xfs_trim_extent
Darrick J. Wong
1
-0
/
+33
2016-10-20
xfs: remove pointless error goto in xfs_bmap_remap_alloc
Eric Sandeen
1
-3
/
+0
2016-10-20
xfs: remove redundant assignment of ifp
Colin Ian King
1
-1
/
+1
2016-10-05
xfs: try other AGs to allocate a BMBT block
Darrick J. Wong
1
-0
/
+30
2016-10-05
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
1
-2
/
+7
2016-10-05
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
1
-0
/
+11
2016-10-05
xfs: support removing extents from CoW fork
Darrick J. Wong
1
-0
/
+170
2016-10-04
xfs: support allocating delayed extents in CoW fork
Darrick J. Wong
1
-16
/
+32
2016-10-04
xfs: support bmapping delalloc extents in the CoW fork
Darrick J. Wong
1
-4
/
+8
2016-10-04
xfs: introduce the CoW fork
Darrick J. Wong
1
-7
/
+20
2016-10-04
xfs: return work remaining at the end of a bunmapi operation
Darrick J. Wong
1
-6
/
+30
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
1
-0
/
+143
2016-10-04
xfs: pass bmapi flags through to bmap_del_extent
Darrick J. Wong
1
-4
/
+5
2016-10-04
xfs: map an inode's offset to an exact physical block
Darrick J. Wong
1
-0
/
+68
2016-10-03
xfs: adjust refcount when unmapping file blocks
Darrick J. Wong
1
-3
/
+11
2016-10-03
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
1
-15
/
+26
2016-10-03
Merge branch 'xfs-4.9-delalloc-rework' into for-next
Dave Chinner
1
-87
/
+2
2016-09-26
xfs: remote attribute blocks aren't really userdata
Dave Chinner
1
-15
/
+26
2016-09-19
xfs: rewrite and optimize the delalloc write path
Christoph Hellwig
1
-87
/
+2
2016-09-19
xfs: set up per-AG free space reservations
Darrick J. Wong
1
-2
/
+4
2016-08-03
xfs: propagate bmap updates to rmapbt
Darrick J. Wong
1
-8
/
+47
2016-08-03
xfs: rmap btree requires more reserved free space
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-6
/
+19
2016-08-03
xfs: add tracepoints and error injection for deferred extent freeing
Darrick J. Wong
1
-0
/
+2
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
1
-58
/
+58
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-23
/
+23
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
1
-44
/
+11
2016-08-03
xfs: fix locking of the rt bitmap/summary inodes
Darrick J. Wong
1
-1
/
+3
2016-06-21
xfs: convert list of extents to free into a regular list
Darrick J. Wong
1
-28
/
+11
2016-06-21
xfs: rearrange xfs_bmap_add_free parameters
Darrick J. Wong
1
-6
/
+6
2016-05-26
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-13
/
+9
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-13
/
+9
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-15
Merge branch 'xfs-misc-fixes-4.6-4' into for-next
Dave Chinner
1
-43
/
+114
2016-03-15
xfs: borrow indirect blocks from freed extent when available
Brian Foster
1
-10
/
+36
2016-03-15
xfs: refactor delalloc indlen reservation split into helper
Brian Foster
1
-19
/
+54
2016-03-15
xfs: update freeblocks counter after extent deletion
Brian Foster
1
-24
/
+34
2016-03-09
Merge branch 'xfs-misc-fixes-4.6-3' into for-next
Dave Chinner
1
-4
/
+1
2016-03-09
xfs: remove impossible condition
Luis de Bethencourt
1
-4
/
+1
2016-03-07
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
Dave Chinner
1
-3
/
+3
2016-03-02
xfs: remove xfs_trans_get_block_res
Christoph Hellwig
1
-3
/
+3
[next]