summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-1520-570/+752
|\
| * gfs2: eliminate update_rgrp_lvb_unlinkedBob Peterson2018-08-081-9/+2
| * gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2018-08-072-25/+40
| * gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
| * gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson2018-07-261-17/+13
| * gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
| * GFS2: rgrp free blocks used incorrectlyBob Peterson2018-07-251-5/+34
| * gfs2: remove redundant variable 'moved'Colin Ian King2018-07-251-3/+1
| * gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher2018-07-251-1/+5
| * gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher2018-07-251-6/+0
| * Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-251-1/+3
| |\
| * | gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher2018-07-251-1/+2
| * | GFS2: Fix recovery issues for spectatorsBob Peterson2018-07-253-8/+30
| * | Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-2410-413/+525
| |\ \
| | * | gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher2018-07-021-213/+0
| | * | gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-023-110/+136
| | * | gfs2: gfs2_extent_length cleanupAndreas Gruenbacher2018-07-021-16/+8
| | * | gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-024-43/+338
| | * | gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-022-33/+43
| | |/
| * | fs: gfs2: Adding new return type vm_fault_tSouptick Joarder2018-07-241-1/+1
| * | gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu2018-07-241-4/+2
| * | gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-07-241-1/+2
| * | gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher2018-07-054-11/+10
| * | gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher2018-07-041-6/+22
| * | gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann2018-06-211-1/+1
| * | gfs2: Minor clarification to __gfs2_punch_holeAndreas Gruenbacher2018-06-211-5/+5
| * | gfs2: Don't withdraw under a spin lockAndreas Gruenbacher2018-06-215-31/+49
| * | gfs2: eliminate rs_inum and reduce the size of gfs2 inodesBob Peterson2018-06-213-4/+5
* | | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1
* | | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-10/+9
* | | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-3/+3
* | | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
* | | switch all remaining checks for FILE_OPENED to FMODE_OPENEDAl Viro2018-07-121-1/+1
| |/ |/|
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-5/+5
|\ \
| * | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-5/+5
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-125-8/+10
| |/ |/|
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-5/+6
|\ \
| * | iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig2018-06-011-3/+5
| * | iomap: inline data should be an iomap type, not a flagChristoph Hellwig2018-06-011-2/+1
| |/
* | gfs2: Iomap cleanups and improvementsAndreas Gruenbacher2018-06-044-95/+126
* | gfs2: Remove ordered write mode handling from gfs2_trans_add_dataAndreas Gruenbacher2018-06-045-28/+30
* | gfs2: gfs2_stuffed_write_end cleanupAndreas Gruenbacher2018-06-041-31/+18
* | gfs2: hole_size improvementAndreas Gruenbacher2018-06-041-57/+153
* | GFS2: gfs2_free_extlen can return an extent that is too longBob Peterson2018-06-042-1/+2
* | GFS2: Fix allocation error bug with recursive rgrp glockingAndreas Gruenbacher2018-06-041-5/+8
* | gfs2: Update find_metapath commentAndreas Gruenbacher2018-06-041-3/+2
* | gfs2: Remove sdp->sd_jheightsizeAndreas Gruenbacher2018-04-163-34/+1
|/
* GFS2: Minor improvements to comments and documentationBob Peterson2018-04-122-2/+2
* gfs2: Stop using rhashtable_walk_peekAndreas Gruenbacher2018-04-121-19/+28
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-062-5/+5
|\