summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-03fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-08-03ceph: fix incorrect kmalloc size of pagevec mempoolethanwu1-1/+2
2024-08-03netfs: Fix writeback that needs to go to both server and cacheDavid Howells1-0/+1
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-08-03f2fs: fix null reference error when checking end of zoneDaejun Park1-1/+3
2024-08-03f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-08-03nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong6-7/+23
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong4-9/+14
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-08-03fs/ntfs3: Update log->page_{mask,bits} if log->page_size changedHuacai Chen1-0/+3
2024-08-03erofs: fix race in z_erofs_get_gbuf()Gao Xiang1-0/+3
2024-08-03hostfs: fix dev_t handlingJohannes Berg3-10/+14
2024-08-03jbd2: avoid infinite transaction commit loopJan Kara1-7/+14
2024-08-03jbd2: precompute number of transaction descriptor blocksJan Kara2-38/+47
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara2-1/+6
2024-08-03ext4: make sure the first directory block is not a holeBaokun Li1-11/+6
2024-08-03ext4: check dot and dotdot of dx_root before making dir indexedBaokun Li1-5/+51
2024-08-03udf: Avoid using corrupted block bitmap bufferJan Kara2-3/+15
2024-08-03cifs: mount with "unix" mount option for SMB1 incorrectly handledSteve French1-0/+7
2024-08-03cifs: fix reconnect with SMB1 UNIX ExtensionsSteve French1-1/+16
2024-08-03cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...Steve French1-4/+4
2024-08-03ext2: Verify bitmap and itable block numbers before using themJan Kara1-2/+9
2024-08-03hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu1-0/+3
2024-08-03sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-08-03NFSD: Support write delegations in LAYOUTGETChuck Lever1-2/+3
2024-08-03btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana1-1/+1
2024-08-03exfat: fix potential deadlock on __exfat_get_dentry_setSungjong Seo1-1/+1
2024-08-03fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAPKonstantin Komarov1-1/+2
2024-08-03fs/ntfs3: Missed error returnKonstantin Komarov1-1/+1
2024-08-03fs/ntfs3: Fix the format of the "nocase" mount optionKonstantin Komarov1-1/+1
2024-08-03nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi1-1/+1
2024-08-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand1-10/+12
2024-08-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand1-6/+2
2024-08-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-08-03fs/ntfs3: Fix field-spanning write in INDEX_HDRKonstantin Komarov2-6/+7
2024-08-03fs/ntfs3: Drop stray '\' (backslash) in formatting stringAndy Shevchenko1-1/+1
2024-08-03fs/ntfs3: Correct undo if ntfs_create_inode failedKonstantin Komarov1-1/+9
2024-08-03fs/ntfs3: Replace inode_trylock with inode_lockKonstantin Komarov1-4/+1
2024-08-03fs/ntfs3: Add missing .dirty_folio in address_space_operationsKonstantin Komarov1-0/+1
2024-08-03fs/ntfs3: Fix getting file typeKonstantin Komarov1-1/+2
2024-08-03fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT settingKonstantin Komarov1-0/+1
2024-08-03fs/ntfs3: Deny getting attr data block in compressed frameKonstantin Komarov1-0/+13
2024-08-03fs/ntfs3: Fix transform resident to nonresident for compressed filesKonstantin Komarov1-5/+8
2024-08-03fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov5-7/+4