index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-09-24
12
-296
/
+529
|
\
|
*
fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
yangyun
2024-09-24
1
-1
/
+1
|
*
fuse: clear FR_PENDING if abort is detected when sending request
Miklos Szeredi
2024-09-24
1
-0
/
+1
|
*
fs/fuse: convert to use invalid_mnt_idmap
Alexander Mikhalitsyn
2024-09-23
3
-28
/
+27
|
*
fs/mnt_idmapping: introduce an invalid_mnt_idmap
Alexander Mikhalitsyn
2024-09-23
1
-2
/
+20
|
*
fs/fuse: introduce and use fuse_simple_idmap_request() helper
Alexander Mikhalitsyn
2024-09-23
9
-46
/
+60
|
*
fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
Alexander Mikhalitsyn
2024-09-23
1
-2
/
+2
|
*
fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN
Miklos Szeredi
2024-09-19
1
-5
/
+2
|
*
virtio_fs: allow idmapped mounts
Alexander Mikhalitsyn
2024-09-18
1
-0
/
+1
|
*
fuse: allow idmapped mounts
Alexander Mikhalitsyn
2024-09-04
1
-3
/
+9
|
*
fuse: warn if fuse_access is called when idmapped mounts are allowed
Alexander Mikhalitsyn
2024-09-04
1
-0
/
+8
|
*
fuse: handle idmappings properly in ->write_iter()
Alexander Mikhalitsyn
2024-09-04
1
-1
/
+2
|
*
fuse: support idmapped ->rename op
Alexander Mikhalitsyn
2024-09-04
1
-4
/
+5
|
*
fuse: support idmapped ->set_acl
Alexander Mikhalitsyn
2024-09-04
1
-2
/
+2
|
*
fuse: drop idmap argument from __fuse_get_acl
Alexander Mikhalitsyn
2024-09-04
1
-4
/
+2
|
*
fuse: support idmapped ->setattr op
Alexander Mikhalitsyn
2024-09-04
3
-14
/
+26
|
*
fuse: support idmapped ->permission inode op
Alexander Mikhalitsyn
2024-09-04
1
-2
/
+2
|
*
fuse: support idmapped getattr inode op
Alexander Mikhalitsyn
2024-09-04
1
-20
/
+24
|
*
fuse: support idmap for mkdir/mknod/symlink/create/tmpfile
Alexander Mikhalitsyn
2024-09-04
1
-18
/
+20
|
*
fuse: support idmapped FUSE_EXT_GROUPS
Alexander Mikhalitsyn
2024-09-04
1
-7
/
+12
|
*
fuse: add an idmap argument to fuse_simple_request
Alexander Mikhalitsyn
2024-09-04
9
-44
/
+47
|
*
fuse: add basic infrastructure to support idmappings
Alexander Mikhalitsyn
2024-09-04
2
-12
/
+39
|
*
namespace: introduce SB_I_NOIDMAP flag
Alexander Mikhalitsyn
2024-09-04
1
-0
/
+4
|
*
fuse: use correct name fuse_conn_list in docstring
Aurelien Aptel
2024-08-29
1
-1
/
+1
|
*
fuse: add simple request tracepoints
Josef Bacik
2024-08-29
3
-0
/
+140
|
*
fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...
Joanne Koong
2024-08-29
1
-46
/
+57
|
*
fuse: move fuse file initialization to wpa allocation time
Joanne Koong
2024-08-29
1
-4
/
+2
|
*
fuse: convert fuse_writepages_fill() to use a folio for its tmp page
Joanne Koong
2024-08-29
1
-7
/
+7
|
*
fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...
Joanne Koong
2024-08-29
1
-12
/
+6
|
*
fuse: refactor finished writeback stats updates into helper function
Joanne Koong
2024-08-29
1
-17
/
+14
|
*
fuse: drop unused fuse_mount arg in fuse_writepage_finish()
Joanne Koong
2024-08-29
1
-4
/
+3
|
*
fuse: add fast path for fuse_range_is_writeback
yangyun
2024-08-29
1
-3
/
+3
|
*
fuse: cleanup request queuing towards virtiofs
Miklos Szeredi
2024-08-29
3
-113
/
+106
*
|
Merge tag 'exfat-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-24
7
-127
/
+174
|
\
\
|
*
|
exfat: resolve memory leak from exfat_create_upcase_table()
Daniel Yang
2024-09-23
1
-1
/
+4
|
*
|
exfat: move extend valid_size into ->page_mkwrite()
Yuezhang Mo
2024-09-23
1
-25
/
+45
|
*
|
exfat: fix memory leak in exfat_load_bitmap()
Yuezhang Mo
2024-09-18
1
-5
/
+5
|
*
|
exfat: Implement sops->shutdown and ioctl
Dongliang Cui
2024-09-18
5
-0
/
+96
|
*
|
exfat: do not fallback to buffered write
Yuezhang Mo
2024-09-17
5
-74
/
+15
|
*
|
exfat: drop ->i_size_ondisk
Yuezhang Mo
2024-09-17
5
-25
/
+12
*
|
|
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-24
20
-460
/
+738
|
\
\
\
|
*
|
|
f2fs: allow F2FS_IPU_NOCACHE for pinned file
Jaegeuk Kim
2024-09-23
1
-1
/
+2
|
*
|
|
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
2024-09-13
1
-2
/
+1
|
*
|
|
f2fs: remove unused parameters
liuderong
2024-09-12
4
-9
/
+7
|
*
|
|
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
2024-09-11
1
-3
/
+3
|
*
|
|
f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()
Chao Yu
2024-09-11
1
-4
/
+6
|
*
|
|
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
6
-7
/
+22
|
*
|
|
f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent
Daeho Jeong
2024-09-11
3
-3
/
+17
|
*
|
|
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
2024-09-11
2
-7
/
+18
|
*
|
|
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
2024-09-11
2
-2
/
+11
[next]