summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-0819-220/+321
|\
| * ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon2022-08-044-57/+119
| * ksmbd: prevent out of bound read for SMB2_TREE_CONNNECTHyunchul Lee2022-07-311-5/+0
| * ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2022-07-312-7/+8
| * ksmbd: fix use-after-free bug in smb2_tree_disconectNamjae Jeon2022-07-311-0/+1
| * ksmbd: fix memory leak in smb2_handle_negotiateNamjae Jeon2022-07-311-0/+4
| * ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-07-3112-86/+110
| * ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-07-314-17/+33
| * ksmbd: fix kernel oops from idr_remove()Namjae Jeon2022-07-262-2/+8
| * ksmbd: add channel rwlockNamjae Jeon2022-07-263-2/+22
| * ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-265-33/+21
| * ksmbd: remove unused ksmbd_share_configs_cleanup functionNamjae Jeon2022-07-242-16/+0
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-0813-90/+48
|\ \
| * | hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro2022-08-081-30/+1
| * | ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro2022-08-081-1/+1
| * | iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-081-23/+24
| * | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-087-18/+9
| * | splice: stop abusing iov_iter_advance() to flush a pipeAl Viro2022-08-081-5/+2
| * | switch new_sync_{read,write}() to ITER_UBUFAl Viro2022-08-081-4/+2
| * | new iov_iter flavour - ITER_UBUFAl Viro2022-08-088-9/+9
* | | Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-0813-253/+526
|\ \ \
| * | | f2fs: use onstack pages instead of pvecFengnan Chang2022-08-053-14/+14
| * | | f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang2022-08-053-11/+22
| * | | f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-054-23/+19
| * | | f2fs: handle decompress only post processing in softirqDaeho Jeong2022-08-053-93/+179
| * | | f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim2022-08-051-0/+10
| * | | f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2022-08-052-3/+8
| * | | f2fs: remove device type check for direct IOEunhee Rho2022-08-051-6/+1
| * | | f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin2022-08-053-3/+9
| * | | f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong2022-08-051-2/+28
| * | | f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu2022-07-301-0/+13
| * | | f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu2022-07-301-1/+0
| * | | f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-07-301-1/+5
| * | | f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-07-301-8/+1
| * | | f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-306-3/+88
| * | | f2fs: don't bother wait_ms by foreground gcqixiaoyu12022-07-301-2/+5
| * | | f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-303-7/+11
| * | | f2fs: allow compression of files without blocksChao Liu2022-07-301-1/+1
| * | | f2fs: fix to check inline_data during compressed inode conversionChao Yu2022-07-301-1/+1
| * | | f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2022-07-302-11/+1
| * | | f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu2022-07-301-2/+5
| * | | f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2022-07-301-0/+10
| * | | f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-305-14/+13
| * | | f2fs: enforce single zone capacityJaegeuk Kim2022-07-304-35/+22
| * | | f2fs: remove redundant code for gc conditionduguowei2022-07-301-11/+10
| * | | f2fs: introduce memory modeDaeho Jeong2022-07-302-0/+37
| * | | f2fs: initialize page_array_entry slab only if compression feature is onChao Yu2022-06-281-0/+3
| * | | f2fs: optimize error handling in redirty_blocksJack Qiu2022-06-281-4/+4
| * | | f2fs: do not skip updating inode when retrying to flush node pageJaegeuk Kim2022-06-281-6/+2
| * | | f2fs: use the updated test_dummy_encryption helper functionsEric Biggers2022-06-251-8/+21