aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang3-26/+24
2024-07-10ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-07-10ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-07-10f2fs: clean up addrs_per_{inode,block}()Chao Yu1-13/+7
2024-07-10f2fs: clean up F2FS_I()Chao Yu5-93/+88
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong6-7/+23
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong4-9/+14
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong1-3/+11
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen1-10/+0
2024-07-10f2fs: fix null reference error when checking end of zoneDaejun Park1-1/+3
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+36
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds23-142/+256
2024-07-10nfs: remove nfs_page_lengthChristoph Hellwig1-19/+0
2024-07-10nfs: remove the unused max_deviceinfo_size field from struct pnfs_layoutdrive...Christoph Hellwig2-4/+0
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet3-4/+24
2024-07-10bcachefs: Fix RCU splatKent Overstreet2-1/+9
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet1-0/+2
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet1-0/+10
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet3-25/+39
2024-07-10bcachefs: Log mount failure error codeKent Overstreet1-0/+2
2024-07-10bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet1-2/+4
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang1-1/+2
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet1-0/+6
2024-07-10bcachefs: Fix journal getting stuck on a flush commitKent Overstreet1-4/+6
2024-07-10erofs: get rid of z_erofs_map_blocks_iter_* tracepointsHongzhen Luo1-2/+2
2024-07-10minixfs: Fix minixfs_rename with HIGHMEMMatthew Wilcox (Oracle)1-2/+1
2024-07-09f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-07-09Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-4/+52
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-2/+3
2024-07-09virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen1-15/+19
2024-07-09virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen1-3/+3
2024-07-09erofs: tidy up stream decompressorsGao Xiang5-304/+209
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang8-78/+69
2024-07-09erofs: move each decompressor to its own source fileGao Xiang6-50/+44
2024-07-09gfs2: Clean up glock demote logicAndreas Gruenbacher1-6/+6
2024-07-08ext4: sanity check for NULL pointer after ext4_force_shutdownWojciech Gładysz2-0/+7
2024-07-08jbd2: increase maximum transaction sizeJan Kara1-1/+1
2024-07-08jbd2: drop pointless shrinker batch initializationJan Kara1-1/+0
2024-07-08jbd2: avoid infinite transaction commit loopJan Kara1-7/+14
2024-07-08jbd2: precompute number of transaction descriptor blocksJan Kara2-38/+47
2024-07-08jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6
2024-07-08jbd2: avoid mount failed when commit block is partial submittedYe Bin1-0/+30
2024-07-08ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
2024-07-08ext4: don't track ranges in fast_commit if inode has inlined dataLuis Henriques (SUSE)1-0/+6
2024-07-08ext4: fix possible tid_t sequence overflowsLuis Henriques (SUSE)1-4/+4
2024-07-09xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig1-1/+2
2024-07-08nfsd: new netlink ops to get/set server pool_modeJeff Layton3-0/+76
2024-07-08nfsd: allow passing in array of thread counts via netlinkJeff Layton2-13/+31