summaryrefslogtreecommitdiff
path: root/fs/gfs2
AgeCommit message (Expand)AuthorFilesLines
2020-12-11gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-11-18gfs2: check for live vs. read-only file system in gfs2_fitrimBob Peterson1-0/+3
2020-11-18gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-freeBob Peterson1-1/+1
2020-11-18gfs2: Wake up when sd_glock_disposal becomes zeroAlexander Aring1-1/+2
2020-11-10gfs2: add validation checks for size of superblockAnant Thazhemadam1-7/+11
2020-06-30gfs2: Allow lock_nolock mount to specify jid=XBob Peterson1-1/+1
2020-06-03gfs2: move privileged user check to gfs2_quota_lock_checkBob Peterson2-3/+3
2020-05-27Revert "gfs2: Don't demote a glock until its revokes are written"Bob Peterson1-3/+0
2020-04-24gfs2: Don't demote a glock until its revokes are writtenBob Peterson1-0/+3
2020-03-20gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro1-1/+1
2019-12-05gfs2: take jdata unstuff into account in do_growBob Peterson1-0/+2
2019-11-28gfs2: Fix marking bitmaps non-fullAndreas Gruenbacher1-2/+11
2019-11-25GFS2: Flush the GFS2 delete workqueue before stopping the kernel threadsTim Smith1-1/+1
2019-11-25gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updatedBob Peterson1-1/+1
2019-05-31gfs2: Fix lru_count going negativeRoss Lagerwall1-9/+13
2019-05-31gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher1-4/+5
2019-02-06gfs2: Revert "Fix loop in gfs2_rbm_find"Andreas Gruenbacher1-1/+1
2019-01-13gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher1-1/+1
2019-01-13gfs2: Get rid of potential double-freeing in gfs2_create_inodeAndreas Gruenbacher1-9/+9
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-11-27gfs2: Put bitmap buffers in put_superAndreas Gruenbacher1-1/+2
2018-11-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-09-26gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson1-1/+2
2018-09-26gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-05-30gfs2: Fix fallocate chunk sizeAndreas Gruenbacher2-2/+5
2017-12-20GFS2: Take inode off order_write list when setting jdata flagBob Peterson1-1/+3
2017-10-08GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter1-5/+7
2017-10-05gfs2: Fix debugfs glocks dumpAndreas Gruenbacher1-11/+5
2017-07-12gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2-2/+10
2017-06-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2017-03-26gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher1-1/+1
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-20/+20
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+1
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-9/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-10/+4
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-26/+2
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-26/+2
2016-10-04Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds12-49/+71
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani5-19/+19
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-26gfs2: Initialize atime of I_NEW inodesAndreas Gruenbacher1-0/+4
2016-09-26gfs2: Update file times after grabbing glockAndreas Gruenbacher1-3/+3
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+3
2016-09-21gfs2: fix to detect failure of register_shrinkerChao Yu2-2/+10
2016-08-18gfs2: Fix extended attribute readahead optimizationAndreas Gruenbacher1-16/+19
2016-08-18gfs2: Remove dirty buffer warning from gfs2_releasepageAndreas Gruenbacher1-5/+12
2016-08-07fs: return EPERM on immutable inodeEryu Guan1-1/+1