summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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: 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-17ext4: fix reading leftover inlined symlinksZhang Yi
2022-08-17btrfs: join running log transaction when logging new nameFilipe Manana
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: 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: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro 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-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-17cifs: fix lock length calculationPaulo Alcantara
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim
2022-08-17cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)
2022-08-17f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu
2022-08-17f2fs: fix to check inline_data during compressed inode conversionChao Yu
2022-08-17f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu
2022-08-17fuse: Remove the control interface for virtio-fsXie Yongji
2022-08-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng
2022-08-17jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng
2022-08-17ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng
2022-08-17jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi
2022-08-17kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou
2022-08-17btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo
2022-08-17fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld
2022-08-17erofs: update ctx->pos for every emitted direntHongnan Li
2022-08-17io_uring: move to separate directoryJens Axboe