| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-11-07 | 30 | -433/+421 |
|\ |
|
| * | gfs2: don't withdraw if init_threads() got interrupted | Andreas Gruenbacher | 2023-11-06 | 1 | -3/+1 |
| * | gfs2: remove dead code in add_to_queue | Su Hui | 2023-11-06 | 1 | -1/+0 |
| * | gfs2: Fix slab-use-after-free in gfs2_qd_dealloc | Juntong Deng | 2023-11-06 | 1 | -4/+6 |
| * | gfs2: Silence "suspicious RCU usage in gfs2_permission" warning | Andreas Gruenbacher | 2023-11-06 | 1 | -3/+4 |
| * | gfs2: fs: derive f_fsid from s_uuid | Amir Goldstein | 2023-11-06 | 1 | -0/+1 |
| * | gfs2: No longer use 'extern' in function declarations | Andreas Gruenbacher | 2023-11-06 | 19 | -285/+289 |
| * | gfs2: Rename gfs2_lookup_{ simple => meta } | Andreas Gruenbacher | 2023-11-06 | 3 | -15/+16 |
| * | gfs2: Convert gfs2_internal_read to folios | Andreas Gruenbacher | 2023-11-06 | 2 | -20/+18 |
| * | gfs2: Convert stuffed_readpage to folios | Andreas Gruenbacher | 2023-11-06 | 1 | -16/+14 |
| * | gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanup | Andreas Gruenbacher | 2023-11-06 | 1 | -3/+3 |
| * | gfs2: Get rid of gfs2_alloc_blocks generation parameter | Andreas Gruenbacher | 2023-11-06 | 6 | -13/+15 |
| * | gfs2: Add metapath_dibh helper | Andreas Gruenbacher | 2023-11-02 | 1 | -1/+7 |
| * | gfs2: Clean up quota.c:print_message | Andreas Gruenbacher | 2023-11-02 | 1 | -5/+5 |
| * | gfs2: Clean up gfs2_alloc_parms initializers | Andreas Gruenbacher | 2023-11-02 | 2 | -4/+4 |
| * | gfs2: Two quota=account mode fixes | Andreas Gruenbacher | 2023-11-02 | 2 | -6/+3 |
| * | gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFT | Andreas Gruenbacher | 2023-10-23 | 2 | -10/+6 |
| * | gfs2: setattr_chown: Add missing initialization | Andreas Gruenbacher | 2023-10-23 | 1 | -1/+1 |
| * | gfs2: fix an oops in gfs2_permission | Al Viro | 2023-10-03 | 2 | -3/+10 |
| * | gfs2: ignore negated quota changes | Bob Peterson | 2023-10-03 | 1 | -0/+11 |
| * | gfs2: Don't update inode timestamps for direct writes | Andreas Gruenbacher | 2023-09-22 | 1 | -4/+10 |
| * | gfs2: Get rid of the gfs2_glock_is_held_* helpers | Andreas Gruenbacher | 2023-09-22 | 3 | -17/+2 |
| * | gfs2: Remove unused gfs2_extent_length argument | Andreas Gruenbacher | 2023-09-18 | 1 | -3/+2 |
| * | gfs2: Remove freeze_go_demote_ok | Andreas Gruenbacher | 2023-09-18 | 1 | -13/+0 |
| * | gfs2: Simplify function gfs2_upgrade_iopen_glock | Andreas Gruenbacher | 2023-09-18 | 1 | -10/+0 |
* | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-03 | 1 | -6/+3 |
|\ \ |
|
| * | | kthread: add kthread_stop_put | Andreas Gruenbacher | 2023-10-04 | 1 | -6/+3 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-11-03 | 7 | -99/+102 |
|\ \ |
|
| * | | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 2023-10-26 | 4 | -4/+4 |
| * | | gfs2: convert gfs2_write_buf_to_page() to use a folio | Matthew Wilcox (Oracle) | 2023-10-26 | 1 | -18/+19 |
| * | | gfs2: convert gfs2_getjdatabuf to use a folio | Matthew Wilcox (Oracle) | 2023-10-26 | 1 | -14/+8 |
| * | | gfs2: convert gfs2_getbuf() to folios | Matthew Wilcox (Oracle) | 2023-10-26 | 1 | -22/+17 |
| * | | gfs2: convert inode unstuffing to use a folio | Matthew Wilcox (Oracle) | 2023-10-26 | 1 | -25/+23 |
| * | | gfs2: dynamically allocate the gfs2-qd shrinker | Qi Zheng | 2023-10-04 | 3 | -10/+24 |
| * | | gfs2: dynamically allocate the gfs2-glock shrinker | Qi Zheng | 2023-10-04 | 1 | -9/+10 |
| |/ |
|
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2023-10-30 | 6 | -25/+27 |
|\ \ |
|
| * | | gfs2: convert to new timestamp accessors | Jeff Layton | 2023-10-18 | 6 | -25/+27 |
| |/ |
|
* | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2023-10-30 | 2 | -4/+4 |
|\ \ |
|
| * | | gfs2: move gfs2_xattr_handlers_max to .rodata | Wedson Almeida Filho | 2023-10-09 | 2 | -4/+4 |
* | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 2023-10-30 | 1 | -4/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | file: convert to SLAB_TYPESAFE_BY_RCU | Christian Brauner | 2023-10-19 | 1 | -4/+7 |
| |/ |
|
* | | gfs2: Fix quota=quiet oversight | Bob Peterson | 2023-09-18 | 1 | -1/+2 |
* | | gfs2: fix glock shrinker ref issues | Bob Peterson | 2023-09-18 | 1 | -1/+3 |
* | | gfs2: Fix another freeze/thaw hang | Andreas Gruenbacher | 2023-09-18 | 1 | -4/+5 |
|/ |
|
* | Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-09-05 | 19 | -326/+344 |
|\ |
|
| * | gfs2: change qd_slot_count to qd_slot_ref | Bob Peterson | 2023-09-05 | 2 | -9/+9 |
| * | gfs2: check for no eligible quota changes | Bob Peterson | 2023-09-05 | 1 | -0/+21 |
| * | gfs2: Remove useless assignment | Bob Peterson | 2023-09-05 | 1 | -2/+0 |
| * | gfs2: simplify slot_get | Bob Peterson | 2023-09-05 | 1 | -10/+9 |
| * | gfs2: Simplify qd2offset | Bob Peterson | 2023-09-05 | 1 | -6/+1 |