Linux Filesystem Development
[Prev Page][Next Page]
Re: [PATCH v6 12/12] mm: constify highmem related functions for improved const-correctness, David Hildenbrand
Re: [PATCH v6 10/12] mm: constify various inline functions for improved const-correctness, David Hildenbrand
Re: [PATCH v6 06/12] mm, s390: constify mapping related test/getter functions, David Hildenbrand
Re: [PATCH v5 00/12] mm: establish const-correctness for pointer parameters, David Hildenbrand
[PATCH 5.10 402/523] move_mount: allow to add a mount into an existing group, Greg Kroah-Hartman
[PATCH 5.4 313/403] move_mount: allow to add a mount into an existing group, Greg Kroah-Hartman
[PATCH v2 00/54] fs: rework inode reference counting,
Josef Bacik
- Re: [PATCH v2 00/54] fs: rework inode reference counting, Mateusz Guzik
- Re: [PATCH v2 00/54] fs: rework inode reference counting, Christian Brauner
- Re: (subset) [PATCH v2 00/54] fs: rework inode reference counting, Christian Brauner
- [syzbot ci] Re: fs: rework inode reference counting, syzbot ci
- [PATCH v2 28/54] fs: remove I_WILL_FREE|I_FREEING check in inode_pin_lru_isolating, Josef Bacik
- [PATCH v2 41/54] xfs: remove I_FREEING check, Josef Bacik
- [PATCH v2 49/54] xfs: remove reference to I_FREEING|I_WILL_FREE, Josef Bacik
- [PATCH v2 27/54] fs: remove I_WILL_FREE|I_FREEING check from __inode_add_lru, Josef Bacik
- [PATCH v2 36/54] ext4: stop checking I_WILL_FREE|IFREEING in ext4_check_map_extents_env, Josef Bacik
- [PATCH v2 05/54] fs: hold an i_obj_count reference in wait_sb_inodes, Josef Bacik
- [PATCH v2 33/54] btrfs: don't check I_WILL_FREE|I_FREEING, Josef Bacik
- [PATCH v2 47/54] pnfs: use i_count refcount to determine if the inode is going away, Josef Bacik
- [PATCH v2 11/54] fs: hold an i_obj_count reference while on the sb inode list, Josef Bacik
- [PATCH v2 35/54] fs: stop checking I_FREEING in d_find_alias_rcu, Josef Bacik
- [PATCH v2 31/54] block: use igrab in sync_bdevs, Josef Bacik
- [PATCH v2 29/54] fs: use inode_tryget in evict_inodes, Josef Bacik
- [PATCH v2 21/54] fs: make evict_inodes add to the dispose list under the i_lock, Josef Bacik
- [PATCH v2 39/54] fs: remove I_WILL_FREE|I_FREEING check from dquot.c, Josef Bacik
- [PATCH v2 32/54] bcachefs: use the refcount instead of I_WILL_FREE|I_FREEING, Josef Bacik
- [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount, Josef Bacik
- [PATCH v2 26/54] fs: use igrab in insert_inode_locked, Josef Bacik
- [PATCH v2 44/54] btrfs: remove references to I_FREEING, Josef Bacik
- [PATCH v2 46/54] ext4: remove reference to I_FREEING in orphan.c, Josef Bacik
- [PATCH v2 25/54] fs: update find_inode_*rcu to check the i_count count, Josef Bacik
- [PATCH v2 34/54] fs: use igrab in drop_pagecache_sb, Josef Bacik
- [PATCH v2 50/54] ocfs2: do not set I_WILL_FREE, Josef Bacik
- [PATCH v2 38/54] gfs2: remove I_WILL_FREE|I_FREEING usage, Josef Bacik
- [PATCH v2 45/54] ext4: remove reference to I_FREEING in inode.c, Josef Bacik
- [PATCH v2 12/54] fs: stop accessing ->i_count directly in f2fs and gfs2, Josef Bacik
- [PATCH v2 08/54] fs: hold an i_obj_count reference in writeback_sb_inodes, Josef Bacik
- [PATCH v2 43/54] fs: change inode_is_dirtytime_only to use refcount, Josef Bacik
- [PATCH v2 03/54] fs: rework iput logic, Josef Bacik
- [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup, Josef Bacik
- [PATCH v2 40/54] notify: remove I_WILL_FREE|I_FREEING checks in fsnotify_unmount_inodes, Josef Bacik
- [PATCH v2 42/54] landlock: remove I_FREEING|I_WILL_FREE check, Josef Bacik
- [PATCH v2 09/54] fs: hold an i_obj_count reference while on the hashtable, Josef Bacik
- [PATCH v2 24/54] fs: use inode_tryget in find_inode*, Josef Bacik
- [PATCH v2 10/54] fs: hold an i_obj_count reference while on the LRU list, Josef Bacik
- [PATCH v2 06/54] fs: hold an i_obj_count reference for the i_wb_list, Josef Bacik
- [PATCH v2 48/54] fs: remove some spurious I_FREEING references in inode.c, Josef Bacik
- [PATCH v2 18/54] fs: change evict_inodes to use iput instead of evict directly, Josef Bacik
- [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab, Josef Bacik
- [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir, Josef Bacik
- [PATCH v2 22/54] fs: convert i_count to refcount_t, Josef Bacik
- [PATCH v2 20/54] fs: disallow 0 reference count inodes, Josef Bacik
- [PATCH v2 07/54] fs: hold an i_obj_count reference for the i_io_list, Josef Bacik
- [PATCH v2 14/54] fs: add an I_LRU flag to the inode, Josef Bacik
- [PATCH v2 04/54] fs: add an i_obj_count refcount to the inode, Josef Bacik
- [PATCH v2 13/54] fs: hold an i_obj_count when we have an i_count reference, Josef Bacik
- [PATCH v2 52/54] fs: remove I_REFERENCED, Josef Bacik
- [PATCH v2 53/54] fs: remove I_LRU_ISOLATING flag, Josef Bacik
- [PATCH v2 54/54] fs: add documentation explaining the reference count rules for inodes, Josef Bacik
- [PATCH v2 51/54] fs: remove I_FREEING|I_WILL_FREE, Josef Bacik
- [PATCH v2 37/54] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c, Josef Bacik
- [PATCH v2 19/54] fs: hold a full ref while the inode is on a LRU, Josef Bacik
- [PATCH v2 15/54] fs: maintain a list of pinned inodes, Josef Bacik
- [PATCH v2 02/54] fs: add an icount_read helper, Josef Bacik
- [PATCH v2 01/54] fs: make the i_state flags an enum, Josef Bacik
[PATCH 5.4 173/403] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc(), Greg Kroah-Hartman
Re: [PATCH 1/3] mpage: terminate read-ahead on read error,
Andrew Morton
[PATCH 6.12 064/444] hfs: fix general protection fault in hfs_find_init(), Greg Kroah-Hartman
[PATCH 6.12 067/444] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc(), Greg Kroah-Hartman
[PATCH 6.15 081/515] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc(), Greg Kroah-Hartman
[PATCH 6.16 092/570] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc(), Greg Kroah-Hartman
[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync,
syzbot
[PATCH v2 0/3] introduce uncharged file mapped folios,
Boris Burkov
[PATCH 6.12 370/444] cifs: Fix collect_sample() to handle any iterator type, Greg Kroah-Hartman
[PATCH 6.16 474/570] cifs: Fix collect_sample() to handle any iterator type, Greg Kroah-Hartman
[PATCH v2 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL,
Ethan Ferguson
[PATCH 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL,
Ethan Ferguson
[PATCH] fuse: clarify extending writes handling,
Chunsheng Luo
remove write_cache_pages(),
Christoph Hellwig
[PATCH v3 0/2] Initial NFS client support for RWF_DONTCACHE,
Trond Myklebust
[PATCH v4] hfs/hfsplus: rework debug output subsystem,
Viacheslav Dubeyko
[PATCH 6.15 078/515] hfs: fix general protection fault in hfs_find_init(), Greg Kroah-Hartman
[PATCH 6.16 089/570] hfs: fix general protection fault in hfs_find_init(), Greg Kroah-Hartman
[PATCH] hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent(), Viacheslav Dubeyko
[PATCH 0/1] hfs: discuss to add offset/length validation in hfs_brec_lenoff,
Chenzhi Yang
Re: [syzbot] [mm?] INFO: rcu detected stall in sys_umount (3),
syzbot
[PATCH] exfat: drop redundant conversion to bool,
Xichao Zhao
[PATCH] netfs: Fix unbuffered write error handling,
David Howells
[bp@xxxxxx: Bug#1111455: linux-image-6.12.41+deb13-amd64: kernel BUG at fs/netfs/read_collect.c:316 netfs: Can't donate prior to front],
Salvatore Bonaccorso
[syzbot] [hfs?] WARNING in hfs_find_init, syzbot
[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options,
Lichen Liu
[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised,
Usama Arif
[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring,
Thomas Bertschinger
- Re: [PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring, Jens Axboe
- [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags, Thomas Bertschinger
- [PATCH 5/6] io_uring: add __io_open_prep() helper, Thomas Bertschinger
- [PATCH 4/6] fhandle: create __do_handle_open() helper, Thomas Bertschinger
- [PATCH 2/6] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT, Thomas Bertschinger
- [PATCH 6/6] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT, Thomas Bertschinger
- Re: [PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring, Amir Goldstein
- [PATCH 1/6] fhandle: create helper for name_to_handle_at(2), Thomas Bertschinger
[syzbot] [gfs2?] WARNING in vfs_setxattr (3), syzbot
[syzbot] [gfs2?] WARNING in do_mknodat (3), syzbot
[syzbot] [fs?] BUG: sleeping function called from invalid context in vfree (2), syzbot
[PATCH] hfs: clear offset and space out of valid records in b-tree node,
Viacheslav Dubeyko
[PATCH v3 0/8] gen_init_cpio: add copy_file_range / reflink support,
David Disseldorp
[PATCH v3 0/4] introduce uncharged file mapped folios,
Boris Burkov
[PATCH] hfs: make proper initalization of struct hfs_find_data, Viacheslav Dubeyko
[PATCH RESEND v2] proc: fix missing pde_set_flags() for net proc files,
wangzijie
[PATCH v2] proc: fix missing pde_set_flags() for net proc files,
wangzijie
[PATCH 6.15 435/515] cifs: Fix collect_sample() to handle any iterator type, Greg Kroah-Hartman
[PATCH] fs/namespace.c: fix mountpath handling in do_lock_mount(),
Ryan Chung
[PATCHES][RFC][CFT] mount fixes,
Al Viro
Is it normal for the user and sys times in /proc/stat to move backwards with NO_HZ?, Thomas Lindroth
Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode,
Gang He
[PATCH] Documentation: fix linux/linus typo, Alfred Agrell
[v2 PATCH] exfat: optimize allocation bitmap loading time,
Namjae Jeon
[PATCH v3 0/2] fuse: inode blocksize fixes for iomap integration,
Joanne Koong
[PATCH 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts,
Askar Safin
Re: [PATCH] exfat: limit log print for IO error, Namjae Jeon
[PATCH] memcg: remove warning from folio_lruvec, Shakeel Butt
[PATCH v8] ceph: fix slab-use-after-free in have_mon_and_osd_map(), Viacheslav Dubeyko
[PATCH 0/5] Documentation: sharedsubtree: reST massaging,
Bagas Sanjaya
io_uring / dio metadata fixes,
Christoph Hellwig
[PATCH] coredump: Fix return value in coredump_parse(),
Dan Carpenter
[PATCH v2 00/16] VFS: prepare for changes to directory locking,
NeilBrown
- [PATCH v2 01/16] VFS: discard err2 in filename_create(), NeilBrown
- [PATCH v2 08/16] VFS: implement simple_start_creating() with start_dirop(), NeilBrown
- [PATCH v2 12/16] nfsd: move name lookup out of nfsd4_list_rec_dir(), NeilBrown
- [PATCH v2 07/16] VFS: introduce end_dirop() and end_dirop_mkdir(), NeilBrown
- [PATCH v2 05/16] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()., NeilBrown
- [PATCH v2 06/16] VFS: introduce start_dirop(), NeilBrown
- [PATCH v2 14/16] VFS: introduce start_creating_noperm() and start_removing_noperm(), NeilBrown
- [PATCH v2 02/16] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata, NeilBrown
- [PATCH v2 03/16] Introduce wake_up_key(), NeilBrown
- [PATCH v2 16/16] VFS: add start_creating_killable() and start_removing_killable(), NeilBrown
- [PATCH v2 13/16] VFS/nfsd/cachefiles: introduce start_removing(), NeilBrown
- [PATCH v2 09/16] VFS: introduce simple_end_creating() and simple_failed_creating(), NeilBrown
- [PATCH v2 15/16] VFS: introduce start_removing_dentry(), NeilBrown
- [PATCH v2 11/16] VFS/nfsd/cachefiles: add start_creating() and end_creating(), NeilBrown
- [PATCH v2 04/16] VFS: use global wait-queue table for d_alloc_parallel(), NeilBrown
- [PATCH v2 10/16] Use simple_start_creating() in various places., NeilBrown
Re: [PATCH] tmpfs: preserve SB_I_VERSION on remount,
Hugh Dickins
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL,
Smita Koralahalli
- Re: [PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL, Alison Schofield
- [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem, Smita Koralahalli
- [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges, Smita Koralahalli
- [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree, Smita Koralahalli
- [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps, Smita Koralahalli
- [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes, Smita Koralahalli
- [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready, Smita Koralahalli
Re: [syzbot] [mm?] INFO: rcu detected stall in security_file_ioctl (9), syzbot
[PATCH 6.12.y] netfs: Fix unbuffered write error handling, Sasha Levin
[PATCH] proc: /proc filesystem check error message, Mallikarjun Thammanavar
[PATCH] fuse: Replace hardcoded 4096 with PAGE_SIZE,
Chunsheng Luo
[PATCH v4 0/3] Initial NFS client support for RWF_DONTCACHE,
Trond Myklebust
[GIT PULL] overlayfs fixes for 6.17-rc1,
Amir Goldstein
[PATCH] cifs: Fix oops due to uninitialised variable,
David Howells
[PATCHv3 0/8] direct-io: even more flexible io vectors,
Keith Busch
Message not available
Message not available
Message not available
Message not available
Re: [PATCHv3 0/8] direct-io: even more flexible io vectors, IBM
Re: [PATCHv3 0/8] direct-io: even more flexible io vectors, Song Chen
Re: [PATCHv3 0/8] direct-io: even more flexible io vectors, Mike Snitzer
[PATCHv3 3/8] block: align the bio after building it, Keith Busch
[PATCHv3 1/8] block: check for valid bio while splitting, Keith Busch
[PATCHv3 2/8] block: add size alignment to bio_iov_iter_get_pages, Keith Busch
[PATCH] fs: Add missing parameter docs for name_contains_dotdot(),
Sunday Adelodun
[PATCH] proc: test lseek on /proc/net/dev,
Alexey Dobriyan
Questions about FUSE_NOTIFY_INVAL_ENTRY,
Jim Harris
[PATCH v5 0/5] Rust support for `struct iov_iter`,
Alice Ryhl
[PATCH] iomap: allow iomap using the per-cpu bio cache,
Fengnan Chang
[PATCH v2 00/10] powerpc: Implement masked user access,
Christophe Leroy
- [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user(), Christophe Leroy
- [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter(), Christophe Leroy
- [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter(), Christophe Leroy
- [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user(), Christophe Leroy
- [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin(), Christophe Leroy
- [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin, Christophe Leroy
- [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M, Christophe Leroy
- [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user(), Christophe Leroy
- [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints, Christophe Leroy
- [PATCH v2 10/10] powerpc/uaccess: Implement masked user access, Christophe Leroy
[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback,
syzbot
[PATCH util-linux v3] fallocate: add FALLOC_FL_WRITE_ZEROES support,
Zhang Yi
Re: [PATCH 6.15 000/509] 6.15.11-rc2 review, Naresh Kamboju
[PATCH 0/3] memcg, writeback: Don't wait writeback completion,
Julian Sun
Re: [PATCH 6.12 000/438] 6.12.43-rc2 review, Naresh Kamboju
[PATCH] Documentation: warning fix,
Pavan Bobba
[PATCH] fuse: allow synchronous FUSE_INIT,
Miklos Szeredi
[PATCH] fs: fix indentation style,
Guopeng Zhang
[PATCH 0/1] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND,
Askar Safin
Re: [PATCH 6.16 000/564] 6.16.2-rc2 review,
Naresh Kamboju
[PATCH] selftests: proc: mark vsyscall strings maybe-unused,
Bala-Vignesh-Reddy
[PATCH] selftests/proc: Fix spelling in comments and improve error message, Sunday Adelodun
[PATCH] hfs: fix KMSAN uninit-value issue in hfs_find_set_zero_bits(), Viacheslav Dubeyko
[RFC v4] fuse: use fs-iomap for better performance so we can containerize ext4,
Darrick J. Wong
[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]