summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-08-17f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin
2022-08-17f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong
2022-08-17btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: join running log transaction when logging new nameFilipe Manana
2022-08-17ext4: fix race when reusing xattr blocksJan Kara
2022-08-17ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara
2022-08-17ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang
2022-08-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li
2022-08-17ext4: correct max_inline_xattr_value_size computingBaokun Li
2022-08-17ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li
2022-08-17ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney
2022-08-17ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o
2022-08-17ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee
2022-08-17ksmbd: fix wrong smbd max read/write size checkNamjae Jeon
2022-08-17ksmbd: add smbd max io size parameterNamjae Jeon
2022-08-17ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee
2022-08-17ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee
2022-08-17ksmbd: validate length in smb2_write()Marios Makassikis
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota
2022-08-17btrfs: zoned: write out partially allocated regionNaohiro Aota
2022-08-17btrfs: zoned: activate necessary block groupNaohiro Aota
2022-08-17btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-08-17btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-08-17btrfs: store chunk size in space-info structStefan Roesch
2022-08-17btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-08-17btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-08-17btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota
2022-08-17btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-08-17btrfs: let can_allocate_chunk return errorNaohiro Aota
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-08-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-08-17btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov
2022-08-17btrfs: reset block group chunk force if we have to waitJosef Bacik
2022-08-17btrfs: fix error handling of fallback uncompress writeNaohiro Aota
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota
2022-08-17btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-08-17__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro
2022-08-17posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo
2022-08-17SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim
2022-08-17f2fs: allow compression for mmap files in compress_mode=userSungjong Seo
2022-08-17cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)