summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2-6/+8
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva1-1/+1
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon1-25/+53
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon1-14/+17
2023-06-26ksmbd: Replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon3-8/+8
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei3-9/+3
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon1-1/+1
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon1-2/+2
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon2-14/+0
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+1
2023-06-25ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-6/+9
2023-06-25ocfs2: Fix use of slab data with sendpageDavid Howells1-11/+12
2023-06-25dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells1-3/+7
2023-06-25execve: expand new process stack manually ahead of timeLinus Torvalds1-16/+21
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2-5/+6
2023-06-24ocfs2: remove redundant assignment to variable bit_offColin Ian King1-1/+1
2023-06-24mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng1-3/+3
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-5/+3
2023-06-24afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)1-8/+8
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton12-12/+133
2023-06-24Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-28/+40
2023-06-23binfmt_elf: fix comment typo s/reset/regset/Baruch Siach1-1/+1
2023-06-23ext4: Fix warning in blkdev_put()Jan Kara1-1/+1
2023-06-23FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-06-23FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-06-23fsdax: remove redundant variable 'error'Colin Ian King1-2/+1
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-108/+277
2023-06-22fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo5-28/+40
2023-06-22erofs: clean up zmap.cGao Xiang1-40/+29
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale1-1/+1
2023-06-21nfsd: remove redundant assignments to variable lenColin Ian King1-7/+5
2023-06-21udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-06-21readdir: Replace one-element arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2023-06-21fsverity: improve documentation for builtin signature supportEric Biggers5-15/+23
2023-06-21smb: client: fix warning in generic_ip_connect()Paulo Alcantara1-8/+9
2023-06-21smb: client: fix warning in CIFSFindNext()Paulo Alcantara1-60/+51
2023-06-21smb: client: fix warning in CIFSFindFirst()Paulo Alcantara1-54/+44
2023-06-21smb3: do not reserve too many oplock creditsSteve French1-1/+5
2023-06-21cifs: print more detail when invalidate_inode_mapping failsSteve French1-2/+2
2023-06-21smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara1-18/+10
2023-06-21Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds5-3/+45
2023-06-21Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+7
2023-06-20fs: jfs: (trivial) Fix typo in dbInitTree functionWonguk Lee1-1/+1
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-86/+196
2023-06-20jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo1-5/+7