summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-2412-296/+529
|\
| * fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun2024-09-241-1/+1
| * fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi2024-09-241-0/+1
| * fs/fuse: convert to use invalid_mnt_idmapAlexander Mikhalitsyn2024-09-233-28/+27
| * fs/mnt_idmapping: introduce an invalid_mnt_idmapAlexander Mikhalitsyn2024-09-231-2/+20
| * fs/fuse: introduce and use fuse_simple_idmap_request() helperAlexander Mikhalitsyn2024-09-239-46/+60
| * fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flagAlexander Mikhalitsyn2024-09-231-2/+2
| * fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPENMiklos Szeredi2024-09-191-5/+2
| * virtio_fs: allow idmapped mountsAlexander Mikhalitsyn2024-09-181-0/+1
| * fuse: allow idmapped mountsAlexander Mikhalitsyn2024-09-041-3/+9
| * fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn2024-09-041-0/+8
| * fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn2024-09-041-1/+2
| * fuse: support idmapped ->rename opAlexander Mikhalitsyn2024-09-041-4/+5
| * fuse: support idmapped ->set_aclAlexander Mikhalitsyn2024-09-041-2/+2
| * fuse: drop idmap argument from __fuse_get_aclAlexander Mikhalitsyn2024-09-041-4/+2
| * fuse: support idmapped ->setattr opAlexander Mikhalitsyn2024-09-043-14/+26
| * fuse: support idmapped ->permission inode opAlexander Mikhalitsyn2024-09-041-2/+2
| * fuse: support idmapped getattr inode opAlexander Mikhalitsyn2024-09-041-20/+24
| * fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn2024-09-041-18/+20
| * fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn2024-09-041-7/+12
| * fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn2024-09-049-44/+47
| * fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn2024-09-042-12/+39
| * namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn2024-09-041-0/+4
| * fuse: use correct name fuse_conn_list in docstringAurelien Aptel2024-08-291-1/+1
| * fuse: add simple request tracepointsJosef Bacik2024-08-293-0/+140
| * fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong2024-08-291-46/+57
| * fuse: move fuse file initialization to wpa allocation timeJoanne Koong2024-08-291-4/+2
| * fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong2024-08-291-7/+7
| * fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong2024-08-291-12/+6
| * fuse: refactor finished writeback stats updates into helper functionJoanne Koong2024-08-291-17/+14
| * fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong2024-08-291-4/+3
| * fuse: add fast path for fuse_range_is_writebackyangyun2024-08-291-3/+3
| * fuse: cleanup request queuing towards virtiofsMiklos Szeredi2024-08-293-113/+106
* | Merge tag 'exfat-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-247-127/+174
|\ \
| * | exfat: resolve memory leak from exfat_create_upcase_table()Daniel Yang2024-09-231-1/+4
| * | exfat: move extend valid_size into ->page_mkwrite()Yuezhang Mo2024-09-231-25/+45
| * | exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo2024-09-181-5/+5
| * | exfat: Implement sops->shutdown and ioctlDongliang Cui2024-09-185-0/+96
| * | exfat: do not fallback to buffered writeYuezhang Mo2024-09-175-74/+15
| * | exfat: drop ->i_size_ondiskYuezhang Mo2024-09-175-25/+12
* | | Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-2420-460/+738
|\ \ \
| * | | f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim2024-09-231-1/+2
| * | | f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong2024-09-131-2/+1
| * | | f2fs: remove unused parametersliuderong2024-09-124-9/+7
| * | | f2fs: fix to don't panic system for no free segment fault injectionChao Yu2024-09-111-3/+3
| * | | f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error()Chao Yu2024-09-111-4/+6
| * | | f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong2024-09-116-7/+22
| * | | f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong2024-09-113-3/+17
| * | | f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong2024-09-112-7/+18
| * | | f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong2024-09-112-2/+11