aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12GFS2: Minor improvements to comments and documentationBob Peterson1-1/+1
2018-03-29gfs2: Zero out fallocated blocks in fallocate_chunkAndreas Gruenbacher1-13/+0
2018-03-23gfs2: Check for the end of metadata in punch_holeAndreas Gruenbacher1-1/+9
2018-03-08gfs2: Improve gfs2_block_map commentAndreas Gruenbacher1-4/+11
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher1-3/+0
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher1-20/+23
2018-01-18gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher1-6/+4
2018-01-18gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher1-1/+121
2018-01-18gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher1-59/+120
2018-01-18gfs2: Generalize truncate codeAndreas Gruenbacher1-47/+75
2018-01-17Turn gfs2_block_truncate_page into gfs2_block_zero_rangeAndreas Gruenbacher1-8/+10
2018-01-17gfs2: Improve non-recursive delete algorithmAndreas Gruenbacher1-20/+31
2018-01-17gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher1-17/+25
2018-01-17gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher1-44/+30
2018-01-17gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher1-0/+13
2018-01-17gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher1-10/+7
2018-01-17gfs2: Clean up trunc_start error pathAndreas Gruenbacher1-10/+5
2018-01-17gfs2: Add gfs2_blk2rgrpd comment and fix incorrect useSteven Whitehouse1-1/+1
2017-10-31GFS2: Implement iomap for block_mapBob Peterson1-68/+205
2017-10-31GFS2: Make height info part of metapathBob Peterson1-47/+62
2017-09-25gfs2: Clarify gfs2_block_mapAndreas Gruenbacher1-4/+10
2017-08-30GFS2: Fix non-recursive truncate bugBob Peterson1-3/+16
2017-07-21gfs2: add flag REQ_PRIO for metadata I/OColy Li1-2/+3
2017-07-05Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2017-07-05gfs2: Protect gl->gl_object by spin lockAndreas Gruenbacher1-1/+1
2017-05-08gfs2: replace CURRENT_TIME with current_timeStephen Rothwell1-2/+2
2017-04-19GFS2: Non-recursive deleteBob Peterson1-285/+456
2017-02-21Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-3/+26
2017-01-05GFS2: Limit number of transaction blocks requested for truncatesBob Peterson1-3/+26
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-08-02GFS2: use BIT() macroFabian Frederick1-3/+3
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-6/+6
2015-12-14GFS2: Make rgrp reservations part of the gfs2_inode structureBob Peterson1-8/+3
2015-11-24GFS2: Extract quota data from reservations structure (revert 5407e24)Bob Peterson1-1/+1
2015-03-18gfs2: perform quota checks against allocation parametersAbhi Das1-1/+1
2014-08-21GFS2: Change maxlen variables to size_tBob Peterson1-4/+5
2014-05-16GFS2: fs/gfs2/bmap.c: kernel-doc warning fixesFabian Frederick1-4/+4
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse1-0/+115
2013-10-02GFS2: Add allocation parameters structureSteven Whitehouse1-1/+2
2013-09-27GFS2: Clean up reservation removalSteven Whitehouse1-1/+3
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-2/+2
2013-06-27GFS2: Reserve journal space for quota change in do_growBob Peterson1-1/+3
2013-06-03GFS2: Increase i_writecount during gfs2_setattr_sizeBob Peterson1-4/+13
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson1-1/+1
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2013-02-13gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGEEric W. Biederman1-1/+1