summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-0730-433/+421
|\
| * gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher2023-11-061-3/+1
| * gfs2: remove dead code in add_to_queueSu Hui2023-11-061-1/+0
| * gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng2023-11-061-4/+6
| * gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher2023-11-061-3/+4
| * gfs2: fs: derive f_fsid from s_uuidAmir Goldstein2023-11-061-0/+1
| * gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher2023-11-0619-285/+289
| * gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher2023-11-063-15/+16
| * gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2023-11-062-20/+18
| * gfs2: Convert stuffed_readpage to foliosAndreas Gruenbacher2023-11-061-16/+14
| * gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanupAndreas Gruenbacher2023-11-061-3/+3
| * gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher2023-11-066-13/+15
| * gfs2: Add metapath_dibh helperAndreas Gruenbacher2023-11-021-1/+7
| * gfs2: Clean up quota.c:print_messageAndreas Gruenbacher2023-11-021-5/+5
| * gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher2023-11-022-4/+4
| * gfs2: Two quota=account mode fixesAndreas Gruenbacher2023-11-022-6/+3
| * gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFTAndreas Gruenbacher2023-10-232-10/+6
| * gfs2: setattr_chown: Add missing initializationAndreas Gruenbacher2023-10-231-1/+1
| * gfs2: fix an oops in gfs2_permissionAl Viro2023-10-032-3/+10
| * gfs2: ignore negated quota changesBob Peterson2023-10-031-0/+11
| * gfs2: Don't update inode timestamps for direct writesAndreas Gruenbacher2023-09-221-4/+10
| * gfs2: Get rid of the gfs2_glock_is_held_* helpersAndreas Gruenbacher2023-09-223-17/+2
| * gfs2: Remove unused gfs2_extent_length argumentAndreas Gruenbacher2023-09-181-3/+2
| * gfs2: Remove freeze_go_demote_okAndreas Gruenbacher2023-09-181-13/+0
| * gfs2: Simplify function gfs2_upgrade_iopen_glockAndreas Gruenbacher2023-09-181-10/+0
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-6/+3
|\ \
| * | kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-6/+3
| |/
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-027-99/+102
|\ \
| * | buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-254-4/+4
| * | gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)2023-10-251-18/+19
| * | gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)2023-10-251-14/+8
| * | gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)2023-10-251-22/+17
| * | gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)2023-10-251-25/+23
| * | gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng2023-10-043-10/+24
| * | gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng2023-10-041-9/+10
| |/
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-306-25/+27
|\ \
| * | gfs2: convert to new timestamp accessorsJeff Layton2023-10-186-25/+27
| |/
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-302-4/+4
|\ \
| * | gfs2: move gfs2_xattr_handlers_max to .rodataWedson Almeida Filho2023-10-092-4/+4
* | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-4/+7
|\ \ \ | |_|/ |/| |
| * | file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-4/+7
| |/
* | gfs2: Fix quota=quiet oversightBob Peterson2023-09-181-1/+2
* | gfs2: fix glock shrinker ref issuesBob Peterson2023-09-181-1/+3
* | gfs2: Fix another freeze/thaw hangAndreas Gruenbacher2023-09-181-4/+5
|/
* Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-0519-326/+344
|\
| * gfs2: change qd_slot_count to qd_slot_refBob Peterson2023-09-052-9/+9
| * gfs2: check for no eligible quota changesBob Peterson2023-09-051-0/+21
| * gfs2: Remove useless assignmentBob Peterson2023-09-051-2/+0
| * gfs2: simplify slot_getBob Peterson2023-09-051-10/+9
| * gfs2: Simplify qd2offsetBob Peterson2023-09-051-6/+1