summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-134-48/+72
|\
| * fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais2024-05-082-2/+22
| * binfmt_elf_fdpic: fix /proc/<pid>/auxvMax Filippov2024-04-241-46/+39
| * binfmt_elf: Leave a gap between .bss and brkKees Cook2024-04-241-0/+3
| * tracing: Add sched_prepare_exec tracepointMarco Elver2024-04-111-0/+8
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-2/+1
|\ \
| * | btrfs use bio_list_merge_initChristoph Hellwig2024-04-011-2/+1
| |/
* | Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-05-133-42/+82
|\ \
| * | signalfd: convert to ->read_iter()Jens Axboe2024-04-101-16/+28
| * | userfaultfd: convert to ->read_iter()Jens Axboe2024-04-101-16/+28
| * | timerfd: convert to ->read_iter()Jens Axboe2024-04-101-10/+26
* | | Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-1340-4467/+2835
|\ \ \
| * | | cifs: Enable large folio supportDavid Howells2024-05-011-0/+1
| * | | cifs: Remove some code that's no longer used, part 3David Howells2024-05-011-1004/+0
| * | | cifs: Remove some code that's no longer used, part 2David Howells2024-05-011-633/+1
| * | | cifs: Remove some code that's no longer used, part 1David Howells2024-05-015-825/+0
| * | | cifs: Cut over to using netfslibDavid Howells2024-05-0114-180/+361
| * | | cifs: Implement netfslib hooksDavid Howells2024-05-016-10/+343
| * | | cifs: Make add_credits_and_wake_if() clear deducted creditsDavid Howells2024-05-011-1/+2
| * | | cifs: Add mempools for cifs_io_request and cifs_io_subrequest structsDavid Howells2024-05-012-1/+56
| * | | cifs: Set zero_point in the copy_file_range() and remap_file_range()David Howells2024-05-011-0/+6
| * | | cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.cDavid Howells2024-05-013-55/+55
| * | | cifs: Replace the writedata replay bool with a netfs sreq flagDavid Howells2024-05-012-3/+3
| * | | cifs: Make wait_mtu_credits take size_t argsDavid Howells2024-05-015-14/+17
| * | | cifs: Use more fields from netfs_io_subrequestDavid Howells2024-05-016-116/+113
| * | | cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells2024-05-016-89/+59
| * | | cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells2024-05-018-52/+58
| * | | cifs: Use alternative invalidation to using launder_folioDavid Howells2024-05-013-143/+5
| * | | netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-014-100/+102
| * | | netfs: Miscellaneous tidy upsDavid Howells2024-05-011-1/+1
| * | | netfs: Remove the old writeback codeDavid Howells2024-05-014-1180/+0
| * | | netfs: Cut over to using new writeback codeDavid Howells2024-05-0110-69/+62
| * | | netfs, cachefiles: Implement helpers for new write codeDavid Howells2024-05-011-0/+74
| * | | netfs, 9p: Implement helpers for new write codeDavid Howells2024-05-011-0/+48
| * | | netfs, afs: Implement helpers for new write codeDavid Howells2024-05-013-0/+60
| * | | netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-016-9/+23
| * | | netfs: New writeback implementationDavid Howells2024-05-016-5/+1533
| * | | netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-017-10/+12
| * | | netfs: Use mempools for allocating requests and subrequestsDavid Howells2024-05-013-26/+86
| * | | netfs: Remove ->launder_folio() supportDavid Howells2024-05-012-75/+0
| * | | afs: Use alternative invalidation to using launder_folioDavid Howells2024-05-014-11/+5
| * | | 9p: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-2/+0
| * | | mm: Provide a means of invalidation without using launder_folioDavid Howells2024-05-011-4/+24
| * | | netfs: Use subreq_counter to allocate subreq debug_index valuesDavid Howells2024-04-293-6/+3
| * | | netfs: Make netfs_io_request::subreq_counter an atomic_tDavid Howells2024-04-291-1/+1
| * | | netfs: Remove deprecated use of PG_private_2 as a second writeback flagDavid Howells2024-04-293-169/+2
| * | | mm: Remove the PG_fscache alias for PG_private_2David Howells2024-04-298-25/+26
| * | | netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-2911-85/+107
| * | | netfs: Update i_blocks when write committed to pagecacheDavid Howells2024-04-291-11/+34
* | | | Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-136-312/+330
|\ \ \ \