summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-08-11ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-08-11ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-08-11ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi1-14/+11
2024-08-11ext4: refactor ext4_da_map_blocks()Zhang Yi1-22/+17
2024-08-11ext4: make ext4_es_insert_extent() return voidBaokun Li4-28/+18
2024-08-11sysctl: always initialize i_uid/i_gidThomas Weißschuh1-4/+2
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+1
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-03f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
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-03nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
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-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-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
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-03nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi1-1/+1
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: 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: 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
2024-08-03fs/ntfs3: Use ALIGN kernel macroKonstantin Komarov3-2/+3
2024-08-03ext4: avoid writing unitialized memory to disk in EA inodesJan Kara1-0/+6
2024-08-03ext4: don't track ranges in fast_commit if inode has inlined dataLuis Henriques (SUSE)1-0/+6
2024-08-03NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2-5/+3
2024-08-03ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook1-17/+17
2024-08-03kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap6-48/+74
2024-08-03hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-07-27btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana1-1/+4
2024-07-27filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4
2024-07-27fs/ntfs3: Validate ff offsetlei lu1-1/+5