summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1216-269/+395
|\
| * f2fs: show more discard status by sysfsZhiguo Niu2023-12-262-0/+49
| * f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang2023-12-261-0/+3
| * f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang2023-12-261-0/+7
| * f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-262-8/+5
| * f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2023-12-162-7/+10
| * f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu2023-12-121-1/+2
| * f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2023-12-111-1/+1
| * f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2023-12-111-0/+5
| * f2fs: fix to wait on block writeback for post_read caseChao Yu2023-12-111-3/+4
| * f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-112-1/+5
| * f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-112-23/+41
| * f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-114-18/+16
| * f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-113-16/+11
| * f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-114-37/+32
| * f2fs: delete obsolete FI_DROP_CACHEChao Yu2023-12-112-9/+0
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-116-40/+0
| * f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg2023-12-081-0/+8
| * f2fs: let's finish or reset zones all the timeJaegeuk Kim2023-12-051-58/+17
| * f2fs: check write pointers when checkpoint=disableJaegeuk Kim2023-12-051-2/+1
| * f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2023-12-051-0/+2
| * f2fs: allocate new section if it's not newJaegeuk Kim2023-12-051-16/+17
| * f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim2023-12-011-5/+0
| * f2fs: sysfs: support discard_io_awareChao Yu2023-11-284-1/+27
| * f2fs: show i_mode in trace_f2fs_new_inode()Chao Yu2023-11-281-1/+18
| * f2fs: introduce tracepoint for f2fs_rename()Chao Yu2023-11-282-5/+80
| * f2fs: fix to avoid dirent corruptionChao Yu2023-11-281-1/+1
| * f2fs: skip adding a discard command if existsJaegeuk Kim2023-11-201-1/+2
| * f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2023-11-171-6/+17
| * f2fs: use shared inode lock during f2fs_fiemap()Chao Yu2023-11-171-2/+2
| * f2fs: clean up w/ dotdot_nameChao Yu2023-11-171-3/+2
| * f2fs: explicitly null-terminate the xattr listEric Biggers2023-11-171-0/+6
| * f2fs: the name of a struct is wrong in a comment.Yang Hubin2023-11-171-1/+1
| * f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui2023-11-171-3/+3
* | Merge tag '6.8-rc-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-01-128-58/+70
|\ \
| * | ksmbd: Add missing set_freezable() for freezable kthreadKevin Hao2024-01-101-0/+1
| * | ksmbd: free ppace array on error in parse_daclFedor Pchelkin2024-01-101-4/+7
| * | ksmbd: send lease break notification on FILE_RENAME_INFORMATIONNamjae Jeon2024-01-092-5/+8
| * | ksmbd: don't allow O_TRUNC open on read-only shareNamjae Jeon2024-01-091-14/+9
| * | ksmbd: vfs: fix all kernel-doc warningsRandy Dunlap2024-01-091-10/+18
| * | ksmbd: auth: fix most kernel-doc warningsRandy Dunlap2024-01-091-6/+8
| * | ksmbd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-091-15/+6
| * | ksmbd: don't increment epoch if current state and request state are sameNamjae Jeon2024-01-091-3/+6
| * | ksmbd: fix potential circular locking issue in smb2_set_ea()Namjae Jeon2024-01-091-3/+4
| * | ksmbd: set v2 lease version on lease upgradeNamjae Jeon2024-01-091-0/+1
| * | ksmbd: validate the zero field of packet headerLi Nan2024-01-091-1/+5
* | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-1215-102/+19
|\ \ \
| * | | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| * | | orangefs: saner arguments passing in readdir gutsAl Viro2023-12-211-20/+12
| * | | ocfs2_find_match(): there's no such thing as NULL or negative ->d_parentAl Viro2023-12-211-7/+0