summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher2018-02-131-20/+23
* gfs2: Glock dump performance regression fixAndreas Gruenbacher2018-02-011-22/+43
* gfs2: Fix the crc32c dependencyAndreas Gruenbacher2018-02-011-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-5/+2
|\
| * rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-5/+2
* | gfs2: Add a few missing newlines in messagesAndreas Gruenbacher2018-01-303-5/+5
* | gfs2: Remove inode from ordered write list in gfs2_write_inode()Abhi Das2018-01-301-0/+6
* | GFS2: Don't try to end a non-existent transaction in unlinkBob Peterson2018-01-291-3/+2
* | GFS2: Fix minor comment typoBob Peterson2018-01-251-1/+1
* | GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-2310-26/+45
* | GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-2314-57/+104
* | gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher2018-01-223-30/+17
* | gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher2018-01-181-6/+7
* | gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher2018-01-185-16/+17
* | gfs2: Typo fixesAndreas Gruenbacher2018-01-181-3/+2
* | Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Bob Peterson2018-01-187-198/+431
|\ \
| * | gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher2018-01-183-8/+134
| * | gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher2018-01-181-59/+120
| * | gfs2: Generalize truncate codeAndreas Gruenbacher2018-01-181-47/+75
| * | Turn gfs2_block_truncate_page into gfs2_block_zero_rangeAndreas Gruenbacher2018-01-171-8/+10
| * | gfs2: Improve non-recursive delete algorithmAndreas Gruenbacher2018-01-171-20/+31
| * | gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher2018-01-171-17/+25
| * | gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher2018-01-171-44/+30
| * | gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher2018-01-171-0/+13
| * | gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher2018-01-171-10/+7
| * | gfs2: Clean up trunc_start error pathAndreas Gruenbacher2018-01-171-10/+5
| * | gfs2: Remove pointless BUG_ONAndreas Gruenbacher2018-01-171-1/+0
| * | gfs2: Add gfs2_blk2rgrpd comment and fix incorrect useSteven Whitehouse2018-01-172-1/+8
| |/
| * Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-14/+14
* | gfs2: Trim the ordered write list in gfs2_ordered_write()Abhi Das2017-12-221-2/+5
* | GFS2: Reduce code redundancy writing log headersBob Peterson2017-12-223-64/+43
* | gfs2: Add a crc field to resource group headersAndrew Price2017-12-121-0/+5
* | gfs2: Add rindex fields to rgrp headersAndrew Price2017-12-121-0/+5
* | gfs2: Add a next-resource-group pointer to resource groupsAndrew Price2017-12-121-1/+5
* | gfs2: Remove unused gfs2_write_jdata_pagevec parameterAndreas Gruenbacher2017-11-271-3/+2
* | gfs2: Fix wrong error handling in init_gfs2_fs()Tetsuo Handa2017-11-271-46/+44
* | GFS2: Combine gfs2_free_di with gfs2_free_uninit_diBob Peterson2017-11-271-8/+2
|/
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-1/+1
* gfs2: use pagevec_lookup_range_tag()Jan Kara2017-11-151-18/+2
* Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1411-209/+469
|\
| * gfs2: Allow gfs2_xattr_set to be called with the glock heldAndreas Gruenbacher2017-10-311-7/+16
| * gfs2: Add support for statx inode flagsAndreas Gruenbacher2017-10-311-0/+14
| * gfs2: Fix and clean up {GET,SET}FLAGS ioctlAndreas Gruenbacher2017-10-311-55/+47
| * gfs2: Fix a harmless typoAndreas Gruenbacher2017-10-311-1/+1
| * gfs2: Fix xattr fsyncAndreas Gruenbacher2017-10-311-32/+8
| * GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-10-311-1/+3
| * GFS2: flush the log and all pages for jdata as we do for WB_SYNC_ALLBob Peterson2017-10-311-2/+3
| * gfs2: Implement SEEK_HOLE / SEEK_DATA via iomapAndreas Gruenbacher2017-10-313-3/+54
| * GFS2: Switch fiemap implementation to use iomapBob Peterson2017-10-312-25/+10
OpenPOWER on IntegriCloud