index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
gfs2
/
bmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-06-05
1
-5
/
+6
|
\
|
*
iomap: move IOMAP_F_BOUNDARY to gfs2
Christoph Hellwig
2018-06-01
1
-3
/
+5
|
*
iomap: inline data should be an iomap type, not a flag
Christoph Hellwig
2018-06-01
1
-2
/
+1
*
|
gfs2: Iomap cleanups and improvements
Andreas Gruenbacher
2018-06-04
1
-86
/
+119
*
|
gfs2: Remove ordered write mode handling from gfs2_trans_add_data
Andreas Gruenbacher
2018-06-04
1
-4
/
+8
*
|
gfs2: hole_size improvement
Andreas Gruenbacher
2018-06-04
1
-57
/
+153
*
|
gfs2: Update find_metapath comment
Andreas Gruenbacher
2018-06-04
1
-3
/
+2
*
|
gfs2: Remove sdp->sd_jheightsize
Andreas Gruenbacher
2018-04-16
1
-13
/
+1
|
/
*
GFS2: Minor improvements to comments and documentation
Bob Peterson
2018-04-12
1
-1
/
+1
*
gfs2: Zero out fallocated blocks in fallocate_chunk
Andreas Gruenbacher
2018-03-29
1
-13
/
+0
*
gfs2: Check for the end of metadata in punch_hole
Andreas Gruenbacher
2018-03-23
1
-1
/
+9
*
gfs2: Improve gfs2_block_map comment
Andreas Gruenbacher
2018-03-08
1
-4
/
+11
*
gfs2: Fixes to "Implement iomap for block_map" (2)
Andreas Gruenbacher
2018-03-07
1
-3
/
+0
*
gfs2: Fixes to "Implement iomap for block_map"
Andreas Gruenbacher
2018-02-13
1
-20
/
+23
*
gfs2: Add gfs2_max_stuffed_size
Andreas Gruenbacher
2018-01-18
1
-6
/
+4
*
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
Andreas Gruenbacher
2018-01-18
1
-1
/
+121
*
gfs2: Turn trunc_dealloc into punch_hole
Andreas Gruenbacher
2018-01-18
1
-59
/
+120
*
gfs2: Generalize truncate code
Andreas Gruenbacher
2018-01-18
1
-47
/
+75
*
Turn gfs2_block_truncate_page into gfs2_block_zero_range
Andreas Gruenbacher
2018-01-17
1
-8
/
+10
*
gfs2: Improve non-recursive delete algorithm
Andreas Gruenbacher
2018-01-17
1
-20
/
+31
*
gfs2: Fix metadata read-ahead during truncate
Andreas Gruenbacher
2018-01-17
1
-17
/
+25
*
gfs2: Clean up {lookup,fillup}_metapath
Andreas Gruenbacher
2018-01-17
1
-44
/
+30
*
gfs2: Remove minor gfs2_journaled_truncate inefficiencies
Andreas Gruenbacher
2018-01-17
1
-0
/
+13
*
gfs2: truncate: Remove unnecessary oldsize parameters
Andreas Gruenbacher
2018-01-17
1
-10
/
+7
*
gfs2: Clean up trunc_start error path
Andreas Gruenbacher
2018-01-17
1
-10
/
+5
*
gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use
Steven Whitehouse
2018-01-17
1
-1
/
+1
*
GFS2: Implement iomap for block_map
Bob Peterson
2017-10-31
1
-68
/
+205
*
GFS2: Make height info part of metapath
Bob Peterson
2017-10-31
1
-47
/
+62
*
gfs2: Clarify gfs2_block_map
Andreas Gruenbacher
2017-09-25
1
-4
/
+10
*
GFS2: Fix non-recursive truncate bug
Bob Peterson
2017-08-30
1
-3
/
+16
*
gfs2: add flag REQ_PRIO for metadata I/O
Coly Li
2017-07-21
1
-2
/
+3
*
Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-07-05
1
-1
/
+1
|
\
|
*
gfs2: Protect gl->gl_object by spin lock
Andreas Gruenbacher
2017-07-05
1
-1
/
+1
*
|
gfs2: replace CURRENT_TIME with current_time
Stephen Rothwell
2017-05-08
1
-2
/
+2
|
/
*
GFS2: Non-recursive delete
Bob Peterson
2017-04-19
1
-285
/
+456
*
Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-21
1
-3
/
+26
|
\
|
*
GFS2: Limit number of transaction blocks requested for truncates
Bob Peterson
2017-01-05
1
-3
/
+26
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-4
/
+4
*
|
GFS2: use BIT() macro
Fabian Frederick
2016-08-02
1
-3
/
+3
|
/
*
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
1
-1
/
+2
*
fs: have ll_rw_block users pass in op and flags separately
Mike Christie
2016-06-07
1
-1
/
+1
*
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-06-07
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-6
/
+6
*
GFS2: Make rgrp reservations part of the gfs2_inode structure
Bob Peterson
2015-12-14
1
-8
/
+3
*
GFS2: Extract quota data from reservations structure (revert 5407e24)
Bob Peterson
2015-11-24
1
-1
/
+1
*
gfs2: perform quota checks against allocation parameters
Abhi Das
2015-03-18
1
-1
/
+1
*
GFS2: Change maxlen variables to size_t
Bob Peterson
2014-08-21
1
-4
/
+5
*
GFS2: fs/gfs2/bmap.c: kernel-doc warning fixes
Fabian Frederick
2014-05-16
1
-4
/
+4
*
GFS2: Clean up journal extent mapping
Steven Whitehouse
2014-03-03
1
-0
/
+115
[next]