summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-282-2/+2
|\
| * iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-1/+1
| * iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)2023-07-241-1/+1
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-7/+9
|\ \
| * | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-172-7/+9
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-289-32/+32
|\ \
| * | fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+1
| * | fs: drop the timespec64 arg from generic_update_timeJeff Layton2023-08-091-1/+2
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * | gfs2: fix timestamp handling on quota inodesJeff Layton2023-07-241-1/+1
| * | gfs2: convert to ctime accessor functionsJeff Layton2023-07-248-27/+27
| |/
* | gfs2: Don't use filemap_splice_readBob Peterson2023-08-071-2/+2
* | gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
|/
* Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-0419-237/+277
|\
| * gfs2: Add quota_change typeBob Peterson2023-07-032-11/+15
| * gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher2023-07-033-15/+7
| * gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher2023-07-032-8/+9
| * gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma2023-07-031-4/+4
| * gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher2023-07-032-12/+7
| * gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher2023-07-034-12/+7
| * gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher2023-07-037-31/+17
| * gfs2: Rework freeze / thaw logicAndreas Gruenbacher2023-07-037-110/+178
| * gfs2: Rename SDF_{FS_FROZEN => FREEZE_INITIATOR}Andreas Gruenbacher2023-06-154-7/+7
| * gfs2: Reconfiguring frozen filesystem already rejectedAndreas Gruenbacher2023-06-151-7/+0
| * gfs2: Rename gfs2_freeze_lock{ => _shared }Andreas Gruenbacher2023-06-155-11/+12
| * gfs2: Rename the {freeze,thaw}_super callbacksAndreas Gruenbacher2023-06-152-7/+7
| * gfs2: Rename remaining "transaction" glock referencesAndreas Gruenbacher2023-06-155-9/+9
| * gfs2: retry interrupted internal readsAndreas Gruenbacher2023-06-131-4/+7
| * gfs2: Fix possible data races in gfs2_show_options()Tuo Li2023-06-131-11/+15
| * gfs2: Fix duplicate should_fault_in_pages() callBob Peterson2023-06-121-1/+1
| * gfs2: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-122-1/+3
| * gfs2: Don't remember delete unless it's successfulBob Peterson2023-06-061-3/+3
| * gfs2: Update rl_unlinked before releasing rgrp lockBob Peterson2023-06-061-1/+1
| * gfs2: Fix gfs2_qa_get imbalance in gfs2_quota_holdBob Peterson2023-06-061-0/+1
| * gfs2: ignore rindex_update failure in dinode_deallocBob Peterson2023-06-061-3/+1
| * gfs2: fix minor comment typosBob Peterson2023-06-061-2/+2
| * gfs2: simplify gdlm_put_lock with out_free labelBob Peterson2023-06-061-13/+10
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-283-40/+37
|\ \
| * | gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2023-06-192-4/+4
| * | buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-191-3/+2
| * | gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)2023-06-191-13/+13
| * | gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)2023-06-191-15/+16
| * | gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)2023-06-191-4/+5
| * | iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-091-3/+1
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-2/+0
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \ \
| * | | gfs2: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-2/+2
|\| | | | |_|/ |/| |
| * | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-2/+2
| |/
* / gfs2: Don't get stuck writing page onto itself under direct I/OAndreas Gruenbacher2023-06-011-3/+14
|/