Linux Filesystem Development
[Prev Page][Next Page]
- Re: [RFCv1 0/6] Page Detective, (continued)
- arm64: __kmem_cache_create_args(ext4_groupinfo_4k) failed with error -22 - Boot failed,
Naresh Kamboju
- ltp-syscalls/ioctl04: sysfs: cannot create duplicate filename '/kernel/slab/:a-0000176',
Naresh Kamboju
- [PATCH] filemap: Remove unused folio_add_wait_queue,
linux
- [syzbot] [fs?] WARNING in rcu_sync_dtor (2), syzbot
- [bug report] statmount: retrieve security mount options,
Dan Carpenter
- [PATCH] fs: delay sysctl_nr_open check in expand_files(),
Mateusz Guzik
- [PATCH v5 0/5] fuse: remove temp page copies in writeback,
Joanne Koong
- [PATCH v4 0/3] iomap: zero range flush fixes,
Brian Foster
- [no subject], Unknown
- [PATCH 0/1] Fix generic/390 failure due to quota release after freeze,
Ojaswin Mujoo
- [PATCH v2 0/2] fs: listmount()/statmount() fix and sample program,
Jeff Layton
- [git pull] ufs stuff,
Al Viro
- [git pull] xattr stuff,
Al Viro
- [PATCH v8 00/19] fanotify: add pre-content hooks,
Josef Bacik
- [PATCH v8 01/19] fs: get rid of __FMODE_NONOTIFY kludge, Josef Bacik
- [PATCH v8 02/19] fsnotify: opt-in for permission events at file open time, Josef Bacik
- [PATCH v8 04/19] fanotify: don't skip extra event info if no info_mode is set, Josef Bacik
- [PATCH v8 05/19] fanotify: rename a misnamed constant, Josef Bacik
- [PATCH v8 06/19] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY, Josef Bacik
- [PATCH v8 07/19] fsnotify: introduce pre-content permission events, Josef Bacik
- [PATCH v8 11/19] fanotify: report file range info with pre-content events, Josef Bacik
- [PATCH v8 03/19] fsnotify: add helper to check if file is actually being watched, Josef Bacik
- [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event, Josef Bacik
- [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches, Josef Bacik
- [PATCH v8 17/19] xfs: add pre-content fsnotify hook for write faults, Josef Bacik
- [PATCH v8 18/19] btrfs: disable defrag on pre-content watched files, Josef Bacik
- [PATCH v8 14/19] fanotify: disable readahead if we have pre-content watches, Josef Bacik
- [PATCH v8 19/19] fs: enable pre-content events on supported file systems, Josef Bacik
- [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault, Josef Bacik
- [PATCH v8 13/19] fanotify: add a helper to check for pre content events, Josef Bacik
- [PATCH v8 09/19] fsnotify: generate pre-content permission event on truncate, Josef Bacik
- [PATCH v8 08/19] fsnotify: pass optional file access range in pre-content event, Josef Bacik
- [PATCH v8 12/19] fanotify: allow to set errno in FAN_DENY permission response, Josef Bacik
- Re: [PATCH v8 00/19] fanotify: add pre-content hooks, Jan Kara
- [git pull] struct fd series,
Al Viro
- [PATCH v2] iomap: warn on zero range of a post-eof folio,
Brian Foster
- [GIT PULL] vfs ecryptfs,
Christian Brauner
- [GIT PULL] vfs copy_struct_to_user(),
Christian Brauner
- [GIT PULL] vfs mount api conversions,
Christian Brauner
- [GIT PULL] vfs pidfs,
Christian Brauner
- [GIT PULL] vfs overlayfs,
Christian Brauner
- [GIT PULL] vfs multigrain timestamps,
Christian Brauner
- [GIT PULL] vfs untorn writes,
Christian Brauner
- [GIT PULL] vfs tmpfs,
Christian Brauner
- [GIT PULL] vfs pagecache,
Christian Brauner
- [GIT PULL] vfs rust file,
Christian Brauner
- [PATCH] selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels,
Michael Ellerman
- next-20241114: clang: fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized], Naresh Kamboju
- [syzbot] [iomap?] [erofs?] WARNING in iomap_iter (4),
syzbot
- [PATCH] netfs: Remove duplicate check in netfs_cache_read_terminated(), Dan Carpenter
- [PATCH 6.11 45/63] afs: Fix lock recursion, Greg Kroah-Hartman
- [PATCH 6.11 43/63] netfs: Downgrade i_rwsem for a buffered write, Greg Kroah-Hartman
- [PATCH] switch io_msg_ring() to CLASS(fd),
Al Viro
- [PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option,
Joanne Koong
- [syzbot] [ntfs3?] general protection fault in pick_link,
syzbot
- [PATCH v2 0/3] Fixes multiple sysctl proc_handler usage error,
nicolas . bouchinet
- [PATCHSET v5 0/17] Uncached buffered IO,
Jens Axboe
- [PATCH 03/17] mm: add PG_uncached page flag, Jens Axboe
- [PATCH 04/17] mm/readahead: add readahead_control->uncached member, Jens Axboe
- [PATCH 05/17] mm/filemap: use page_cache_sync_ra() to kick off read-ahead, Jens Axboe
- [PATCH 06/17] mm/truncate: add folio_unmap_invalidate() helper, Jens Axboe
- [PATCH 07/17] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag, Jens Axboe
- [PATCH 08/17] mm/filemap: add read support for RWF_UNCACHED, Jens Axboe
- [PATCH 11/17] mm/filemap: add filemap_fdatawrite_range_kick() helper, Jens Axboe
- [PATCH 12/17] mm: add FGP_UNCACHED folio creation flag, Jens Axboe
- [PATCH 14/17] iomap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 15/17] xfs: punt uncached write completions to the completion wq, Jens Axboe
- [PATCH 16/17] xfs: flag as supporting FOP_UNCACHED, Jens Axboe
- [PATCH 17/17] btrfs: add support for uncached writes, Jens Axboe
- [PATCH 02/17] mm/readahead: add folio allocation helper, Jens Axboe
- [PATCH 13/17] ext4: add RWF_UNCACHED write support, Jens Axboe
- [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb, Jens Axboe
- [PATCH 10/17] mm/filemap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 09/17] mm/filemap: drop uncached pages when writeback completes, Jens Axboe
- Re: [PATCHSET v5 0/17] Uncached buffered IO, Julian Sun
- [PATCH v9 00/11] Read/Write with meta/integrity,
Anuj Gupta
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
- Message not available
[PATCH] ovl: pass an explicit reference of creators creds to callers,
Amir Goldstein
[PATCH] fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args(),
Dan Carpenter
[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler,
Song Liu
[PATCH] fuse: check attributes staleness on fuse_iget(),
Zhang Tianci
[PATCH] ocfs2: uncache inode which has failed entering the group,
Dmitry Antipov
[GIT PULL] bcachefs fixes for 6.12,
Kent Overstreet
[viro-vfs:next.getname 17/17] ipc/mqueue.c:886:9: error: implicit declaration of function 'audit_inode', kernel test robot
[PATCH RFC v3 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library,
Elliot Berman
[PATCH v2] fsnotify: fix sending inotify event with unexpected filename,
Jan Kara
[PATCH] vfs: make evict() use smp_mb__after_spinlock instead of smp_mb,
Mateusz Guzik
[PATCH manpages] listmount.2: fix verbiage about continuing the iteration,
Jeff Layton
[PATCH RFC] fs: reduce pointer chasing in is_mgtime() test,
Jeff Layton
[linux-next:master] [fs/file.c] 0c40bf47cf: will-it-scale.per_thread_ops 6.7% improvement, kernel test robot
[RFC 0/8] enable bs > ps for block devices,
Luis Chamberlain
Re: [PATCH 4/7] udf: Allocate name buffer in directory iterator on heap, Sergey Senozhatsky
[PATCH v3 bpf-next 0/4] Make inode storage available to tracing prog,
Song Liu
[PATCH] nfsd: get rid of include ../internal.h,
Al Viro
[PATCH] fs/overlayfs/namei.c: get rid of include ../internal.h, Al Viro
[PATCH] fuse: dax: No-op writepages callback,
Asahi Lina
[PATCH] dquot.c: get rid of include ../internal.h,
Al Viro
[PATCH] samples: add a mountinfo program to demonstrate statmount()/listmount(),
Jeff Layton
[PATCH v21 0/6] Script execution control (was O_MAYEXEC),
Mickaël Salaün
[PATCHES][RFC] statx-related stuff,
Al Viro
[PATCH v2 0/4] Add iomem helpers for use from debugfs,
Michal Wajdeczko
[PATCH 0/2] xarray: extract __xa_cmpxchg_raw,
Tamir Duberstein
[PATCH v7 00/18] fanotify: add pre-content hooks,
Josef Bacik
- [PATCH v7 01/18] fsnotify: opt-in for permission events at file_open_perm() time, Josef Bacik
- [PATCH v7 05/18] fsnotify: introduce pre-content permission events, Josef Bacik
- [PATCH v7 06/18] fsnotify: pass optional file access range in pre-content event, Josef Bacik
- [PATCH v7 07/18] fsnotify: generate pre-content permission event on open, Josef Bacik
- [PATCH v7 10/18] fanotify: report file range info with pre-content events, Josef Bacik
- [PATCH v7 11/18] fanotify: allow to set errno in FAN_DENY permission response, Josef Bacik
- [PATCH v7 13/18] fanotify: disable readahead if we have pre-content watches, Josef Bacik
- [PATCH v7 12/18] fanotify: add a helper to check for pre content events, Josef Bacik
- [PATCH v7 15/18] fsnotify: generate pre-content permission event on page fault, Josef Bacik
- [PATCH v7 18/18] fs: enable pre-content events on supported file systems, Josef Bacik
- [PATCH v7 17/18] btrfs: disable defrag on pre-content watched files, Josef Bacik
- [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event, Josef Bacik
- [PATCH v7 02/18] fanotify: don't skip extra event info if no info_mode is set, Josef Bacik
- [PATCH v7 03/18] fanotify: rename a misnamed constant, Josef Bacik
- [PATCH v7 08/18] fsnotify: generate pre-content permission event on truncate, Josef Bacik
- [PATCH v7 04/18] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY, Josef Bacik
- [PATCH v7 16/18] xfs: add pre-content fsnotify hook for write faults, Josef Bacik
- [PATCH v7 14/18] mm: don't allow huge faults for files with pre content watches, Josef Bacik
[PATCH] iov_iter: fix copy_page_from_iter_atomic() for highmem,
Christian Brauner
[no subject], Unknown
[PATCH 0/3] Fixes multiple sysctl proc_handler usage error,
nicolas . bouchinet
[linux-next:master] [epoll] 900bbaae67: filebench.sum_operations/s 3.8% regression, kernel test robot
[PATCH AUTOSEL 4.19] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH] fs:aio: Remove TODO comment suggesting hash or array usage in io_cancel(),
Mohammed Anees
[PATCH AUTOSEL 5.10 6/6] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH AUTOSEL 5.4 5/5] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH AUTOSEL 5.15 8/8] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH AUTOSEL 6.1 12/12] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH AUTOSEL 6.6 15/15] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH AUTOSEL 6.11 16/16] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width, Sasha Levin
[PATCH] statmount: add flag to retrieve unescaped options,
Miklos Szeredi
[PATCH v2 bpf-next 0/4] Make inode storage available to tracing prog,
Song Liu
[PATCH bpf-next 0/4] Make inode storage available to tracing prog,
Song Liu
two little writeback cleanups v2,
Christoph Hellwig
[PATCH] ntfs3: remove a_ops->write_begin/end() call backs,
Qu Wenruo
[syzbot] [fs?] WARNING in fanotify_handle_event (2),
syzbot
[PATCH v2] exfat: fix file being changed by unaligned direct write,
Yuezhang.Mo@xxxxxxxx
[PATCH 0/3] io path options + reflink (mild security implications),
Kent Overstreet
Re: [PATCH] proc/softirqs: change softirqs info from possile_cpu to online_cpu, Thomas Gleixner
[PATCHSET v3 0/16] Uncached buffered IO,
Jens Axboe
- [PATCH 08/16] mm/filemap: add read support for RWF_UNCACHED, Jens Axboe
- [PATCH 09/16] mm/filemap: drop uncached pages when writeback completes, Jens Axboe
- [PATCH 14/16] xfs: punt uncached write completions to the completion wq, Jens Axboe
- [PATCH 15/16] xfs: flag as supporting FOP_UNCACHED, Jens Axboe
- [PATCH 16/16] btrfs: add support for uncached writes, Jens Axboe
- [PATCH 10/16] mm/filemap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 07/16] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag, Jens Axboe
- [PATCH 04/16] mm/readahead: add readahead_control->uncached member, Jens Axboe
- [PATCH 01/16] mm/filemap: change filemap_create_folio() to take a struct kiocb, Jens Axboe
- [PATCH 13/16] iomap: make buffered writes work with RWF_UNCACHED, Jens Axboe
- [PATCH 05/16] mm/filemap: use page_cache_sync_ra() to kick off read-ahead, Jens Axboe
- [PATCH 12/16] ext4: add RWF_UNCACHED write support, Jens Axboe
[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]