summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-287-330/+197
|\
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+1
| * ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-241-6/+9
| * ocfs2: Fix use of slab data with sendpageDavid Howells2023-06-241-11/+12
| * dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-3/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2218-108/+277
| |\
| * | splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells2023-06-151-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-1530-152/+397
| |\ \
| * | | splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells2023-06-081-8/+10
| * | | splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-1/+30
| * | | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-31/+127
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0831-260/+501
| |\ \ \
| * | | | Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells2023-06-081-267/+0
| * | | | Wrap lines at 80David Howells2023-06-081-1/+2
| * | | | Fix a couple of spelling mistakesDavid Howells2023-06-081-2/+2
| * | | | Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2023-06-083-36/+36
* | | | | Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-282-228/+21
|\ \ \ \ \
| * | | | | sysctl: replace child with an enumerationJoel Granados2023-06-181-63/+18
| * | | | | sysctl: Remove debugging dump_stackJoel Granados2023-06-181-1/+0
| * | | | | sysctl: Remove register_sysctl_tableJoel Granados2023-05-231-159/+0
| * | | | | sysctl: Refactor base paths registrationsJoel Granados2023-05-231-3/+2
| * | | | | sysctl: stop exporting register_sysctl_tableJoel Granados2023-05-231-3/+2
* | | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-289-19/+134
|\ \ \ \ \ \
| * | | | | | ocfs2: remove redundant assignment to variable bit_offColin Ian King2023-06-231-1/+1
| * | | | | | ocfs2: cleanup trace eventsJoseph Qi2023-06-091-2/+0
| * | | | | | ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi2023-06-091-6/+3
| * | | | | | squashfs: cache partial compressed blocksVincent Whitchurch2023-06-093-6/+129
| * | | | | | squashfs: don't include buffer_head.hChristoph Hellwig2023-06-093-3/+0
| * | | | | | procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-091-1/+1
* | | | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-2829-421/+364
|\ \ \ \ \ \ \
| * | | | | | | mm: nommu: correct the range of mmap_sem_read_lock in task_mem()lipeifeng2023-06-231-3/+3
| * | | | | | | hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-06-231-5/+3
| * | | | | | | afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)2023-06-231-8/+8
| * | | | | | | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-2312-12/+133
| |\ \ \ \ \ \ \
| * | | | | | | | buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+16
| * | | | | | | | buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)2023-06-191-6/+6
| * | | | | | | | buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)2023-06-191-4/+4
| * | | | | | | | buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)2023-06-191-10/+8
| * | | | | | | | buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-19/+15
| * | | | | | | | buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)2023-06-193-18/+20
| * | | | | | | | buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)2023-06-191-19/+19
| * | | | | | | | buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+13
| * | | | | | | | buffer: make block_write_full_page() handle large folios correctlyMatthew Wilcox (Oracle)2023-06-191-12/+10
| * | | | | | | | gfs2: support ludicrously large folios in gfs2_trans_add_databufs()Matthew Wilcox (Oracle)2023-06-192-4/+4
| * | | | | | | | buffer: convert __block_write_full_page() to __block_write_full_folio()Matthew Wilcox (Oracle)2023-06-194-31/+31
| * | | | | | | | gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)2023-06-191-13/+13
| * | | | | | | | gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)2023-06-191-15/+16
| * | | | | | | | gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)2023-06-191-4/+5
| * | | | | | | | userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett2023-06-191-20/+15
| * | | | | | | | mm: ptep_get() conversionRyan Roberts2023-06-192-17/+22