summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-08-11protect the fetch of ->fd[fd] in do_dup2() from mispredictionsAl Viro
2024-08-11btrfs: do not subtract delalloc from avail bytesNaohiro Aota
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh
2024-08-03fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)
2024-08-03ceph: fix incorrect kmalloc size of pagevec mempoolethanwu
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu
2024-08-03f2fs: fix start segno of large sectionSheng Yong
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-08-03nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-08-03fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen
2024-08-03hostfs: fix dev_t handlingJohannes Berg
2024-08-03jbd2: avoid infinite transaction commit loopJan Kara
2024-08-03jbd2: precompute number of transaction descriptor blocksJan Kara
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-08-03ext4: make sure the first directory block is not a holeBaokun Li
2024-08-03ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li
2024-08-03udf: Avoid using corrupted block bitmap bufferJan Kara
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French
2024-08-03ext2: Verify bitmap and itable block numbers before using themJan Kara
2024-08-03hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu
2024-08-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-08-03NFSD: Support write delegations in LAYOUTGETChuck Lever
2024-08-03btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana
2024-08-03exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo
2024-08-03fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAPKonstantin Komarov
2024-08-03fs/ntfs3: Missed error returnKonstantin Komarov
2024-08-03fs/ntfs3: Fix the format of the "nocase" mount optionKonstantin Komarov
2024-08-03nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi
2024-08-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand
2024-08-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand
2024-08-03fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand
2024-08-03fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov
2024-08-03fs/ntfs3: Drop stray '\' (backslash) in formatting stringAndy Shevchenko