summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
...
| * | gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher2018-01-171-17/+25
| * | gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher2018-01-171-44/+30Star
| * | gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher2018-01-171-0/+13
| * | gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher2018-01-171-10/+7Star
| * | gfs2: Clean up trunc_start error pathAndreas Gruenbacher2018-01-171-10/+5Star
| * | gfs2: Remove pointless BUG_ONAndreas Gruenbacher2018-01-171-1/+0Star
| * | 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/+43Star
* | 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/+2Star
* | gfs2: Fix wrong error handling in init_gfs2_fs()Tetsuo Handa2017-11-271-46/+44Star
* | GFS2: Combine gfs2_free_di with gfs2_free_uninit_diBob Peterson2017-11-271-8/+2Star
|/
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-161-1/+1
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-161-1/+1
* gfs2: use pagevec_lookup_range_tag()Jan Kara2017-11-161-18/+2Star
* 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/+47Star
| * gfs2: Fix a harmless typoAndreas Gruenbacher2017-10-311-1/+1
| * gfs2: Fix xattr fsyncAndreas Gruenbacher2017-10-311-32/+8Star
| * 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/+10Star
| * GFS2: Implement iomap for block_mapBob Peterson2017-10-313-68/+274
| * GFS2: Make height info part of metapathBob Peterson2017-10-311-47/+62
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Andreas Gruenbacher2017-10-166-8/+8
| |\
| * | gfs2: Always update inode ctime in set_aclAndreas Gruenbacher2017-09-251-0/+1
| * | gfs2: Support negative atimesAndreas Gruenbacher2017-09-251-1/+2
| * | gfs2: Update ctime in setflags ioctlAndreas Gruenbacher2017-09-251-0/+1
| * | gfs2: Clarify gfs2_block_mapAndreas Gruenbacher2017-09-251-4/+10
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
| |/ |/|
* | Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-261-9/+5Star
|\|
| * gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5Star
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-156-8/+8
|\ \ | |/ |/|
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-176-8/+8
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-073-3/+3
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-233-3/+3
| |/
* | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-2/+4
|\ \
| * | gfs2: convert to errseq_t based writeback error reporting for fsyncJeff Layton2017-08-011-2/+4
| |/
* | Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0620-110/+321
|\ \ | |/ |/|
| * gfs2: preserve i_mode if __gfs2_set_acl() failsErnesto A. Fernández2017-08-311-5/+8
| * gfs2: don't return ENODATA in __gfs2_xattr_set unless replacingErnesto A. Fernández2017-08-311-2/+6
| * GFS2: Fix non-recursive truncate bugBob Peterson2017-08-301-3/+16
| * gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1