summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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