Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-12 06:33:08 to 2023-12-13 08:52:17 UTC [more...]

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2023-12-13  8:52 UTC  (2+ messages)
` [syzbot] "

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-13  8:41 UTC  (5+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
` [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-13  7:51 UTC  (8+ messages)

[PATCH] statmount: reduce runtime stack usage
 2023-12-13  7:40 UTC  (3+ messages)

file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?)
 2023-12-13  7:37 UTC  (61+ messages)
                          ` file handle in statx

[patches][cft] ufs stuff
 2023-12-13  6:53 UTC  (14+ messages)
` [PATCH 01/12] fs/ufs: Use the offset_in_page() helper
  ` [PATCH 02/12] fs/ufs: Change the signature of ufs_get_page()
  ` [PATCH 03/12] fs/ufs: Use ufs_put_page() in ufs_rename()
  ` [PATCH 04/12] fs/ufs: Replace kmap() with kmap_local_page()
  ` [PATCH 05/12] ufs: fix handling of delete_entry and set_link failures
  ` [PATCH 06/12] ufs: untangle ubh_...block...() macros, part 1
  ` [PATCH 07/12] ufs: untangle ubh_...block...(), part 2
  ` [PATCH 08/12] ufs: untangle ubh_...block...(), part 3
  ` [PATCH 09/12] ufs_clusteracct(): switch to passing fragment number
  ` [PATCH 10/12] ufs_inode_getfrag(): remove junk comment
  ` [PATCH 11/12] ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
  ` [PATCH 12/12] clean ufs_trunc_direct() up a bit

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-13  6:42 UTC  (12+ messages)

[syzbot] [gfs2] WARNING in vfs_utimes
 2023-12-13  6:35 UTC 

[PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
 2023-12-13  5:55 UTC  (23+ messages)

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-13  4:16 UTC  (4+ messages)
` [PATCH v4 02/46] fscrypt: add per-extent encryption support

[PATCH v4 0/2] exfat: get file size from DataLength
 2023-12-13  4:14 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v6 "

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-13  2:44 UTC  (6+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-13  2:45 UTC  (10+ messages)
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
 2023-12-13  1:58 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-13  1:37 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum

[PATCH v2 0/7] File abstractions needed by Rust Binder
 2023-12-13  1:35 UTC  (6+ messages)
` [PATCH v2 7/7] rust: file: add abstraction for `poll_table`

[PATCH v2 00/16] block atomic writes
 2023-12-13  1:25 UTC  (19+ messages)
` [PATCH v2 01/16] block: Add atomic write operations to request_queue limits
` [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits
` [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx
` [PATCH v2 04/16] fs: Increase fmode_t size
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v2 06/16] block: Add REQ_ATOMIC flag
` [PATCH v2 07/16] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v2 09/16] block: Error an attempt to split an atomic write bio
` [PATCH v2 10/16] block: Add checks to merging of atomic writes
` [PATCH v2 11/16] block: Add fops atomic write support
` [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v2 14/16] scsi: scsi_debug: Atomic write support
` [PATCH v2 15/16] nvme: Support atomic writes
` [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-13  1:10 UTC  (15+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-13  0:28 UTC  (12+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files

[minixfs] conversion to kmap_local_page()
 2023-12-13  0:08 UTC  (5+ messages)
` [PATCH 1/4] minixfs: use offset_in_page()
  ` [PATCH 2/4] minixfs: change the signature of dir_get_page()
  ` [PATCH 3/4] minixfs: Use dir_put_page() in minix_unlink() and minix_rename()
  ` [PATCH 4/4] minixfs: switch to kmap_local_page()

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-12 22:07 UTC  (19+ messages)

[syzbot] Monthly fs report (Dec 2023)
 2023-12-12 22:02 UTC 

[PATCH v2 6/7] rust: file: add `DeferredFdCloser`
 2023-12-12 20:57 UTC  (8+ messages)

[PATCH v3 0/3] afs: Fix dynamic root interaction with failing DNS lookups
 2023-12-12 19:53 UTC  (5+ messages)
` [PATCH v3 1/3] afs: Fix the dynamic root's d_delete to always delete unused dentries
` [PATCH v3 2/3] afs: Fix dynamic root lookup DNS check
` [PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry

[PATCH] fs: RESOLVE_CACHED final path component fix
 2023-12-12 19:37 UTC  (5+ messages)

[PATCH 1/2] fs/proc: show correct device and inode numbers in /proc/pid/maps
 2023-12-12 19:19 UTC  (4+ messages)

[GIT PULL] fuse fixes for 6.7-rc6
 2023-12-12 19:13 UTC  (2+ messages)

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-12 18:44 UTC  (5+ messages)
` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[RFC][PATCH] overlayfs: Redirect xattr ops on security.evm to security.evm_overlayfs
 2023-12-12 16:20 UTC  (12+ messages)

[PATCH] exfat/balloc: using ffs instead of internal logic
 2023-12-12 16:10 UTC  (3+ messages)

[PATCH v3 0/5] Prepare for fsnotify pre-content permission events
 2023-12-12 15:22 UTC  (10+ messages)
` [PATCH v3 1/5] splice: return type ssize_t from all helpers
` [PATCH v3 2/5] fs: use splice_copy_file_range() inline helper
` [PATCH v3 3/5] fsnotify: split fsnotify_perm() into two hooks
` [PATCH v3 4/5] fsnotify: assert that file_start_write() is not held in permission hooks
` [PATCH v3 5/5] fsnotify: optionally pass access range in file "

[syzbot] [reiserfs?] possible deadlock in reiserfs_get_block (2)
 2023-12-12 13:43 UTC 

[syzbot] [hfs?] possible deadlock in hfs_extend_file (2)
 2023-12-12 13:42 UTC 

[syzbot] [btrfs?] WARNING in fiemap_process_hole
 2023-12-12 13:32 UTC 

[syzbot] [fs?] WARNING: proc registration bug in bcm_connect
 2023-12-12 13:31 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-12 12:03 UTC  (4+ messages)
` [PATCH v3 15/25] arm64: add POE signal support

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-12-12 10:13 UTC  (6+ messages)
` [PATCH RESEND "
  ` [PATCH RESEND 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT
  ` [PATCH RESEND 03/11] fuse: fuse_dev_splice_read: use nonblocking I/O
  ` [PATCH RESEND 10/11] splice: file->pipe: -EINVAL for non-regular files w/o FMODE_NOWAIT
  ` [PATCH RESEND 11/11] splice: splice_to_socket: always request MSG_DONTWAIT

[PATCH 0/3] afs: Fix dynamic root interaction with failing DNS lookups
 2023-12-12  9:57 UTC  (6+ messages)

[PATCH v2 2/7] rust: cred: add Rust abstraction for `struct cred`
 2023-12-12  9:40 UTC  (4+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-12-12  7:46 UTC  (4+ messages)

[PATCH] freevxfs: Convert vxfs_immed_read_folio to the new folio APIs
 2023-12-12  7:44 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).