summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-10-051-0/+1
* gfs2: Fix occasional glock use-after-freeAndreas Gruenbacher2019-05-313-3/+7
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-311-9/+13
* gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-311-4/+5
* gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-131-1/+1
* gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher2019-02-061-1/+1
* gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher2019-01-131-1/+1
* gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher2019-01-131-9/+9
* gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price2018-12-011-1/+1
* gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-211-1/+2
* gfs2_meta: ->mount() can get NULL dev_nameAl Viro2018-11-131-0/+3
* gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-09-261-1/+2
* gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-09-261-1/+1
* gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2018-05-302-2/+5
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-12-201-1/+3
* 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-251-9/+5
|\
| * gfs2: Fix debugfs glocks dumpAndreas Gruenbacher2017-09-251-9/+5
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-146-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
| * GFS2: Fix gl_object warningsAndreas Gruenbacher2017-08-301-1/+1
| * GFS2: Fix up some sparse warningsBob Peterson2017-08-254-6/+9
| * gfs2: Silence gcc format-truncation warningAndreas Gruenbacher2017-08-252-4/+4
| * GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-255-5/+21
| * gfs2: fix slab corruption during mounting and umounting gfs file systemThomas Tai2017-08-151-0/+1
| * gfs2: forcibly flush ail to relieve memory pressureAbhi Das2017-08-103-1/+18
| * gfs2: Clean up waiting on glocksAndreas Gruenbacher2017-08-101-20/+7
| * gfs2: Defer deleting inodes under memory pressureAndreas Gruenbacher2017-08-101-0/+21
| * gfs2: gfs2_evict_inode: Put glocks asynchronouslyAndreas Gruenbacher2017-08-103-3/+39
| * gfs2: Get rid of gfs2_set_nlinkAndreas Gruenbacher2017-08-101-27/+1
| * gfs2: gfs2_glock_get: Wait on freeing glocksAndreas Gruenbacher2017-08-101-22/+104
| * gfs2: Fix trivial typosAndreas Gruenbacher2017-08-092-2/+2
| * GFS2: Delete debugfs files only after we evict the glocksBob Peterson2017-08-092-1/+1
| * GFS2: Don't waste time locking lru_lock for non-lru glocksBob Peterson2017-08-091-0/+3
| * GFS2: Don't bother trying to add rgrps to the lru listBob Peterson2017-08-091-1/+0
| * GFS2: Clear gl_object when deleting an inode in gfs2_delete_inodeBob Peterson2017-08-091-1/+10
| * GFS2: Clear gl_object if gfs2_create_inode failsBob Peterson2017-08-091-1/+4
| * GFS2: Set gl_object in inode lookup only after block type checkBob Peterson2017-07-211-2/+2
| * GFS2: Introduce helper for clearing gl_objectBob Peterson2017-07-213-4/+38
| * gfs2: add flag REQ_PRIO for metadata I/OColy Li2017-07-214-6/+11
| * GFS2: fix code parameter error in inode_go_lockWang Xibo2017-07-211-1/+1