summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/inode.c
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-2/+3
|\
| * gfs2: Mark the remaining process-independent glock holders as GL_NOPIDAndreas Gruenbacher2022-06-291-2/+4
* | gfs2: Use TRY lock in gfs2_inode_lookup for UNLINKED inodesBob Peterson2022-08-251-2/+8
|/
* gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher2022-02-151-22/+27
* gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-02-151-1/+1
* gfs2: gfs2_create_inode reworkAndreas Gruenbacher2021-12-021-6/+10
* gfs2: gfs2_inode_lookup reworkAndreas Gruenbacher2021-12-021-51/+33
* gfs2: gfs2_inode_lookup cleanupAndreas Gruenbacher2021-12-021-7/+2
* gfs2: set glock object after nqBob Peterson2021-10-251-2/+2
* gfs2: Eliminate GIF_INVALID flagBob Peterson2021-10-251-1/+0
* gfs2: fix GL_SKIP node_scope problemsBob Peterson2021-10-251-1/+2
* gfs2: dequeue iopen holder in gfs2_inode_lookup errorBob Peterson2021-10-251-0/+4
* gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher2021-08-131-2/+2
* Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-04-291-17/+15
|\
| * gfs2: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+2
| * gfs2: Fix a number of kernel-doc warningsLee Jones2021-04-091-16/+12
| * gfs2: Make gfs2_setattr_simple staticAndreas Gruenbacher2021-04-081-1/+1
* | gfs2: convert to fileattrMiklos Szeredi2021-04-121-0/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-2/+2
|\
| * whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-2/+2
* | Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2021-02-231-3/+3
|\ \
| * | gfs2: Use resource group glock sharingBob Peterson2021-02-171-3/+3
| |/
* | fs: make helpers idmap mount awareChristian Brauner2021-01-241-21/+32
* | stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* | attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
|/
* Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-011-5/+1
* gfs2: Make inode operations staticAndreas Gruenbacher2020-12-011-3/+7
* gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher2020-12-011-10/+11
* gfs2: Upgrade shared glocks for atime updatesAndreas Gruenbacher2020-11-261-0/+21
* gfs2: Don't call cancel_delayed_work_sync from within delete work functionAndreas Gruenbacher2020-11-021-1/+2
* gfs2: Don't return NULL from gfs2_inode_lookupAndreas Gruenbacher2020-06-301-1/+2
* Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-06-081-11/+36
|\
| * Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher2020-06-051-10/+34
| |\
| | * gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher2020-06-051-9/+24
| | * gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher2020-06-051-2/+9
| | * gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher2020-06-051-0/+2
| * | gfs2: Only do glock put in gfs2_create_inode for free inodesBob Peterson2020-06-021-1/+2
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-0/+1
|\ \ | |/ |/|
| * fs: move the fiemap definitions out of fs.hChristoph Hellwig2020-06-031-0/+1
* | gfs2: Fix problems regarding gfs2_qa_get and _putBob Peterson2020-05-081-3/+4
|/
* Merge tag 'gfs2-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2020-03-311-26/+27
|\
| * gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_putAndreas Gruenbacher2020-03-271-1/+2
| * gfs2: Change inode qa_data to allow multiple usersBob Peterson2020-03-271-13/+19
| * gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson2020-03-271-6/+6
| * gfs2: Clean up inode initialization and teardownAndreas Gruenbacher2020-03-271-12/+6
* | gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro2020-03-121-1/+1
|/
* gfs2: Avoid access time thrashing in gfs2_inode_lookupAndreas Gruenbacher2020-01-151-5/+5
* gfs2: Remove duplicate call from gfs2_create_inodeAndreas Gruenbacher2019-11-211-1/+0