aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-10f2fs: fix to drop all dirty pages during umount() if cp_error is setGravatar Chao Yu 2-3/+12
2023-04-10f2fs: fix to avoid use-after-free for cached IPU bioGravatar Chao Yu 1-1/+4
2023-04-10f2fs: remove unneeded in-memory i_crtime copyGravatar Chao Yu 2-5/+1
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Gravatar Chao Yu 2-3/+3
2023-04-10f2fs: use common implementation of file typeGravatar Weizhao Ouyang 3-38/+4
2023-04-10f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()Gravatar Yangtao Li 1-22/+8
2023-04-10f2fs: convert to use sysfs_emitGravatar Yangtao Li 1-8/+3
2023-04-10f2fs: set default compress option only when sb_has_compressionGravatar Yangtao Li 1-4/+6
2023-04-10f2fs: Fix system crash due to lack of free space in LFSGravatar Yonggil Song 3-11/+40
2023-04-10f2fs: remove struct victim_selection default_v_opsGravatar Yangtao Li 4-21/+10
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockGravatar Jaegeuk Kim 1-1/+1
2023-04-04f2fs: fix iostat lock protectionGravatar Qilin Tan 1-2/+2
2023-04-04f2fs: fix align check for npo2Gravatar Yohan Joung 1-2/+3
2023-04-04f2fs: add compression feature check for all compress mount optGravatar Yangtao Li 1-0/+12
2023-04-04f2fs: convert is_extension_exist() to return bool typeGravatar Yangtao Li 1-6/+6
2023-03-29f2fs: fix scheduling while atomic in decompression pathGravatar Jaegeuk Kim 3-2/+8
2023-03-29f2fs: preserve direct write semantics when buffering is forcedGravatar Hans Holmberg 1-8/+26
2023-03-29f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Gravatar Yangtao Li 1-0/+6
2023-03-29f2fs: remove else in f2fs_write_cache_pages()Gravatar Yangtao Li 1-5/+2
2023-03-29f2fs: apply zone capacity to all zone typeGravatar Jaegeuk Kim 2-61/+7
2023-03-29f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...Gravatar Yangtao Li 1-4/+10
2023-03-29f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Gravatar Yangtao Li 2-19/+23
2023-03-29f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeGravatar Yonggil Song 1-1/+3
2023-03-29f2fs: remove entire rb_entry sharingGravatar Jaegeuk Kim 2-112/+71
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useGravatar Jaegeuk Kim 3-139/+169
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useGravatar Jaegeuk Kim 5-115/+93
2023-03-29f2fs: fix uninitialized skipped_gc_rwsemGravatar Yonggil Song 1-1/+1
2023-03-29f2fs: handle dqget error in f2fs_transfer_project_quota()Gravatar Yangtao Li 1-7/+8
2023-03-29f2fs: convert to use bitmap APIGravatar Yangtao Li 10-46/+44
2023-03-29f2fs: export compress_percent and compress_watermark entriesGravatar Yangtao Li 1-0/+18
2023-03-29f2fs: make f2fs_sync_inode_meta() staticGravatar Li Zetao 2-2/+1
2023-03-26Merge tag 'smb3-client-fixes-6.3-rc3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 15-92/+221
2023-03-25Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-5/+10
2023-03-25Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-1/+722
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-1/+1
2023-03-24Merge tag '6.3-rc3-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-55/+78
2023-03-24xfs: fix mismerged tracepointsGravatar Darrick J. Wong 1-4/+4
2023-03-24smb3: fix unusable share after force unmount failureGravatar Steve French 4-13/+11
2023-03-24cifs: fix dentry lookups in directory handle cacheGravatar Paulo Alcantara 1-2/+34
2023-03-24smb3: lower default deferred close timeout to address perf regressionGravatar Steve French 1-1/+1
2023-03-24cifs: fix missing unload_nls() in smb2_reconnect()Gravatar Paulo Alcantara 1-3/+3
2023-03-24xfs: clear incore AGFL_RESET state if it's not neededGravatar Darrick J. Wong 1-0/+2
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeGravatar Darrick J. Wong 1-1/+4
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-71/+71
2023-03-24cifs: avoid race conditions with parallel reconnectsGravatar Shyam Prasad N 3-33/+76
2023-03-24cifs: append path to open_enter trace eventGravatar Shyam Prasad N 6-6/+25
2023-03-24ksmbd: return unsupported error on smb1 mountGravatar Namjae Jeon 3-30/+30
2023-03-23nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()Gravatar Ryusuke Konishi 1-1/+1
2023-03-23Merge tag 'gfs2-v6.3-rc3-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+18
2023-03-23Reinstate "GFS2: free disk inode which is deleted by remote node -V2"Gravatar Bob Peterson 1-0/+18