linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-25 04:35:04 to 2022-03-29 11:07:32 UTC [more...]

[PATCH v2 0/2] FUSE: Implement atomic lookup + open
 2022-03-29 11:07 UTC  (2+ messages)

[PATCHv2 0/4] generic: Add some tests around journal replay/recoveryloop
 2022-03-29 10:59 UTC  (4+ messages)
` [PATCHv2 1/4] generic/468: Add another falloc test entry

[PATCH v1 1/3] vfs: Add inode_sgid_strip() api
 2022-03-29 10:45 UTC  (3+ messages)
` [PATCH v1 2/3] vfs: strip file's S_ISGID mode on vfs instead of on filesystem

[PATCH] proc: bootconfig: add null pointer check
 2022-03-29 10:40 UTC 

[PATCH 01/18] fs: add two trivial lookup helpers
 2022-03-29 10:35 UTC  (2+ messages)
` [PATCH 02/18] exportfs: support idmapped mounts

linux resetting when the usb storage was removed while copying
 2022-03-29 10:32 UTC  (6+ messages)

[PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps()
 2022-03-29 10:23 UTC  (7+ messages)

[PATCH v4 0/3] protect relocation with sb_start_write
 2022-03-29 10:10 UTC  (5+ messages)
` [PATCH v4 1/3] btrfs: mark resumed async balance as writing
` [PATCH v4 2/3] fs: add a check function for sb_start_write()
` [PATCH v4 3/3] btrfs: assert that relocation is protected with sb_start_write()

Koszty instalacji fotowoltaicznej
 2022-03-29  7:50 UTC 

[PATCH v2 00/16] Evictable fanotify marks
 2022-03-29  7:49 UTC  (17+ messages)
` [PATCH v2 01/16] inotify: show inotify mask flags in proc fdinfo
` [PATCH v2 02/16] inotify: move control flags from mask to mark flags
` [PATCH v2 03/16] fsnotify: pass flags argument to fsnotify_add_mark() via mark
` [PATCH v2 04/16] fsnotify: remove unneeded refcounts of s_fsnotify_connectors
` [PATCH v2 05/16] fsnotify: fix wrong lockdep annotations
` [PATCH v2 06/16] fsnotify: create helpers for group mark_mutex lock
` [PATCH v2 07/16] inotify: use fsnotify group lock helpers
` [PATCH v2 08/16] audit: "
` [PATCH v2 09/16] nfsd: "
` [PATCH v2 10/16] dnotify: "
` [PATCH v2 11/16] fsnotify: allow adding an inode mark without pinning inode
` [PATCH v2 12/16] fanotify: factor out helper fanotify_mark_update_flags()
` [PATCH v2 13/16] fanotify: implement "evictable" inode marks
` [PATCH v2 14/16] fanotify: add FAN_IOC_SET_MARK_PAGE_ORDER ioctl for testing
` [PATCH v2 15/16] fanotify: use fsnotify group lock helpers
` [PATCH v2 16/16] fanotify: enable "evictable" inode marks

[PATCH] iomap: fix an infinite loop in iomap_fiemap
 2022-03-29  6:17 UTC  (3+ messages)
` [PATCH v2] fs: "

[PATCH v6 00/22] fscache,erofs: fscache-based on-demand read semantics
 2022-03-29  6:14 UTC  (38+ messages)
` [PATCH v6 01/22] fscache: export fscache_end_operation()
` [PATCH v6 02/22] cachefiles: extract write routine
` [PATCH v6 03/22] cachefiles: notify user daemon with anon_fd when looking up cookie
  ` [Linux-cachefs] "
` [PATCH v6 04/22] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v6 05/22] cachefiles: implement on-demand read
` [PATCH v6 06/22] cachefiles: enable on-demand read mode
` [PATCH v6 07/22] cachefiles: document "
` [PATCH v6 08/22] erofs: use meta buffers for erofs_read_superblock()
` [PATCH v6 09/22] erofs: make erofs_map_blocks() generally available
` [PATCH v6 10/22] erofs: add mode checking helper
` [PATCH v6 11/22] erofs: register global fscache volume
` [PATCH v6 12/22] erofs: add cookie context helper functions
` [PATCH v6 13/22] erofs: add anonymous inode managing page cache of blob file
  ` [Linux-cachefs] "
` [PATCH v6 14/22] erofs: add erofs_fscache_read_folios() helper
  ` [Linux-cachefs] "
` [PATCH v6 15/22] erofs: register cookie context for bootstrap blob
` [PATCH v6 16/22] erofs: implement fscache-based metadata read
` [PATCH v6 17/22] erofs: implement fscache-based data read for non-inline layout
` [PATCH v6 18/22] erofs: implement fscache-based data read for inline layout
` [PATCH v6 19/22] erofs: register cookie context for data blobs
` [PATCH v6 20/22] erofs: implement fscache-based data read "
` [PATCH v6 21/22] erofs: implement fscache-based data readahead
` [PATCH v6 22/22] erofs: add 'tag' mount option

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-03-29  4:08 UTC  (23+ messages)
` [PATCH 01/18] bpf: Export bpf_link_inc()
` [PATCH 02/18] bpf-preload: Move bpf_preload.h to include/linux
` [PATCH 03/18] bpf-preload: Generalize object pinning from the kernel
` [PATCH 04/18] bpf-preload: Export and call bpf_obj_do_pin_kernel()
` [PATCH 05/18] bpf-preload: Generate static variables
` [PATCH 06/18] bpf-preload: Generate free_objs_and_skel()
` [PATCH 07/18] bpf-preload: Generate preload()
` [PATCH 08/18] bpf-preload: Generate load_skel()
` [PATCH 09/18] bpf-preload: Generate code to pin non-internal maps
` [PATCH 10/18] bpf-preload: Generate bpf_preload_ops
` [PATCH 11/18] bpf-preload: Store multiple bpf_preload_ops structures in a linked list
` [PATCH 12/18] bpf-preload: Implement new registration method for preloading eBPF programs
` [PATCH 13/18] bpf-preload: Move pinned links and maps to a dedicated directory in bpffs
` [PATCH 14/18] bpf-preload: Switch to new preload registration method
` [PATCH 15/18] bpf-preload: Generate code of kernel module to preload
` [PATCH 16/18] bpf-preload: Do kernel mount to ensure that pinned objects don't disappear
` [PATCH 17/18] bpf-preload/selftests: Add test for automatic generation of preload methods
` [PATCH 18/18] bpf-preload/selftests: Preload a test eBPF program and check pinned objects

[PATCH] unicode: Handle memory allocation failures in mkutf8data
 2022-03-29  2:49 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-29  1:07 UTC  (19+ messages)
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based "
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory

df returns incorrect size of partition due to huge overhead block count in ext4 partition
 2022-03-28 16:08 UTC  (3+ messages)

[GIT PULL] netfs: Prep for write helpers
 2022-03-28 16:00 UTC 

[PATCH] watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
 2022-03-28 14:57 UTC 

RFC fuse waitq latency
 2022-03-28 13:21 UTC 

[ANNOUNCE] util-linux v2.38
 2022-03-28 11:52 UTC 

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-03-28 11:28 UTC  (5+ messages)

[PATCH AUTOSEL 5.10 12/21] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:22 UTC 

[PATCH AUTOSEL 5.15 18/29] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:21 UTC 

[PATCH AUTOSEL 5.17 27/43] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:18 UTC 

[PATCH AUTOSEL 5.16 22/35] fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
 2022-03-28 11:19 UTC 

[PATCH v1 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create
 2022-03-28  9:58 UTC 

[GIT PULL] Reiserfs, udf, ext2 fixes and cleanups for 5.18-rc1
 2022-03-28  8:10 UTC  (4+ messages)

[PATCH 1/2] exfat: fix referencing wrong parent directory information after renaming
 2022-03-28  6:18 UTC  (3+ messages)

[PATCH v2 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-03-28  2:04 UTC  (4+ messages)
` [PATCH v2 1/3] shmem: Keep track of out-of-memory and out-of-space errors
` [PATCH v2 2/3] shmem: Introduce /sys/fs/tmpfs support
` [PATCH v2 3/3] shmem: Expose space and accounting error count

[PATCH] VFS: filename_create(): fix incorrect intent
 2022-03-28  0:56 UTC 

[RFC PATCH] getvalues(2) prototype
 2022-03-27 21:03 UTC  (17+ messages)

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-27 18:14 UTC  (10+ messages)

[PATCH] list: Fix another data-race around ep->rdllist
 2022-03-27 17:15 UTC  (3+ messages)

[GIT PULL] Remove write streams support
 2022-03-26 20:18 UTC  (2+ messages)

[GIT PULL] fs/iomap: Fix buffered write page prefaulting
 2022-03-26 20:18 UTC  (5+ messages)

[syzbot] BUG: scheduling while atomic: syz-executor/ADDR (2)
 2022-03-26 15:04 UTC 

[PATCH] fs/dcache: use lockdep assertion instead of warn try_lock
 2022-03-26  6:44 UTC  (2+ messages)

[PATCH v6 0/6] DAX poison recovery
 2022-03-26  6:31 UTC  (6+ messages)
` [PATCH v6 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops

[GIT PULL] fsnotify changes for 5.18-rc1
 2022-03-26  0:59 UTC  (2+ messages)

[RFC] fs:unicode:mkutf8data.c: Fix the potential stack overflow risk
 2022-03-25 21:25 UTC  (3+ messages)

[PATCH] fs/dcache: use write lock in the fallback instead of read lock
 2022-03-25 16:49 UTC  (4+ messages)

[PATCH v19 1/4] Add flags option to get xattr method paired to __vfs_getxattr
 2022-03-25 14:44 UTC  (3+ messages)

[RFC PATCH] fuse: support cache revalidation in writeback_cache mode
 2022-03-25 13:21 UTC 

[PATCH RFC v3 0/6] Intruduce nfsrahead
 2022-03-25 12:31 UTC  (2+ messages)

[PATCH 1/2] fat: split fat_truncate_time() into separate functions
 2022-03-25 10:36 UTC  (9+ messages)
` [PATCH 2/2] fat: introduce creation time

[RFC PATCH v11 00/51] ceph+fscrypt : full support
 2022-03-25  9:59 UTC  (6+ messages)
` [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode

[PATCH 2/2] exfat: remove exfat_update_parent_info()
 2022-03-25  9:42 UTC 

[PATCH 0/2] fix referencing wrong parent dir info after renaming
 2022-03-25  9:42 UTC 

[PATCH] exfat: reduce block requests when zeroing a cluster
 2022-03-25  7:33 UTC  (4+ messages)

[PATCH RFC v18 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-03-25  4:34 UTC  (11+ messages)
` [PATCH RFC v18 02/11] NFSD: Add courtesy client state, macro and spinlock to support courteous server
` [PATCH RFC v18 03/11] NFSD: Add lm_lock_expired call out
` [PATCH RFC v18 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v18 05/11] NFSD: Update nfs4_get_vfs_file() to handle courtesy client
` [PATCH RFC v18 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v18 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v18 08/11] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v18 09/11] NFSD: Refactor nfsd4_laundromat()
` [PATCH RFC v18 10/11] NFSD: Update laundromat to handle courtesy clients
` [PATCH RFC v18 11/11] NFSD: Show state of courtesy clients in client info


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).