summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-284-4/+27
| * | | | netfs: Limit subrequest by size or number of segmentsDavid Howells2023-12-281-0/+18
| * | | | netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells2023-12-281-0/+97
| * | | | netfs: Provide tools to create a buffer in an xarrayDavid Howells2023-12-282-0/+94
| * | | | netfs: Add support for DIO bufferingDavid Howells2023-12-281-0/+10
| * | | | netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells2023-12-243-24/+64
| * | | | netfs: Implement unbuffered/DIO vs buffered I/O lockingDavid Howells2023-12-242-0/+217
| * | | | netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-245-112/+50
| * | | | afs: Don't use folio->private to record partial modificationDavid Howells2023-12-243-273/+38
| * | | | netfs: Add a ->free_subrequest() opDavid Howells2023-12-241-0/+2
| * | | | netfs: Allow the netfs to make the io (sub)request alloc largerDavid Howells2023-12-241-2/+5
| * | | | netfs: Add a procfile to list in-progress requestsDavid Howells2023-12-243-2/+93
| * | | | netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-2416-143/+119
| * | | | netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells2023-12-246-31/+62
| * | | | netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-246-64/+18
| * | | | netfs, fscache: Combine fscache with netfsDavid Howells2023-12-249-302/+219
| * | | | netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells2023-12-2416-61/+60
* | | | | Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-193-14/+17
|\ \ \ \ \
| * | | | | erofs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-151-3/+3
| * | | | | erofs: fix inconsistent per-file compression formatGao Xiang2024-01-132-11/+14
| | |_|_|/ | |/| | |
* | | | | Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-183-257/+286
|\ \ \ \ \
| * | | | | eventfs: Use kcalloc() instead of kzalloc()Erick Archer2024-01-161-3/+3
| * | | | | eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)2024-01-161-15/+5
| * | | | | eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)2024-01-161-0/+10
| * | | | | eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)2024-01-041-13/+10
| * | | | | eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)2024-01-041-23/+23
| * | | | | eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)2024-01-041-7/+14
| * | | | | eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)2024-01-041-5/+6
| * | | | | tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)2024-01-043-90/+190
| * | | | | eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)2024-01-041-130/+64
| * | | | | eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)2024-01-041-35/+20
* | | | | | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-184-30/+39
|\ \ \ \ \ \
| * | | | | | Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo2024-01-111-13/+10
| * | | | | | kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi2024-01-041-10/+13
| * | | | | | kernfs: fix reference to renamed functionAhelenia ZiemiaƄska2024-01-021-1/+1
| * | | | | | kernfs: d_obtain_alias(NULL) will do the right thing...Al Viro2023-12-201-3/+0
| * | | | | | kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-17/+17
| * | | | | | kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-5/+5
| * | | | | | kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook2023-12-151-3/+3
| * | | | | | fs/kernfs/dir: obey S_ISGIDMax Kellermann2023-12-151-0/+12
| * | | | | | fs/sysfs/dir.c : Fix typo in commentMukesh Ojha2023-12-071-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-172-19/+37
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-0233-381/+252
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-02174-1780/+2668
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-142-19/+37
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2023-11-141-0/+1
| | * | | | | | | | fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini2023-11-142-19/+36
* | | | | | | | | | Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-175-28/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ubifs: fix kernel-doc warningsRandy Dunlap2024-01-061-9/+21
| * | | | | | | | | | ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-01-061-0/+2