Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2020-07-10 05:12:46 to 2020-07-14 07:04:50 UTC [more...]
[RFC PATCH 00/15] PKS: Add Protection Keys Supervisor (PKS) support
2020-07-14 7:02 UTC (7+ messages)
` [RFC PATCH 01/15] x86/pkeys: Create pkeys_internal.h
` [RFC PATCH 03/15] x86/pks: Enable Protection Keys Supervisor (PKS)
` [RFC PATCH 05/15] x86/pks: Add PKS kernel API
` [RFC PATCH 11/15] memremap: Add zone device access protection
` [RFC PATCH 14/15] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [RFC PATCH 15/15] [dax|pmem]: Enable stray write protection
[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
2020-07-14 6:51 UTC (3+ messages)
decruft the early init / initrd / initramfs code v2
2020-07-14 6:41 UTC (3+ messages)
[PATCH] fuse_writepages_fill() optimization to avoid WARN_ON in tree_insert
2020-07-14 6:18 UTC (5+ messages)
procfs VmFlags table missing from online docs
2020-07-14 6:06 UTC (2+ messages)
Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
2020-07-14 3:46 UTC (5+ messages)
[RFC]PATCH] exfat: integrates dir-entry getting and validation
2020-07-14 3:35 UTC (3+ messages)
soft lockup in fanotify_read
2020-07-14 2:54 UTC
mmotm 2020-07-13-19-49 uploaded
2020-07-14 2:49 UTC
[PATCH] exfat: retain 'VolumeFlags' properly
2020-07-14 1:56 UTC (3+ messages)
RFC: iomap write invalidation
2020-07-14 1:41 UTC (8+ messages)
` [PATCH 1/2] iomap: Only invalidate page cache pages on direct IO writes
` [PATCH 2/2] iomap: fall back to buffered writes for invalidation failures
[PATCH] fs: define inode flags using bit numbers
2020-07-14 1:18 UTC (4+ messages)
[PATCH ghak90 V9 00/13] audit: implement container identifier
2020-07-14 0:44 UTC (7+ messages)
` [PATCH ghak90 V9 01/13] audit: collect audit task parameters
[PATCH] fs: i_version mntopt gets visible through /proc/mounts
2020-07-13 23:45 UTC (12+ messages)
[PATCH] fs/9p: Fix TCREATE's fid in protocol
2020-07-13 21:57 UTC
[PATCH 0/5] add support for direct I/O with fscrypt using blk-crypto
2020-07-13 18:36 UTC (4+ messages)
` [PATCH 2/5] direct-io: add support for "
[PATCH v6 0/2] sched/uclamp: new sysctl for default RT boost value
2020-07-13 18:09 UTC (9+ messages)
` [PATCH v6 1/2] sched/uclamp: Add a new sysctl to control RT default "
[PATCH v7 0/2] tmpfs: inode: Reduce risk of inum overflow
2020-07-13 17:28 UTC (3+ messages)
` [PATCH v7 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb
[PATCH v6 0/2] tmpfs: inode: Reduce risk of inum overflow
2020-07-13 16:45 UTC (5+ messages)
` [PATCH v6 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v6 2/2] tmpfs: Support 64-bit inums per-sb
[PATCH 00/13] fscache: Rewrite 3: Make AFS use it
2020-07-13 16:39 UTC (14+ messages)
` [PATCH 01/13] afs: Fix interruption of operations
` [PATCH 02/13] afs: Move key to afs_read struct
` [PATCH 03/13] afs: Don't truncate iter during data fetch
` [PATCH 04/13] afs: Log remote unmarshalling errors
` [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 06/13] afs: Use ITER_MAPPING for writing
` [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read
` [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery
` [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 10/13] afs: Use new fscache I/O API
` [PATCH 11/13] afs: Copy local writes to the cache when writing to the server
` [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 13/13] afs: Add O_DIRECT read support
[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter
2020-07-13 16:36 UTC (32+ messages)
` [PATCH 01/32] iov_iter: Add ITER_MAPPING
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag
` [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list
` [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously
` [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter
` [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate()
` [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server
` [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings
` [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index
` [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 15/32] cachefiles: trace: Log coherency checks
` [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit
` [PATCH 17/32] cachefiles: Implement new fscache I/O backend API
` [PATCH 18/32] cachefiles: Merge object->backer into object->dentry
` [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap
` [PATCH 20/32] cachefiles: Implement extent shaper
` [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API
` [PATCH 23/32] cachefiles: Add I/O tracepoints
` [PATCH 24/32] fscache: Add read helper
` [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [PATCH 26/32] fscache: Remove more obsolete stats
` [PATCH 27/32] fscache: New stats
` [PATCH 28/32] fscache, cachefiles: Rewrite invalidation
` [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 30/32] fscache: Provide resize operation
` [PATCH 31/32] fscache: Remove the update operation
` [PATCH 32/32] cachefiles: Shape write requests
[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite
2020-07-13 16:30 UTC (15+ messages)
` [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 02/14] afs: Disable use of the fscache I/O routines
` [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces
` [PATCH 04/14] fscache: Procfile to display cookies
` [PATCH 05/14] fscache: Remove the old I/O API
` [PATCH 06/14] fscache: Remove the netfs data from the cookie
` [PATCH 07/14] fscache: Remove struct fscache_cookie_def
` [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object
` [PATCH 09/14] fscache: Remove fscache_check_consistency()
` [PATCH 10/14] fscache: Remove fscache_attr_changed()
` [PATCH 11/14] fscache: Remove obsolete stats
` [PATCH 12/14] fscache: Remove old I/O tracepoints
` [PATCH 13/14] fscache: Temporarily disable fscache_invalidate()
` [PATCH 14/14] fscache: Remove the I/O operation manager
KASAN: use-after-free Read in userfaultfd_release (2)
2020-07-13 15:34 UTC (2+ messages)
[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
2020-07-13 13:22 UTC (5+ messages)
[bug report] fsinfo: Allow fsinfo() to look up a mount object by ID
2020-07-13 10:12 UTC
[PATCH v2] RFC: fuse: Call security hooks on new inodes
2020-07-13 9:57 UTC (5+ messages)
` [PATCHv3 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
` [PATCHv3 2/2] fuse: Call security hooks on new inodes
` [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
` [PATCHv4 2/2] fuse: Call security hooks on new inodes
[PATCH RFC 0/3] io_uring: add restrictions to support untrusted applications and guests
2020-07-13 9:24 UTC (9+ messages)
` [PATCH RFC 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH RFC 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH RFC 3/3] io_uring: allow disabling rings during the creation
[5.8RC4][bugreport]WARNING: CPU: 28 PID: 211236 at fs/fuse/file.c:1684 tree_insert+0xaf/0xc0 [fuse]
2020-07-13 9:03 UTC (4+ messages)
[fs] 936e92b615: unixbench.score 32.3% improvement
2020-07-13 8:49 UTC
[PATCH] vfs: fix the kernel-doc of find_inode_by_ino_rcu
2020-07-13 7:25 UTC
WARNING in __kernel_read
2020-07-13 7:03 UTC
mmotm 2020-07-09-21-00 uploaded
2020-07-13 4:17 UTC (4+ messages)
` mmotm 2020-07-09-21-00 uploaded (drivers/net/ethernet/mellanox/mlx5/core/en_main.c)
[PATCH] fs/direct-io: avoid data race on ->s_dio_done_wq
2020-07-13 3:33 UTC
[PATCH v3 0/5] ext4: fix inconsistency since async write metadata buffer error
2020-07-13 1:40 UTC (2+ messages)
[PATCH v3 00/16] Make the user mode driver code a better citizen
2020-07-12 21:02 UTC (3+ messages)
` [PATCH v3 10/16] exec: Remove do_execve_file
[PATCH 0/6 v10] btrfs direct-io using iomap
2020-07-12 11:36 UTC (15+ messages)
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
` always fall back to buffered I/O after invalidation failures, was: "
KMSAN: uninit-value in path_openat
2020-07-12 8:44 UTC
[PATCH v4] fs/epoll: Enable non-blocking busypoll when epoll timeout is 0
2020-07-11 16:05 UTC (2+ messages)
stop using ->read and ->write for kernel access v3
2020-07-11 11:47 UTC (5+ messages)
` [PATCH 15/23] seq_file: switch over direct seq_read method calls to seq_read_iter
[PATCH 0/4] Fix misused kernel_read_file() enums
2020-07-10 22:58 UTC (7+ messages)
` [PATCH 2/4] fs: Remove FIRMWARE_PREALLOC_BUFFER from "
[PATCH] sysctl: add bound to panic_timeout to prevent overflow
2020-07-10 22:28 UTC (4+ messages)
[PATCH 0/2] f2fs: zns zone-capacity support
2020-07-10 17:44 UTC (11+ messages)
` [PATCH 1/2] f2fs: support zone capacity less than zone size
[PATCH v2 0/1] f2fs: zns zone-capacity support
2020-07-10 17:43 UTC (2+ messages)
` [PATCH v2 1/1] f2fs: support zone capacity less than zone size
[GIT PULL] clean up kernel read/write helpers
2020-07-10 16:55 UTC (2+ messages)
[GIT PULL] Fix gfs2 readahead deadlocks
2020-07-10 16:55 UTC (2+ messages)
[PATCH] kcmp: add separate Kconfig symbol for kcmp syscall
2020-07-10 15:57 UTC (6+ messages)
[PATCH v3 0/4] zone-append support in io-uring and aio
2020-07-10 14:11 UTC (20+ messages)
` [PATCH v3 4/4] io_uring: add support for zone-append
[PATCH v3 01/10] xattr: break delegations in {set,remove}xattr
2020-07-10 14:08 UTC (3+ messages)
[PATCH v19 00/12] Landlock LSM
2020-07-10 12:57 UTC (9+ messages)
` [PATCH v19 08/12] landlock: Add syscall implementation
[PATCH] nsfs: add NS_GET_INIT_PID ioctl
2020-07-10 12:01 UTC (3+ messages)
[PATCH 1/3] fuse: use ->reconfigure() instead of ->remount_fs()
2020-07-10 11:58 UTC (3+ messages)
` [PATCH 2/3] fuse: ignore 'data' argument of mount(..., MS_REMOUNT)
` [PATCH 3/3] fuse: reject options on reconfigure via fsconfig(2)
[PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
2020-07-10 11:28 UTC (3+ messages)
` [PATCH v7 1/9] net/compat: Add missing sock updates for SCM_RIGHTS
[PATCH RESEND] 9p: Fix memory leak in v9fs_mount
2020-07-10 11:05 UTC (4+ messages)
WARNING in __kernel_write
2020-07-10 8:55 UTC (2+ messages)
[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
2020-07-10 7:36 UTC (5+ messages)
remove leftovers of the old ->media_changed method
2020-07-10 7:28 UTC (3+ messages)
` [PATCH 6/6] mmc: remove the call to check_disk_change
[PATCH] exfat: fix name_hash computation on big endian systems
2020-07-10 7:06 UTC
[PATCH v3] hung_task:add detecting task in D state milliseconds timeout
2020-07-10 6:15 UTC
[PATCH] exfat: fix wrong size update of stream entry by typo
2020-07-10 5:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).