summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann2023-12-101-1/+1
* nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)2023-12-101-6/+6
* nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)2023-12-101-9/+9
* nilfs2: convert nilfs_btnode_delete to use a folioMatthew Wilcox (Oracle)2023-12-101-9/+9
* nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-101-4/+4
* nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
* nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
* nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
* nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)2023-12-101-2/+2
* nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-12-101-13/+15
* nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)2023-12-101-29/+29
* nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-103-11/+12
* nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-104-16/+17
* nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)2023-12-101-6/+7
* nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)2023-12-101-4/+5
* nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)2023-12-103-12/+12
* nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)2023-12-101-5/+5
* nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)2023-12-101-28/+21
* nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)2023-12-101-14/+14
* nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)2023-12-101-14/+22
* Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2023-12-102-4/+5
* fs/nilfs2: use standard array-copy-functionPhilipp Stanner2023-12-101-6/+4
* introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-2/+1
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0675-852/+1219
|\
| * Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
| |\
| | * smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| | * cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| | * cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| | * smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| | * smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
| * | Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-021-1/+0
| |\ \
| | * | ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-11-221-1/+0
| * | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-0236-228/+394
| |\ \ \
| | * | | bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
| | * | | bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
| | * | | bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
| | * | | bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
| | * | | bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
| | * | | bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
| | * | | bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
| | * | | bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
| | * | | bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
| | * | | bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11
| | * | | bcachefs: bpos is misaligned on big endianKent Overstreet2023-11-251-1/+5
| | * | | bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
| | * | | bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-67/+96
| | * | | bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
| | * | | bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
| | * | | bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7