Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCHES] file->f_path safety and struct path constifications, (continued)
- Re: [PATCHES] file->f_path safety and struct path constifications, Al Viro
- [PATCH 01/21] backing_file_user_path(): constify struct path *, Al Viro
- Re: [PATCH 01/21] backing_file_user_path(): constify struct path *, Jan Kara
- [PATCH 18/21] ovl_sync_file(): constify path argument, Al Viro
- [PATCH 02/21] constify path argument of vfs_statx_path(), Al Viro
- [PATCH 17/21] ovl_lower_dir(): constify path argument, Al Viro
- [PATCH 06/21] nfs: constify path argument of __vfs_getattr(), Al Viro
- [PATCH 19/21] ovl_is_real_file: constify realpath argument, Al Viro
- [PATCH 10/21] ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *, Al Viro
- [PATCH 09/21] check_export(): constify path argument, Al Viro
- [PATCH 13/21] ksmbd_vfs_set_init_posix_acl(): constify path argument, Al Viro
- [PATCH 12/21] ksmbd_vfs_inherit_posix_acl(): constify path argument, Al Viro
- [PATCH 03/21] filename_lookup(): constify root argument, Al Viro
- [PATCH 16/21] ovl_get_verity_digest(): constify path argument, Al Viro
- [PATCH 07/21] rqst_exp_get_by_name(): constify path argument, Al Viro
- [PATCH 11/21] ksmbd_vfs_kern_path_unlock(): constify path argument, Al Viro
- [PATCH 14/21] ovl_ensure_verity_loaded(): constify datapath argument, Al Viro
- [PATCH 04/21] done_path_create(): constify path argument, Al Viro
- [PATCH 15/21] ovl_validate_verity(): constify {meta,data}path arguments, Al Viro
- [PATCH 08/21] export_operations->open(): constify path argument, Al Viro
- [PATCH 05/21] bpf...d_path(): constify path argument, Al Viro
- [PATCH 21/21] configfs:get_target() - release path as soon as we grab configfs_item reference, Al Viro
- [PATCH 20/21] apparmor/af_unix: constify struct path * arguments, Al Viro
- [PATCH 2/2] Have cc(1) catch attempts to modify ->f_path, Al Viro
- [PATCH 1/2] kernel/acct.c: saner struct file treatment, Al Viro
- regression, btrfs mount failure when multiple rescue mount options used,
Chris Murphy
- [SECURITY] [PATCH V2] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc(),
k.chen
- [RFC] a possible way of reducing the PITA of ->d_name audits,
Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Linus Torvalds
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Linus Torvalds
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, NeilBrown
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, NeilBrown
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, NeilBrown
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, Al Viro
- ->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits), Al Viro
- Re: ->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits), Al Viro
- [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...)), Al Viro
- Re: [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...)), NeilBrown
- Re: [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...)), Linus Torvalds
- [PATCH 5/9] simplify vboxsf_dir_atomic_open(), Al Viro
- [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open(), Al Viro
- [PATCH 9/9] slightly simplify nfs_atomic_open(), Al Viro
- [PATCH 4/9] simplify cifs_atomic_open(), Al Viro
- [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl(), Al Viro
- [PATCH 7/9] simplify fuse_atomic_open(), Al Viro
- [PATCH 6/9] simplify nfs_atomic_open_v23(), Al Viro
- [PATCH 8/9] simplify gfs2_atomic_open(), Al Viro
- Re: ->atomic_open() fun (was Re: [RFC] a possible way of reducing the PITA of ->d_name audits), Miklos Szeredi
- Re: [RFC] a possible way of reducing the PITA of ->d_name audits, NeilBrown
- [PATCH v2] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch(),
Yongjian Sun
- [PATCH 00/16] expand mmap_prepare functionality, port more users,
Lorenzo Stoakes
- Re: [PATCH 00/16] expand mmap_prepare functionality, port more users, Alexander Gordeev
- Re: [PATCH 00/16] expand mmap_prepare functionality, port more users, Jan Kara
- [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs, Lorenzo Stoakes
- [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare, Lorenzo Stoakes
- [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers, Lorenzo Stoakes
- [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion, Lorenzo Stoakes
- [PATCH 04/16] relay: update relay to use mmap_prepare, Lorenzo Stoakes
- [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete, Lorenzo Stoakes
- [PATCH 02/16] device/dax: update devdax to use mmap_prepare, Lorenzo Stoakes
- [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort], Lorenzo Stoakes
- [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort, Lorenzo Stoakes
- [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete, Lorenzo Stoakes
- [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete, Lorenzo Stoakes
- [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete], Lorenzo Stoakes
- [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete, Lorenzo Stoakes
- [PATCH 11/16] mm: update mem char driver to use mmap_prepare, mmap_complete, Lorenzo Stoakes
- [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete(), Lorenzo Stoakes
- [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks, Lorenzo Stoakes
- [PATCH] initrd: Fix unused variable warning in rd_load_image() on s390,
Thorsten Blum
- [PATCH 0/2] iomap: ->iomap_end() error handling fixes,
Brian Foster
- [PATCH] readahead: Add trace points,
Jan Kara
- [PATCH v6 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL,
Ethan Ferguson
- [PATCH v2] ceph: add in MAINTAINERS bug tracking system info,
Viacheslav Dubeyko
- [PATCH v2 00/16] fuse: use iomap for buffered reads + readahead,
Joanne Koong
- [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller, Joanne Koong
- [PATCH v2 07/16] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter(), Joanne Koong
- [PATCH v2 02/16] iomap: move read/readahead bio submission logic into helper function, Joanne Koong
- [PATCH v2 03/16] iomap: rename cur_folio_in_bio to folio_owned, Joanne Koong
- [PATCH v2 08/16] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx, Joanne Koong
- [PATCH v2 04/16] iomap: store read/readahead bio generically, Joanne Koong
- [PATCH v2 16/16] fuse: remove fc->blkbits workaround for partial writes, Joanne Koong
- [PATCH v2 01/16] iomap: move async bio read logic into helper function, Joanne Koong
- [PATCH v2 09/16] iomap: add public start/finish folio read helpers, Joanne Koong
- [PATCH v2 14/16] fuse: use iomap for read_folio, Joanne Koong
- [PATCH v2 06/16] iomap: iterate over entire folio in iomap_readpage_iter(), Joanne Koong
- [PATCH v2 10/16] iomap: make iomap_read_folio_ctx->folio_owned internal, Joanne Koong
- [PATCH v2 12/16] iomap: add bias for async read requests, Joanne Koong
- [PATCH v2 13/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard, Joanne Koong
- [PATCH v2 15/16] fuse: use iomap for readahead, Joanne Koong
- [PATCH v2 11/16] iomap: add caller-provided callbacks for read and readahead, Joanne Koong
- [PATCH v2 0/8] VFS: more prep for change to directory locking,
NeilBrown
- [PATCH] fs/proc/namespaces: make ns_entries const, Max Kellermann
- [PATCH] fs: expand dump_inode(), Mateusz Guzik
- [PATCH] fs: use the switch statement in init_special_inode(),
Mateusz Guzik
- [PATCH] fs/fuse: fix potential memory leak from fuse_uring_cancel,
Jian Huang Li
- [WIP RFC PATCH v2 00/10] i_state accessors + I_WILL_FREE removal,
Mateusz Guzik
- [PATCH V10 0/5] riscv: mm: Add soft-dirty and uffd-wp support,
Chunyan Zhang
- [PATCH v2 00/16] expand mmap_prepare functionality, port more users,
Lorenzo Stoakes
- Re: [PATCH v2 00/16] expand mmap_prepare functionality, port more users, Andrew Morton
- [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs, Lorenzo Stoakes
- [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion, Lorenzo Stoakes
- [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions, Lorenzo Stoakes
- [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers, Lorenzo Stoakes
- [PATCH v2 12/16] mm: update resctl to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 16/16] kcov: update kcov to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 04/16] relay: update relay to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 02/16] device/dax: update devdax to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 13/16] mm: update cramfs to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare, Lorenzo Stoakes
- [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete](), Lorenzo Stoakes
- [PATCH v2 11/16] mm: update mem char driver to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete(), Lorenzo Stoakes
- [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare, Lorenzo Stoakes
- [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc, Lorenzo Stoakes
- [PATCHSET RFC v2 00/10] add support for name_to, open_by_handle_at() to io_uring,
Thomas Bertschinger
- [PATCH 04/10] fhandle: create do_filp_path_open() helper, Thomas Bertschinger
- [PATCH 05/10] fhandle: make do_filp_path_open() take struct open_flags, Thomas Bertschinger
- [PATCH 08/10] io_uring: add __io_open_prep() helper, Thomas Bertschinger
- [PATCH 06/10] exportfs: allow VFS flags in struct file_handle, Thomas Bertschinger
- [PATCH 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup, Thomas Bertschinger
- [PATCH 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT, Thomas Bertschinger
- [PATCH 10/10] xfs: add support for non-blocking fh_to_dentry(), Thomas Bertschinger
- [PATCH 03/10] fhandle: helper for allocating, reading struct file_handle, Thomas Bertschinger
- [PATCH 01/10] fhandle: create helper for name_to_handle_at(2), Thomas Bertschinger
- [PATCH 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT, Thomas Bertschinger
- [PATCH v4] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch(),
Yongjian Sun
- [RFC PATCH v3 0/4] ->i_state accessors,
Mateusz Guzik
- [PATCHES] simple part of ->d_name stuff,
Al Viro
- [PATCH v2] fs/fuse: fix potential memory leak from fuse_uring_cancel,
Jian Huang Li
- [PATCH v2] fs: expand dump_inode(), Mateusz Guzik
- [PATCH v1] exfat: support modifying mount options via remount,
Yuezhang Mo
- [PATCH v2] initrd: Fix unused variable warning in rd_load_image() on s390, Thorsten Blum
- [PATCH v11 0/5] riscv: mm: Add soft-dirty and uffd-wp support,
Chunyan Zhang
- [PATCH v2] fanotify: add watchdog for permission events,
Miklos Szeredi
- Re: [PATCH 1/3] perf/core: Fix address filter match with backing files, Amir Goldstein
- Re: [PATCH 2/3] perf/core: Fix MMAP event path names with backing files, Amir Goldstein
- [PATCH 0/4] writeback: Avoid lockups when switching inodes,
Jan Kara
- [PATCH v2] readahead: Add trace points,
Jan Kara
- [PATCH RESEND] fs/namespace: describe @pinned parameter in do_lock_mount(),
Suchit Karunakaran
- FUSE + Linux filesystem capabilities (2025),
Scott Bauersfeld
- [PATCH] hfs: introduce KUnit tests for HFS string operations,
Viacheslav Dubeyko
- [PATCH v3] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch(),
Yongjian Sun
- [syzbot] [fs?] WARNING in sysfs_emit_at,
syzbot
- Re: [PATCH v2 1/4] dcache: sweep cached negative dentries to the end of list of siblings, Diangang Li
- [PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers,
Zhang Yi
- [PATCH 00/32] ns: support file handles,
Christian Brauner
- [PATCH 12/32] uts: use ns_common_init(), Christian Brauner
- [PATCH 01/32] pidfs: validate extensible ioctls, Christian Brauner
- [PATCH 24/32] uts: support iterator, Christian Brauner
- [PATCH 19/32] ipc: support iterator, Christian Brauner
- [PATCH 30/32] tools: update nsfs.h uapi header, Christian Brauner
- [PATCH 04/32] ns: move to_ns_common() to ns_common.h, Christian Brauner
- [PATCH 20/32] net: support iterator, Christian Brauner
- [PATCH 05/32] nsfs: add nsfs.h header, Christian Brauner
- [PATCH 22/32] time: support iterator, Christian Brauner
- [PATCH 25/32] ns: add to_<type>_ns() to respective headers, Christian Brauner
- [PATCH 17/32] mnt: support iterator, Christian Brauner
- [syzbot ci] Re: ns: support file handles, syzbot ci
- [PATCH 16/32] nstree: make iterator generic, Christian Brauner
- [PATCH 32/32] selftests/namespaces: add file handle selftests, Christian Brauner
- [PATCH 15/32] ns: remove ns_alloc_inum(), Christian Brauner
- [PATCH 08/32] ipc: use ns_common_init(), Christian Brauner
- [PATCH 13/32] user: use ns_common_init(), Christian Brauner
- [PATCH 10/32] pid: use ns_common_init(), Christian Brauner
- [PATCH 06/32] ns: uniformly initialize ns_common, Christian Brauner
- [PATCH 07/32] mnt: use ns_common_init(), Christian Brauner
- [PATCH 09/32] cgroup: use ns_common_init(), Christian Brauner
- [PATCH 03/32] block: use extensible_ioctl_valid(), Christian Brauner
- [PATCH 21/32] pid: support iterator, Christian Brauner
- [PATCH 26/32] nsfs: add current_in_namespace(), Christian Brauner
- [PATCH 18/32] cgroup: support iterator, Christian Brauner
- [PATCH 23/32] userns: support iterator, Christian Brauner
- [PATCH 28/32] nsfs: support exhaustive file handles, Christian Brauner
- [PATCH 14/32] net: use ns_common_init(), Christian Brauner
- [PATCH 29/32] nsfs: add missing id retrieval support, Christian Brauner
- [PATCH 27/32] nsfs: support file handles, Christian Brauner
- [PATCH 31/32] selftests/namespaces: add identifier selftests, Christian Brauner
- [PATCH 02/32] nsfs: validate extensible ioctls, Christian Brauner
- [PATCH 11/32] time: use ns_common_init(), Christian Brauner
- [PATCH v5] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch(), Yongjian Sun
- buggered I_CREATING implementation?,
Mateusz Guzik
- [PATCH] ceph: cleanup in check_new_map() method, Viacheslav Dubeyko
- [PATCH] fs/netfs: fix reference leak, Max Kellermann
- [PATCHES] nfsctl fix and cleanups,
Al Viro
- [PATCH v2] hfs: introduce KUnit tests for HFS string operations,
Viacheslav Dubeyko
- [PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL,
Ethan Ferguson
- [linux-next20250911]Kernel OOPs while running generic/256 on Pmem device,
Venkat Rao Bagalkote
- [PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections,
pengdonglin
- [PATCH] initramfs: Use struct_size() helper to improve dir_add(), Thorsten Blum
- [PATCH] initramfs: Replace strcpy() with strscpy() in find_link(),
Thorsten Blum
- [PATCH] initrd: Use str_plural() in rd_load_image(),
Thorsten Blum
- [PATCH v6 00/11] Direct Map Removal Support for guest_memfd,
Roy, Patrick
- [PATCH v6 04/11] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate, Roy, Patrick
- [PATCH v6 10/11] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests, Roy, Patrick
- [PATCH v6 07/11] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1, Roy, Patrick
- [PATCH v6 11/11] KVM: selftests: Test guest execution from direct map removed gmem, Roy, Patrick
- [PATCH v6 02/11] arch: export set_direct_map_valid_noflush to KVM module, Roy, Patrick
- [PATCH v6 09/11] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape, Roy, Patrick
- [PATCH v6 06/11] KVM: selftests: load elf via bounce buffer, Roy, Patrick
- [PATCH v6 08/11] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types, Roy, Patrick
- [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio(), Roy, Patrick
- [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP, Roy, Patrick
- [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map, Roy, Patrick
- [PATCH v2 0/4] writeback: Avoid lockups when switching inodes,
Jan Kara
- [PATCH v2 00/33] ns: support file handles,
Christian Brauner
- [PATCH v2 28/33] nsfs: support file handles, Christian Brauner
- [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers, Christian Brauner
- [PATCH v2 18/33] mnt: support ns lookup, Christian Brauner
- [PATCH v2 17/33] nstree: make iterator generic, Christian Brauner
- [PATCH v2 32/33] selftests/namespaces: add identifier selftests, Christian Brauner
- [PATCH v2 33/33] selftests/namespaces: add file handle selftests, Christian Brauner
- [PATCH v2 02/33] nsfs: drop tautological ioctl() check, Christian Brauner
- [PATCH v2 16/33] ns: remove ns_alloc_inum(), Christian Brauner
- [PATCH v2 09/33] ipc: use ns_common_init(), Christian Brauner
- [PATCH v2 14/33] user: use ns_common_init(), Christian Brauner
- [PATCH v2 03/33] nsfs: validate extensible ioctls, Christian Brauner
- [PATCH v2 12/33] pid: use ns_common_init(), Christian Brauner
- [PATCH v2 07/33] ns: uniformly initialize ns_common, Christian Brauner
- [PATCH v2 10/33] mnt: use ns_common_init(), Christian Brauner
- [PATCH v2 08/33] cgroup: use ns_common_init(), Christian Brauner
- [PATCH v2 22/33] pid: support ns lookup, Christian Brauner
- [PATCH v2 13/33] time: use ns_common_init(), Christian Brauner
- [PATCH v2 04/33] block: use extensible_ioctl_valid(), Christian Brauner
- [PATCH v2 15/33] uts: use ns_common_init(), Christian Brauner
- [PATCH v2 25/33] uts: support ns lookup, Christian Brauner
- [PATCH v2 01/33] pidfs: validate extensible ioctls, Christian Brauner
- [PATCH v2 31/33] tools: update nsfs.h uapi header, Christian Brauner
- [PATCH v2 27/33] nsfs: add current_in_namespace(), Christian Brauner
- [PATCH v2 20/33] ipc: support ns lookup, Christian Brauner
- [PATCH v2 19/33] cgroup: support ns lookup, Christian Brauner
- [PATCH v2 24/33] user: support ns lookup, Christian Brauner
- [PATCH v2 05/33] ns: move to_ns_common() to ns_common.h, Christian Brauner
- [PATCH v2 21/33] net: support ns lookup, Christian Brauner
- [PATCH v2 06/33] nsfs: add nsfs.h header, Christian Brauner
- [PATCH v2 30/33] nsfs: add missing id retrieval support, Christian Brauner
- [PATCH v2 11/33] net: use ns_common_init(), Christian Brauner
- [PATCH v2 29/33] nsfs: support exhaustive file handles, Christian Brauner
- [PATCH v2 23/33] time: support ns lookup, Christian Brauner
- [PATCH] ext4: fix an off-by-one issue during moving extents,
Zhang Yi
- ANNOUNCE: nfs-utils-2.8.4 released., Steve Dickson
- [PATCH] inode: Relax RWF_NOWAIT restriction for EINTR in file_modified_flags(), Pavel Emelyanov
- [PATCH (REPOST)] jfs: Verify inode mode when loading from disk,
Tetsuo Handa
- [PATCH v3 00/10] add support for name_to, open_by_handle_at() to io_uring,
Thomas Bertschinger
- [PATCH v3 04/10] fhandle: create do_file_handle_open() helper, Thomas Bertschinger
- [PATCH v3 05/10] fhandle: make do_file_handle_open() take struct open_flags, Thomas Bertschinger
- [PATCH v3 08/10] io_uring: add __io_open_prep() helper, Thomas Bertschinger
- [PATCH v3 06/10] exportfs: allow VFS flags in struct file_handle, Thomas Bertschinger
- [PATCH v3 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT, Thomas Bertschinger
- [PATCH v3 03/10] fhandle: helper for allocating, reading struct file_handle, Thomas Bertschinger
- [PATCH v3 10/10] xfs: add support for non-blocking fh_to_dentry(), Thomas Bertschinger
- [PATCH v3 07/10] exportfs: new FILEID_CACHED flag for non-blocking fh lookup, Thomas Bertschinger
- [PATCH v3 01/10] fhandle: create helper for name_to_handle_at(2), Thomas Bertschinger
- [PATCH v3 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT, Thomas Bertschinger
- [PATCH v5] hfs: update sanity check of the root record, Tetsuo Handa
- [PATCH v5] hfs/hfsplus: rework debug output subsystem, Viacheslav Dubeyko
- [PATCH 00/62] initrd: remove classic initrd support,
Askar Safin
- [PATCH v3] hfs: introduce KUnit tests for HFS string operations, Viacheslav Dubeyko
- [PATCH RESEND 00/62] initrd: remove classic initrd support,
Askar Safin
- Re: [PATCH RESEND 00/62] initrd: remove classic initrd support, Krzysztof Kozlowski
- Re: [PATCH RESEND 00/62] initrd: remove classic initrd support, Askar Safin
- [PATCH RESEND 48/62] init: fix comment, Askar Safin
- [PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h, Askar Safin
- [PATCH RESEND 47/62] init: fix typo: virtul => virtual, Askar Safin
- [PATCH RESEND 44/62] doc: kernel-parameters: remove [RAM] from reserve_mem=, Askar Safin
- [PATCH RESEND 39/62] init: make console_on_rootfs static, Askar Safin
- [PATCH RESEND 50/62] init: rename ramdisk_command_access to initramfs_command_access, Askar Safin
- [PATCH RESEND 38/62] init: remove most headers from init/do_mounts.h, Askar Safin
- [PATCH RESEND 43/62] setsid: inline ksys_setsid into the only caller, Askar Safin
- [PATCH RESEND 51/62] init: rename get_boot_config_from_initrd to get_boot_config_from_initramfs, Askar Safin
- [PATCH RESEND 53/62] init: rename kexec_free_initrd to kexec_free_initramfs, Askar Safin
- [PATCH RESEND 62/62] init: rename CONFIG_RD_ZSTD to CONFIG_INITRAMFS_DECOMPRESS_ZSTD, Askar Safin
- [PATCH RESEND 52/62] init: rename do_retain_initrd to retain_initramfs, Askar Safin
- [PATCH RESEND 49/62] init: rename ramdisk_execute_command to initramfs_execute_command, Askar Safin
- [PATCH RESEND 41/62] init: rename reserve_initrd_mem to reserve_initramfs_mem, Askar Safin
- [PATCH RESEND 40/62] init: rename free_initrd_mem to free_initramfs_mem, Askar Safin
- [PATCH RESEND 45/62] doc: kernel-parameters: replace [RAM] with [INITRAMFS], Askar Safin
- [PATCH RESEND 56/62] init: rename CONFIG_RD_GZIP to CONFIG_INITRAMFS_DECOMPRESS_GZIP, Askar Safin
- [PATCH RESEND 59/62] init: rename CONFIG_RD_XZ to CONFIG_INITRAMFS_DECOMPRESS_XZ, Askar Safin
- [PATCH RESEND 46/62] init: edit docs for initramfs-related configs, Askar Safin
- [PATCH RESEND 54/62] init: arm, x86: deal with some references to initrd, Askar Safin
- [PATCH RESEND 57/62] init: rename CONFIG_RD_BZIP2 to CONFIG_INITRAMFS_DECOMPRESS_BZIP2, Askar Safin
- [PATCH RESEND 58/62] init: rename CONFIG_RD_LZMA to CONFIG_INITRAMFS_DECOMPRESS_LZMA, Askar Safin
- [PATCH RESEND 60/62] init: rename CONFIG_RD_LZO to CONFIG_INITRAMFS_DECOMPRESS_LZO, Askar Safin
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]