summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2024-03-251-2/+3
|\
| * gfs2: Fix invalid metadata access in punch_holeAndrew Price2024-03-111-2/+3
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+0
* | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+1
|\ \
| * | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+1
* | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-8/+8
|\ \ \
| * | | gfs2: adapt to breakup of struct file_lockJeff Layton2024-02-051-6/+5
| * | | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * | | gfs2: convert to using new filelock helpersJeff Layton2024-02-051-4/+4
| |/ /
* | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-1/+1
|\ \ \ | |_|/ |/| |
| * | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+1
| |/
* / Revert "gfs2: Use GL_NOBLOCK flag for non-blocking lookups"Andreas Gruenbacher2024-02-022-18/+13
|/
* Merge tag 'dlm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2024-01-101-0/+1
|\
| * dlm: implement EXPORT_OP_ASYNC_LOCKAlexander Aring2023-11-161-0/+1
* | Merge tag 'gfs2-v6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-1021-151/+182
|\ \
| * | gfs2: Fix freeze consistency check in log_write_headerAndreas Gruenbacher2023-12-272-25/+18
| * | gfs2: Refcounting fix in gfs2_thaw_superAndreas Gruenbacher2023-12-271-0/+2
| * | gfs2: Minor gfs2_{freeze,thaw}_super cleanupAndreas Gruenbacher2023-12-271-13/+13
| * | gfs2: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-212-6/+2
| * | gfs2: Add missing set_freezable() for freezable kthreadKevin Hao2023-12-212-0/+2
| * | gfs2: Remove use of error flag in journal readsMatthew Wilcox (Oracle)2023-12-201-14/+7
| * | gfs2: Lift withdraw check out of gfs2_ail1_emptyAndreas Gruenbacher2023-12-201-5/+12
| * | gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawnAndreas Gruenbacher2023-12-2015-41/+46
| * | gfs2: Mark withdraws as unlikelyAndreas Gruenbacher2023-12-208-15/+15
| * | gfs2: Minor gfs2_ail1_empty cleanupAndreas Gruenbacher2023-12-201-8/+9
| * | gfs2: use is_subdir()Al Viro2023-12-201-11/+1
| * | gfs2: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro2023-12-201-2/+0
| * | gfs2: Use GL_NOBLOCK flag for non-blocking lookupsAbhi Das2023-12-182-13/+18
| * | gfs2: Add GL_NOBLOCK flagAndreas Gruenbacher2023-12-182-1/+39
| * | gfs2: rgrp: fix kernel-doc warningsRandy Dunlap2023-12-181-5/+5
| * | gfs2: fix kernel BUG in gfs2_quota_cleanupEdward Adam Davis2023-12-181-1/+2
| * | gfs2: Fix inode_go_instantiate descriptionAndreas Gruenbacher2023-12-181-1/+1
| * | gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dumpOsama Muhammad2023-12-181-1/+1
| |/
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-092-28/+25
|\ \
| * | fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-1/+1
| * | fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-2/+2
| * | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-3/+3
| * | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-2/+2
| * | gfs2: convert stuffed_readpage() to stuffed_read_folio()Matthew Wilcox (Oracle)2023-12-101-20/+17
| |/
* / fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-212-2/+2
|/
* 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