summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-17btrfs: store chunk size in space-info structStefan Roesch3-19/+45
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: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota3-19/+24
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-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-17cifs: fix lock length calculationPaulo Alcantara2-5/+5
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10
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
2022-08-17f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu1-2/+5
2022-08-17fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-08-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2022-08-17jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-17ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-17jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-17kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou1-2/+5
2022-08-17btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo1-7/+19
2022-08-17fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld1-6/+4
2022-08-17erofs: update ctx->pos for every emitted direntHongnan Li1-9/+7
2022-08-17io_uring: move to separate directoryJens Axboe4-14927/+0
2022-08-17erofs: avoid consecutive detection for Highmem memoryGao Xiang1-6/+10
2022-08-17erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen1-0/+1
2022-08-17ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-08-17epoll: autoremove wakers even more aggressivelyBenjamin Segall1-0/+22
2022-08-17mbcache: add functions to delete entry if unusedJan Kara1-2/+64
2022-08-17mbcache: don't reclaim used entriesJan Kara1-1/+9
2022-08-17fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2-14/+23
2022-08-17fuse: write inode in fuse_release()Miklos Szeredi1-0/+9
2022-08-17fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-08-17fuse: limit nsecMiklos Szeredi1-0/+6
2022-08-17ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon4-57/+119
2022-08-17ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon1-0/+1
2022-08-17ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2-7/+8
2022-08-17ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee1-5/+0
2022-08-17ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon1-0/+4
2022-08-17btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-08-17ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang1-1/+1
2022-08-17fs: Add missing umask strip in vfs_tmpfileYang Xu1-0/+2
2022-08-17vfs: Check the truncate maximum size in inode_newsize_ok()David Howells1-0/+2