summaryrefslogtreecommitdiff
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Don't deref jdesc in evictBob Peterson2023-05-101-0/+8
* Merge tag 'gfs2-v6.3-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-266-48/+49
|\
| * gfs2: gfs2_ail_empty_gl no log flush on errorBob Peterson2023-04-251-2/+3
| * gfs2: Issue message when revokes cannot be writtenBob Peterson2023-04-251-1/+3
| * gfs2: Perform second log flush in gfs2_make_fs_roBob Peterson2023-04-251-0/+9
| * gfs2: return errors from gfs2_ail_empty_glBob Peterson2023-04-251-3/+5
| * gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring2023-04-181-1/+2
| * gfs2: Use gfs2_holder_initialized for jindexBob Peterson2023-04-181-6/+3
| * gfs2: Eliminate gfs2_trim_blocksBob Peterson2023-04-182-9/+0
| * gfs2: Fix inode height consistency checkAndreas Gruenbacher2023-03-281-1/+2
| * gfs2: Remove ghs[] from gfs2_unlinkAndrew Price2023-03-271-13/+13
| * gfs2: Remove ghs[] from gfs2_linkAndrew Price2023-03-271-9/+9
| * gfs2: Remove duplicate i_nlink check from gfs2_link()Andrew Price2023-03-271-3/+0
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-2/+0
|\ \ | |/ |/|
| * fs: drop unused posix acl handlersChristian Brauner2023-03-061-2/+0
* | Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson2023-03-231-0/+18
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-3/+3
|\
| * kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman2023-01-271-3/+3
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-34/+40
|\ \
| * | gfs2: convert gfs2_write_cache_jdata() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-29/+35
| * | gfs2: replace obvious uses of b_page with b_folioMatthew Wilcox (Oracle)2023-01-183-3/+3
| |/
* | Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-2213-127/+204
|\ \
| * | gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher2023-02-223-8/+8
| * | gfs2: jdata writepage fixAndreas Gruenbacher2023-02-221-2/+1
| * | gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher2023-01-311-2/+6
| * | Revert "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson2023-01-311-18/+0
| * | gfs2: Evict inodes cooperativelyAndreas Gruenbacher2023-01-313-0/+59
| * | gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher2023-01-312-3/+12
| * | gfs2: Cease delete work during unmountBob Peterson2023-01-312-1/+5
| * | gfs2: Add SDF_DEACTIVATING super block flagBob Peterson2023-01-313-0/+4
| * | gfs2: check gl_object in rgrp glopsBob Peterson2023-01-311-3/+6
| * | gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher2023-01-316-22/+45
| * | gfs2: Move delete workqueue into super blockAndreas Gruenbacher2023-01-315-16/+22
| * | gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher2023-01-314-34/+5
| * | gfs2: Make glock lru list scanning saferAndreas Gruenbacher2023-01-311-5/+9
| * | gfs2: Clean up gfs2_scan_glock_lruAndreas Gruenbacher2023-01-311-9/+4
| * | gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher2023-01-311-8/+16
| * | gfs2: gl_object races fixAndreas Gruenbacher2023-01-273-5/+11
| * | Merge branch 'iomap-for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linu...Andreas Gruenbacher2023-01-241-12/+26
| |\ \
* | \ \ Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-221-12/+26
|\ \ \ \ | | |/ / | |/| |
| * | | iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-2/+2
| * | | iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-181-3/+3
| * | | iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-181-8/+13
| * | | iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-181-2/+2
| * | | iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-181-3/+12
| | |/ | |/|
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-206-37/+37
|\ \ \
| * | | fs: port acl to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-193-14/+14
| * | | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2