summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-091-1/+2
* gfs2: Fix minor typo: couln't versus couldn't.Bob Peterson2018-10-191-1/+1
* gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson2018-10-151-2/+2
* gfs2: Pass resource group to rgblk_freeAndreas Gruenbacher2018-10-125-40/+35
* gfs2: Remove unnecessary gfs2_rlist_alloc parameterBob Peterson2018-10-124-6/+5
* gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher2018-10-121-2/+11
* gfs2: Fix some minor typosAndreas Gruenbacher2018-10-122-3/+3
* gfs2: Rename bitmap.bi_{len => bytes}Andreas Gruenbacher2018-10-123-18/+18
* gfs2: Remove unused RGRP_RSRV_MINBYTES definitionAndreas Gruenbacher2018-10-122-3/+2
* gfs2: Move rs_{sizehint, rgd_gh} fields into the inodeAndreas Gruenbacher2018-10-124-15/+13
* gfs2: Clean up out-of-bounds check in gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-7/+2
* gfs2: Always check the result of gfs2_rbm_from_blockAndreas Gruenbacher2018-10-121-3/+8
* gfs2: getlabel supportSteve Whitehouse2018-10-091-0/+14
* GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith2018-10-091-1/+1
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-10-081-1/+1
* gfs2: Use fs_* functions instead of pr_* function where we canBob Peterson2018-10-056-41/+52
* gfs2: slow the deluge of io error messagesBob Peterson2018-10-053-8/+13
* gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson2018-08-281-1/+1
* gfs2: improve debug information when lvb mismatches are foundBob Peterson2018-08-282-5/+39
* 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