summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | fscache: Introduce new driverDavid Howells2022-01-073-1/+56
| * | netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2022-01-071-1/+2
| * | netfs: Display the netfs inode number in the netfs_read tracepointDavid Howells2022-01-071-1/+4
| * | fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-073-1919/+3
| * | cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-071-321/+0
* | | Merge tag 'fuse-update-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-121-4/+51
|\ \ \
| * | | fuse: support per inode DAX in fuse protocolJeffle Xu2021-12-141-0/+5
| * | | fuse: send security context of inode on fileVivek Goyal2021-11-251-2/+32
| * | | fuse: extend init flagsMiklos Szeredi2021-11-251-2/+14
| | |/ | |/|
* | | Merge tag 'fsnotify_for_v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-125-37/+65
|\ \ \
| * | | fanotify: wire up FAN_RENAME eventAmir Goldstein2021-12-151-1/+2
| * | | fanotify: report old and/or new parent+name in FAN_RENAME eventAmir Goldstein2021-12-151-0/+6
| * | | fanotify: record old and new parent and name in FAN_RENAME eventAmir Goldstein2021-12-151-0/+2
| * | | fsnotify: generate FS_RENAME event with rich informationAmir Goldstein2021-12-153-7/+11
| * | | fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein2021-12-152-1/+5
| * | | fsnotify: separate mark iterator type from object type enumAmir Goldstein2021-12-151-13/+28
| * | | fsnotify: clarify object type argumentAmir Goldstein2021-12-151-16/+12
* | | | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2022-01-122-3/+56
|\ \ \ \
| * | | | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-1/+1
| * | | | iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)2021-12-161-0/+1
| * | | | block: Add bio_for_each_folio_all()Matthew Wilcox (Oracle)2021-12-161-1/+52
| * | | | block: Add bio_add_folio()Matthew Wilcox (Oracle)2021-12-161-1/+2
| |/ / /
* | | | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-128-101/+177
|\ \ \ \
| * | | | mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-10/+0
| * | | | XArray: Add xas_advance()Matthew Wilcox (Oracle)2022-01-081-0/+18
| * | | | mm: Remove pagevec_remove_exceptionals()Matthew Wilcox (Oracle)2022-01-081-5/+1
| * | | | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-2/+2
| * | | | filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-2/+0
| * | | | truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-1/+0
| * | | | mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)2022-01-081-24/+0
| * | | | filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)2022-01-042-1/+2
| * | | | filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)2022-01-041-2/+10
| * | | | readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)2022-01-041-2/+2
| * | | | filemap: Remove thp_contains()Matthew Wilcox (Oracle)2022-01-041-9/+0
| * | | | filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)2022-01-041-2/+7
| * | | | filemap: Convert tracing of page cache operations to folioMatthew Wilcox (Oracle)2022-01-041-15/+17
| * | | | filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)2022-01-041-5/+0
| * | | | filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)2022-01-041-1/+1
| * | | | mm: Add folio_test_pmd_mappable()Matthew Wilcox (Oracle)2022-01-042-21/+35
| * | | | iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)2022-01-041-0/+7
| * | | | pagevec: Add folio_batchMatthew Wilcox (Oracle)2022-01-021-0/+69
| * | | | mm/doc: Add documentation for folio_test_uptodateMatthew Wilcox (Oracle)2022-01-021-3/+10
* | | | | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-125-22/+408
|\ \ \ \ \
| * | | | | headers/deps: USB: Optimize <linux/usb/ch9.h> dependencies, remove <linux/dev...Ingo Molnar2022-01-051-1/+2
| * | | | | Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman2022-01-0321-25/+73
| |\ \ \ \ \
| * | | | | | usb: Remove usb_for_each_port()Heikki Krogerus2021-12-301-9/+0
| * | | | | | usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus2021-12-301-12/+0
| * | | | | | acpi: Store CRC-32 hash of the _PLD in struct acpi_deviceHeikki Krogerus2021-12-301-0/+1
| * | | | | | Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2021-12-201-8/+10
| |\ \ \ \ \ \
| * | | | | | | usb: Add Xen pvUSB protocol descriptionJuergen Gross2021-12-131-0/+405
| | |_|_|/ / / | |/| | | | |