Linux Filesystem Development
[Prev Page][Next Page]
- [PATCH v1] mount: handle OOM on mnt_warn_timestamp_expiry,
Olaf Hering
- [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer, alexs
- [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install, alexs
- [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit, alexs
- [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free(), alexs
- [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions, alexs
- [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole, alexs
- Forcing vmscan to drop more (related) pages?,
Qu Wenruo
- [PATCHSET][RFC] struct fd and memory safety,
Al Viro
- [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops, viro
- [PATCH 02/39] introduce fd_file(), convert all accessors to it., viro
- [PATCH 03/39] struct fd: representation change, viro
- [PATCH 04/39] add struct fd constructors, get rid of __to_fd(), viro
- [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range(), viro
- [PATCH 06/39] net/socket.c: switch to CLASS(fd), viro
- [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that, viro
- [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...), viro
- [PATCH 09/39] timerfd: switch to CLASS(fd, ...), viro
- [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd), viro
- [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor, viro
- [PATCH 12/39] do_mq_notify(): saner skb freeing on failures, viro
- [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...), viro
- [PATCH 14/39] simplify xfs_find_handle() a bit, viro
- [PATCH 15/39] convert vmsplice() to CLASS(fd, ...), viro
- [PATCH 16/39] convert __bpf_prog_get() to CLASS(fd, ...), viro
- [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper, viro
- [PATCH 18/39] bpf maps: switch to CLASS(fd, ...), viro
- [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...), viro
- [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it., viro
- [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput(), viro
- [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget(), viro
- [PATCH 23/39] fdget(), trivial conversions, viro
- [PATCH 24/39] fdget(), more trivial conversions, viro
- [PATCH 25/39] convert do_preadv()/do_pwritev(), viro
- [PATCH 26/39] convert cachestat(2), viro
- [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use, viro
- [PATCH 28/39] convert spu_run(2), viro
- [PATCH 29/39] convert media_request_get_by_fd(), viro
- [PATCH 30/39] convert coda_parse_fd(), viro
- [PATCH 31/39] convert cifs_ioctl_copychunk(), viro
- [PATCH 32/39] convert vfs_dedupe_file_range()., viro
- [PATCH 33/39] convert do_select(), viro
- [PATCH 34/39] do_pollfd(): convert to CLASS(fd), viro
- [PATCH 35/39] convert bpf_token_create(), viro
- [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd), viro
- [PATCH 37/39] memcg_write_event_control(): switch to CLASS(fd), viro
- [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...), viro
- [PATCH 39/39] deal with the last remaing boolean uses of fd_file(), viro
- Re: [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops, Michal Hocko
- Re: [PATCHSET][RFC] struct fd and memory safety, Al Viro
- Re: [PATCHSET][RFC] struct fd and memory safety, Josef Bacik
- Re: [PATCHSET][RFC] struct fd and memory safety, Al Viro
- Re: [PATCHSET][RFC] struct fd and memory safety, Jason Gunthorpe
- Re: [PATCHSET][RFC] struct fd and memory safety, Christian Brauner
- [PATCHSET v3] struct fd and memory safety, Al Viro
- [PATCH v3 01/28] net/socket.c: switch to CLASS(fd), Al Viro
- [PATCH v3 07/28] do_mq_notify(): switch to CLASS(fd), Al Viro
- [PATCH v3 05/28] switch netlink_getsockbyfilp() to taking descriptor, Al Viro
- [PATCH v3 12/28] o2hb_region_dev_store(): avoid goto around fdget()/fdput(), Al Viro
- [PATCH v3 09/28] convert vmsplice() to CLASS(fd), Al Viro
- [PATCH v3 11/28] introduce "fd_pos" class, convert fdget_pos() users to it., Al Viro
- [PATCH v3 08/28] simplify xfs_find_handle() a bit, Al Viro
- [PATCH v3 13/28] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget(), Al Viro
- [PATCH v3 17/28] convert cachestat(2), Al Viro
- [PATCH v3 10/28] fdget_raw() users: switch to CLASS(fd_raw), Al Viro
- [PATCH v3 20/28] convert media_request_get_by_fd(), Al Viro
- [PATCH v3 19/28] convert spu_run(2), Al Viro
- [PATCH v3 21/28] convert cifs_ioctl_copychunk(), Al Viro
- [PATCH v3 22/28] convert vfs_dedupe_file_range()., Al Viro
- [PATCH v3 24/28] do_pollfd(): convert to CLASS(fd), Al Viro
- [PATCH v3 15/28] fdget(), more trivial conversions, Al Viro
- [PATCH v3 26/28] memcg_write_event_control(): switch to CLASS(fd), Al Viro
- [PATCH v3 18/28] switch spufs_calls_{get,put}() to CLASS() use, Al Viro
- [PATCH v3 14/28] fdget(), trivial conversions, Al Viro
- [PATCH v3 23/28] convert do_select(), Al Viro
- [PATCH v3 28/28] deal with the last remaing boolean uses of fd_file(), Al Viro
- [PATCH v3 16/28] convert do_preadv()/do_pwritev(), Al Viro
- [PATCH v3 27/28] css_set_fork(): switch to CLASS(fd_raw, ...), Al Viro
- [PATCH v3 25/28] assorted variants of irqfd setup: convert to CLASS(fd), Al Viro
- [PATCH v3 02/28] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range(), Al Viro
- [PATCH v3 04/28] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd), Al Viro
- [PATCH v3 03/28] timerfd: switch to CLASS(fd), Al Viro
- [PATCH v3 06/28] do_mq_notify(): saner skb freeing on failures, Al Viro
- Re: [PATCH v3 01/28] net/socket.c: switch to CLASS(fd), Simon Horman
- Are jump labels broken on 6.11-rc1?,
Darrick J. Wong
- [PATCH v2 0/2] fuse: add timeout option for requests,
Joanne Koong
- [PATCH] filelock: fix name of file_lease slab cache,
Omar Sandoval
- [PATCH] quotaio_xfs: Fix memory leak,
Pavel Reichl
- [PATCH 0/5] sysctl: prepare sysctl core for const struct ctl_table,
Thomas Weißschuh
- [PATCH] fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY, Andrii Nakryiko
- [PATCH 00/24] netfs: Read/write improvements,
David Howells
- [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check, David Howells
- [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr, David Howells
- [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats, David Howells
- [PATCH 04/24] netfs: Record contention stats for writeback lock, David Howells
- [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write(), David Howells
- [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode, David Howells
- [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream, David Howells
- [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown, David Howells
- [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE, David Howells
- [PATCH 10/24] netfs: Set the request work function upon allocation, David Howells
- [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock, David Howells
- [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios, David Howells
- [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs, David Howells
- [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter, David Howells
- [PATCH 15/24] netfs: Provide an iterator-reset function, David Howells
- [PATCH 16/24] netfs: Simplify the writeback code, David Howells
- [PATCH 17/24] afs: Make read subreqs async, David Howells
- [PATCH 18/24] netfs: Speed up buffered reading, David Howells
- [PATCH 19/24] netfs: Remove fs/netfs/io.c, David Howells
- [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF, David Howells
- [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination, David Howells
- [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing, David Howells
- [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray, David Howells
- [PATCH 24/24] cifs: Don't support ITER_XARRAY, David Howells
- Re: (subset) [PATCH 00/24] netfs: Read/write improvements, Christian Brauner
- Re: (subset) [PATCH 00/24] netfs: Read/write improvements, Christian Brauner
- [viro-vfs:work.fd 28/39] arch/powerpc/platforms/cell/spu_syscalls.c:59:1: error: a function declaration without a prototype is deprecated in all versions of C, kernel test robot
- [viro-vfs:work.fd 28/39] include/linux/cleanup.h:111:21: error: function declaration isn't a prototype,
kernel test robot
- exfat: slow write performance,
Vincent
- [PATCH v4 0/7] Make core VMA operations internal and testable,
Lorenzo Stoakes
- [PATCH v2] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag,
Max Kellermann
- [PATCH] fs/netfs/fscache_io: remove the obsolete "using_pgpriv2" flag,
Max Kellermann
- [PATCH] fs/ceph/addr: pass using_pgpriv2=false to fscache_write_to_cache(),
Max Kellermann
- Testing if two open descriptors refer to the same inode,
Florian Weimer
- [PATCH resend v4 00/11] Improve the copy of task comm,
Yafang Shao
- [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 03/11] security: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 08/11] tsacct: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 09/11] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 10/11] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 11/11] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
- Re: [PATCH resend v4 00/11] Improve the copy of task comm, Jani Nikula
- Re: [PATCH resend v4 00/11] Improve the copy of task comm, Andrew Morton
- [PATCH] fs/writeback: fix kernel-doc warnings,
Haifeng Xu
- Why do very few filesystems have umount helpers,
Steve French
- [PATCH v3] hfsplus: Initialize subfolders value in hfsplus_init_once, Siddharth Menon
- [PATCH AUTOSEL 6.10 33/34] ext4: sanity check for NULL pointer after ext4_force_shutdown, Sasha Levin
- [PATCH AUTOSEL 4.19 1/3] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 5.4 1/3] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 5.10 1/6] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 5.15 1/6] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 6.1 1/8] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 6.6 1/9] fs: remove accidental overflow during wraparound check, Sasha Levin
- [PATCH AUTOSEL 6.10 02/16] fs: remove accidental overflow during wraparound check,
Sasha Levin
- [Patch] Fixed-fs-file_table_c-Missing-blank-line-warnings-an.patch,
mohitpawar
- [PATCH v2] hfsplus: Initialize directory subfolders in hfsplus_mknod,
Siddharth Menon
- hfsplus: Initialize directory subfolders in hfsplus_mknod,
Siddharth Menon
- [PATCH v1 0/3] mm: split PTE/PMD PT table Kconfig cleanups+clarifications,
David Hildenbrand
- [PATCH v11 00/10] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH v11 02/10] filemap: allocate mapping_min_order folios in the page cache, Pankaj Raghav (Samsung)
- [PATCH v11 03/10] readahead: allocate folios with mapping_min_order in readahead, Pankaj Raghav (Samsung)
- [PATCH v11 04/10] mm: split a folio in minimum folio order chunks, Pankaj Raghav (Samsung)
- [PATCH v11 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range(), Pankaj Raghav (Samsung)
- [PATCH v11 07/10] xfs: use kvmalloc for xattr buffers, Pankaj Raghav (Samsung)
- [PATCH v11 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH v11 08/10] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v11 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH v11 10/10] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH v11 01/10] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- Re: [PATCH v11 00/10] enable bs > ps in XFS, Pankaj Raghav (Samsung)
- [PATCH v3] proc: add config & param to block forcing mem writes,
Adrian Ratiu
- [PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs,
Matt Bobrowski
- [PATCH 0/2] fuse: add no forget support,
yangyun
- [syzbot] [f2fs?] WARNING in rcu_sync_dtor,
syzbot
- [git pull] (very belated) struct file leak fixes,
Al Viro
- [PATCH v2] scripts: reduce false positives in the macro_checker script., Julian Sun
- Re: [Bug 219094] gen_kheaders.sh gets stuck in an infinite loop (on tmpfs),
Hugh Dickins
- [PATCH bpf-next 0/2] Add kfuncs to support reading xattr from dentry,
Song Liu
- [PATCH 00/10] fanotify: add pre-content hooks,
Josef Bacik
- [PATCH 01/10] fanotify: don't skip extra event info if no info_mode is set, Josef Bacik
- [PATCH 02/10] fsnotify: introduce pre-content permission event, Josef Bacik
- [PATCH 03/10] fsnotify: generate pre-content permission event on open, Josef Bacik
- [PATCH 04/10] fanotify: introduce FAN_PRE_ACCESS permission event, Josef Bacik
- [PATCH 05/10] fanotify: introduce FAN_PRE_MODIFY permission event, Josef Bacik
- [PATCH 06/10] fanotify: pass optional file access range in pre-content event, Josef Bacik
- [PATCH 07/10] fanotify: rename a misnamed constant, Josef Bacik
- [PATCH 08/10] fanotify: report file range info with pre-content events, Josef Bacik
- [PATCH 09/10] fanotify: allow to set errno in FAN_DENY permission response, Josef Bacik
- [PATCH 10/10] fsnotify: generate pre-content permission event on page fault, Josef Bacik
- [PATCH] fuse: check aborted connection before adding requests to pending list for resending,
Joanne Koong
- [PATCH v8 0/8] File abstractions needed by Rust Binder,
Alice Ryhl
- [PATCH] scripts: reduce false positives in the macro_checker script.,
Julian Sun
- [PATCH] netfs: Fix dependency of NETFS_DEBUG, Geert Uytterhoeven
- [PATCH] hostfs: fix the host directory parse when mounting.,
Hongbo Li
- [PATCH] fs: don't flush in-flight wb switches for superblocks without cgroup writeback,
Haifeng Xu
- [GIT PULL] sysctl constification changes for v6.11-rc1,
Joel Granados
- [PATCH] fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNT,
Seth Forshee (DigitalOcean)
- [linus:master] [filemap] 9aac777aaf: phoronix-test-suite.iozone.1MB.512MB.WritePerformance.mb_s -14.0% regression,
kernel test robot
- Software encryption at fscrypt causing the filesystem access unresponsive,
Yuvaraj Ranganathan
- [PATCH RFC 0/2] Add an fcntl() to check file creation,
Christian Brauner
- [PATCH] cachefiles: Fix non-taking of sb_writers around set/removexattr,
David Howells
- [RFC PATCH 0/2] fuse: Add timeout support for fuse connection,
Yafang Shao
- [GIT PULL] trivial unicode patches for 6.11,
Gabriel Krisman Bertazi
- [PATCH] proc: add config & param to block forcing mem writes,
Adrian Ratiu
- [PATCH] mm: drop inappropriate includes, Lorenzo Stoakes
- [no subject], Unknown
- [PATCH] filelock: Fix fcntl/close race recovery compat path,
Jann Horn
- [PATCH] filelock: add file path in lock_get_status() to show more debug info,
Yuwei Guan
- [PATCH 6.10 6/9] cifs: Fix setting of zero_point after DIO write, Greg Kroah-Hartman
- [PATCH 6.10 5/9] cifs: Fix server re-repick on subrequest retry, Greg Kroah-Hartman
- [PATCH 6.10 3/9] cifs: Fix missing fscache invalidation, Greg Kroah-Hartman
- [PATCH 6.10 2/9] cifs: Fix missing error code set, Greg Kroah-Hartman
- [PATCH v2] exfat: check disk status during buffer write,
Dongliang Cui
- [PATCH] scripts: add macro_checker script to check unused parameters in macros,
Julian Sun
- [PATCH] vfs: Fix potential circular locking through setxattr() and removexattr(),
David Howells
- State of removing page->index, Matthew Wilcox
- [PATCH v3 0/2] Introduce tracepoint for hugetlbfs,
Hongbo Li
- [PATCH printk v3 00/19] add threaded printing + the rest,
John Ogness
- [GIT PULL] bcachefs fixes for 6.11-rc1,
Kent Overstreet
- Re: [RFC PATCH] lsm: add the inode_free_security_rcu() LSM implementation hook,
Matus Jokay
- [PATCH v3 0/7] Make core VMA operations internal and testable,
Lorenzo Stoakes
[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]