summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-17f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin3-3/+9
2022-08-17f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong1-2/+28
2022-08-17btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota3-19/+24
2022-08-17btrfs: join running log transaction when logging new nameFilipe Manana1-1/+8
2022-08-17ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-17ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-17ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2022-08-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-17ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-17ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-17ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-17ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-17ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-17ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2-7/+8
2022-08-17ksmbd: fix wrong smbd max read/write size checkNamjae Jeon3-14/+32
2022-08-17ksmbd: add smbd max io size parameterNamjae Jeon4-2/+18
2022-08-17ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee1-49/+71
2022-08-17ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee4-49/+51
2022-08-17ksmbd: validate length in smb2_write()Marios Makassikis1-30/+19
2022-08-17btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota4-2/+19
2022-08-17btrfs: zoned: write out partially allocated regionNaohiro Aota2-14/+59
2022-08-17btrfs: zoned: activate necessary block groupNaohiro Aota1-0/+16
2022-08-17btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota3-0/+93
2022-08-17btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota4-13/+50
2022-08-17btrfs: store chunk size in space-info structStefan Roesch3-19/+45
2022-08-17btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota3-3/+8
2022-08-17btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik5-7/+58
2022-08-17btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota1-1/+4
2022-08-17btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota3-10/+87
2022-08-17btrfs: let can_allocate_chunk return errorNaohiro Aota1-7/+8
2022-08-17btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota5-4/+19
2022-08-17btrfs: zoned: revive max_zone_append_bytesNaohiro Aota3-0/+20
2022-08-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-2/+1
2022-08-17btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov1-10/+11
2022-08-17btrfs: reset block group chunk force if we have to waitJosef Bacik1-0/+1
2022-08-17btrfs: fix error handling of fallback uncompress writeNaohiro Aota1-2/+15
2022-08-17btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota1-8/+64
2022-08-17btrfs: tree-log: make the return value for log syncing consistentJosef Bacik3-10/+13
2022-08-17__follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro1-0/+2
2022-08-17posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo1-0/+3
2022-08-17SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM1-19/+1
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10
2022-08-17f2fs: allow compression for mmap files in compress_mode=userSungjong Seo1-10/+0
2022-08-17cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)1-4/+4
2022-08-17f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu1-8/+1
2022-08-17f2fs: fix to check inline_data during compressed inode conversionChao Yu1-1/+1