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
/
gfs2
/
bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
gfs2: clean_journal improperly set sd_log_flush_head
Bob Peterson
1
-0
/
+26
2019-05-07
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+2
2019-05-01
iomap: Add a page_prepare callback
Andreas Gruenbacher
1
-5
/
+10
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-12-18
gfs2: take jdata unstuff into account in do_grow
Bob Peterson
1
-0
/
+2
2018-12-11
gfs2: add more timing info to journal recovery process
Abhi Das
1
-2
/
+6
2018-11-16
Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-27
/
+27
2018-11-16
gfs2: Fix iomap buffer head reference counting bug
Andreas Gruenbacher
1
-23
/
+17
2018-11-09
gfs2: Fix metadata read-ahead during truncate (2)
Andreas Gruenbacher
1
-4
/
+10
2018-10-24
Merge tag 'gfs2-4.20.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2018-10-12
gfs2: Fix iomap buffered write support for journaled files (2)
Andreas Gruenbacher
1
-5
/
+1
2018-10-12
gfs2: Pass resource group to rgblk_free
Andreas Gruenbacher
1
-2
/
+2
2018-10-09
gfs2: Fix iomap buffered write support for journaled files
Andreas Gruenbacher
1
-0
/
+4
2018-07-25
gfs2: Special-case rindex for gfs2_grow
Andreas Gruenbacher
1
-1
/
+1
2018-07-25
Merge branch 'iomap-4.19-merge' into linux-gfs2/for-next
Andreas Gruenbacher
1
-1
/
+3
2018-07-24
Merge branch 'iomap-write' into linux-gfs2/for-next
Andreas Gruenbacher
1
-72
/
+326
2018-07-02
gfs2: iomap direct I/O support
Andreas Gruenbacher
1
-2
/
+12
2018-07-02
gfs2: gfs2_extent_length cleanup
Andreas Gruenbacher
1
-16
/
+8
2018-07-02
gfs2: iomap buffered write support
Andreas Gruenbacher
1
-28
/
+270
2018-07-02
gfs2: Further iomap cleanups
Andreas Gruenbacher
1
-32
/
+42
2018-06-21
gfs2: Minor clarification to __gfs2_punch_hole
Andreas Gruenbacher
1
-5
/
+5
2018-06-05
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-5
/
+6
2018-06-04
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
1
-86
/
+119
2018-06-04
gfs2: Remove ordered write mode handling from gfs2_trans_add_data
Andreas Gruenbacher
1
-4
/
+8
2018-06-04
gfs2: hole_size improvement
Andreas Gruenbacher
1
-57
/
+153
2018-06-04
gfs2: Update find_metapath comment
Andreas Gruenbacher
1
-3
/
+2
2018-06-01
iomap: move IOMAP_F_BOUNDARY to gfs2
Christoph Hellwig
1
-3
/
+5
2018-06-01
iomap: inline data should be an iomap type, not a flag
Christoph Hellwig
1
-2
/
+1
2018-04-16
gfs2: Remove sdp->sd_jheightsize
Andreas Gruenbacher
1
-13
/
+1
2018-04-12
GFS2: Minor improvements to comments and documentation
Bob Peterson
1
-1
/
+1
2018-03-29
gfs2: Zero out fallocated blocks in fallocate_chunk
Andreas Gruenbacher
1
-13
/
+0
2018-03-23
gfs2: Check for the end of metadata in punch_hole
Andreas Gruenbacher
1
-1
/
+9
2018-03-08
gfs2: Improve gfs2_block_map comment
Andreas Gruenbacher
1
-4
/
+11
2018-03-07
gfs2: Fixes to "Implement iomap for block_map" (2)
Andreas Gruenbacher
1
-3
/
+0
2018-02-13
gfs2: Fixes to "Implement iomap for block_map"
Andreas Gruenbacher
1
-20
/
+23
2018-01-18
gfs2: Add gfs2_max_stuffed_size
Andreas Gruenbacher
1
-6
/
+4
2018-01-18
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
Andreas Gruenbacher
1
-1
/
+121
2018-01-18
gfs2: Turn trunc_dealloc into punch_hole
Andreas Gruenbacher
1
-59
/
+120
2018-01-18
gfs2: Generalize truncate code
Andreas Gruenbacher
1
-47
/
+75
2018-01-17
Turn gfs2_block_truncate_page into gfs2_block_zero_range
Andreas Gruenbacher
1
-8
/
+10
2018-01-17
gfs2: Improve non-recursive delete algorithm
Andreas Gruenbacher
1
-20
/
+31
2018-01-17
gfs2: Fix metadata read-ahead during truncate
Andreas Gruenbacher
1
-17
/
+25
2018-01-17
gfs2: Clean up {lookup,fillup}_metapath
Andreas Gruenbacher
1
-44
/
+30
2018-01-17
gfs2: Remove minor gfs2_journaled_truncate inefficiencies
Andreas Gruenbacher
1
-0
/
+13
2018-01-17
gfs2: truncate: Remove unnecessary oldsize parameters
Andreas Gruenbacher
1
-10
/
+7
2018-01-17
gfs2: Clean up trunc_start error path
Andreas Gruenbacher
1
-10
/
+5
2018-01-17
gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
Steven Whitehouse
1
-1
/
+1
2017-10-31
GFS2: Implement iomap for block_map
Bob Peterson
1
-68
/
+205
2017-10-31
GFS2: Make height info part of metapath
Bob Peterson
1
-47
/
+62
2017-09-25
gfs2: Clarify gfs2_block_map
Andreas Gruenbacher
1
-4
/
+10
[next]