index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
netfs: Extend the netfs_io_*request structs to handle writes
David Howells
2023-12-28
4
-4
/
+27
|
*
|
|
|
netfs: Limit subrequest by size or number of segments
David Howells
2023-12-28
1
-0
/
+18
|
*
|
|
|
netfs: Add func to calculate pagecount/size-limited span of an iterator
David Howells
2023-12-28
1
-0
/
+97
|
*
|
|
|
netfs: Provide tools to create a buffer in an xarray
David Howells
2023-12-28
2
-0
/
+94
|
*
|
|
|
netfs: Add support for DIO buffering
David Howells
2023-12-28
1
-0
/
+10
|
*
|
|
|
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
2023-12-24
3
-24
/
+64
|
*
|
|
|
netfs: Implement unbuffered/DIO vs buffered I/O locking
David Howells
2023-12-24
2
-0
/
+217
|
*
|
|
|
netfs: Provide invalidate_folio and release_folio calls
David Howells
2023-12-24
5
-112
/
+50
|
*
|
|
|
afs: Don't use folio->private to record partial modification
David Howells
2023-12-24
3
-273
/
+38
|
*
|
|
|
netfs: Add a ->free_subrequest() op
David Howells
2023-12-24
1
-0
/
+2
|
*
|
|
|
netfs: Allow the netfs to make the io (sub)request alloc larger
David Howells
2023-12-24
1
-2
/
+5
|
*
|
|
|
netfs: Add a procfile to list in-progress requests
David Howells
2023-12-24
3
-2
/
+93
|
*
|
|
|
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-12-24
16
-143
/
+119
|
*
|
|
|
netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
David Howells
2023-12-24
6
-31
/
+62
|
*
|
|
|
netfs, fscache: Remove ->begin_cache_operation
David Howells
2023-12-24
6
-64
/
+18
|
*
|
|
|
netfs, fscache: Combine fscache with netfs
David Howells
2023-12-24
9
-302
/
+219
|
*
|
|
|
netfs, fscache: Move fs/fscache/* into fs/netfs/
David Howells
2023-12-24
16
-61
/
+60
*
|
|
|
|
Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-19
3
-14
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
erofs: Don't use certain unnecessary folio_*() functions
David Howells
2024-01-15
1
-3
/
+3
|
*
|
|
|
|
erofs: fix inconsistent per-file compression format
Gao Xiang
2024-01-13
2
-11
/
+14
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-01-18
3
-257
/
+286
|
\
\
\
\
\
|
*
|
|
|
|
eventfs: Use kcalloc() instead of kzalloc()
Erick Archer
2024-01-16
1
-3
/
+3
|
*
|
|
|
|
eventfs: Do not create dentries nor inodes in iterate_shared
Steven Rostedt (Google)
2024-01-16
1
-15
/
+5
|
*
|
|
|
|
eventfs: Have the inodes all for files and directories all be the same
Steven Rostedt (Google)
2024-01-16
1
-0
/
+10
|
*
|
|
|
|
eventfs: Shortcut eventfs_iterate() by skipping entries already read
Steven Rostedt (Google)
2024-01-04
1
-13
/
+10
|
*
|
|
|
|
eventfs: Read ei->entries before ei->children in eventfs_iterate()
Steven Rostedt (Google)
2024-01-04
1
-23
/
+23
|
*
|
|
|
|
eventfs: Do ctx->pos update for all iterations in eventfs_iterate()
Steven Rostedt (Google)
2024-01-04
1
-7
/
+14
|
*
|
|
|
|
eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is set
Steven Rostedt (Google)
2024-01-04
1
-5
/
+6
|
*
|
|
|
|
tracefs/eventfs: Use root and instance inodes as default ownership
Steven Rostedt (Google)
2024-01-04
3
-90
/
+190
|
*
|
|
|
|
eventfs: Stop using dcache_readdir() for getdents()
Steven Rostedt (Google)
2024-01-04
1
-130
/
+64
|
*
|
|
|
|
eventfs: Remove "lookup" parameter from create_dir/file_dentry()
Steven Rostedt (Google)
2024-01-04
1
-35
/
+20
*
|
|
|
|
|
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-01-18
4
-30
/
+39
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"
Tejun Heo
2024-01-11
1
-13
/
+10
|
*
|
|
|
|
|
kernfs: convert kernfs_idr_lock to an irq safe raw spinlock
Andrea Righi
2024-01-04
1
-10
/
+13
|
*
|
|
|
|
|
kernfs: fix reference to renamed function
Ahelenia ZiemiaĆska
2024-01-02
1
-1
/
+1
|
*
|
|
|
|
|
kernfs: d_obtain_alias(NULL) will do the right thing...
Al Viro
2023-12-20
1
-3
/
+0
|
*
|
|
|
|
|
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
2023-12-15
1
-17
/
+17
|
*
|
|
|
|
|
kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
Kees Cook
2023-12-15
1
-5
/
+5
|
*
|
|
|
|
|
kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
Kees Cook
2023-12-15
1
-3
/
+3
|
*
|
|
|
|
|
fs/kernfs/dir: obey S_ISGID
Max Kellermann
2023-12-15
1
-0
/
+12
|
*
|
|
|
|
|
fs/sysfs/dir.c : Fix typo in comment
Mukesh Ojha
2023-12-07
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
2
-19
/
+37
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2024-01-02
33
-381
/
+252
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2024-01-02
174
-1780
/
+2668
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
2
-19
/
+37
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
2023-11-14
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Paolo Bonzini
2023-11-14
2
-19
/
+36
*
|
|
|
|
|
|
|
|
|
Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-17
5
-28
/
+40
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
ubifs: fix kernel-doc warnings
Randy Dunlap
2024-01-06
1
-9
/
+21
|
*
|
|
|
|
|
|
|
|
|
ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
Zhihao Cheng
2024-01-06
1
-0
/
+2
[prev]
[next]