linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-11 11:49:08 to 2023-12-12 11:09:47 UTC [more...]

[PATCH v2 00/16] block atomic writes
 2023-12-12 11:08 UTC  (7+ messages)
` [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits
` [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

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

[PATCH v4 0/2] exfat: get file size from DataLength
 2023-12-12 10:29 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v6 "

[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 v2 0/7] File abstractions needed by Rust Binder
 2023-12-12  9:59 UTC  (17+ messages)
` [PATCH v2 5/7] rust: file: add `Kuid` wrapper
` [PATCH v2 7/7] rust: file: add abstraction for `poll_table`

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

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

[PATCH v3 0/5] Prepare for fsnotify pre-content permission events
 2023-12-12  9:44 UTC  (6+ 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 "

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

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

[PATCH 2/2] selftests/overlayfs: verify device and inode numbers in /proc/pid/maps
 2023-12-12  9:27 UTC  (3+ messages)
` [PATCH 1/2] fs/proc: show correct "

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-12  9:09 UTC  (6+ messages)

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-12  7:46 UTC  (6+ 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)

[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-12  7:08 UTC  (4+ messages)

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-12  6:49 UTC  (28+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis
` [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super()
` [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis
` [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail()
` [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis
` [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api
` [PATCH RFC v2 for-6.8/block 12/18] gfs2: "
` [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis
` [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 16/18] ext4: use "
` [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected()
` [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis

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

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diNewExt
 2023-12-12  1:36 UTC  (2+ messages)
` [PATCH] jfs: fix "

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

[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-12  0:26 UTC  (24+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token

[GIT PULL] More bcachefs fixes for 6.7
 2023-12-12  0:19 UTC  (2+ messages)

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

[PATCH] afs: Fix refcount underflow from error handling race
 2023-12-11 21:43 UTC 

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

[PATCH v6 0/5] userfaultfd move option
 2023-12-11 20:29 UTC  (23+ messages)
` [PATCH v6 5/5] selftests/mm: add UFFDIO_MOVE ioctl test

Fw: [PATCH] proc: Update inode upon changing task security attribute
 2023-12-11 19:49 UTC  (3+ messages)

[PATCH 5.15 138/141] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-11 18:23 UTC 

[PATCH v3 00/25] Permission Overlay Extension
 2023-12-11 18:58 UTC  (15+ messages)
` [PATCH v3 12/25] arm64: handle PKEY/POE faults
` [PATCH v3 13/25] arm64: stop using generic mm_hooks.h
` [PATCH v3 14/25] arm64: implement PKEYS support
` [PATCH v3 15/25] arm64: add POE signal support
` [PATCH v3 16/25] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v3 17/25] arm64: enable POE and PIE to coexist
` [PATCH v3 18/25] arm64/ptrace: add support for FEAT_POE

[PATCH 6.1 169/194] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-11 18:22 UTC 

[PATCH 5.4 64/67] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-11 18:22 UTC 

[PATCH 5.10 93/97] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-11 18:22 UTC 

[PATCH 6.6 215/244] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-11 18:21 UTC 

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-11 17:29 UTC  (12+ messages)
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory

[PATCH v5 00/17] Pass data lifetime information to SCSI disk devices
 2023-12-11 16:46 UTC  (13+ messages)
` [PATCH v5 03/17] fs/f2fs: Restore the whint_mode mount option
` [PATCH v5 04/17] fs: Restore F_[GS]ET_FILE_RW_HINT support
` [PATCH v5 05/17] fs: Restore kiocb.ki_hint

[PATCH] fscrypt: move the call to fscrypt_destroy_keyring() into ->put_super()
 2023-12-11 16:42 UTC  (6+ messages)

[PATCH v2 4/7] rust: file: add `FileDescriptorReservation`
 2023-12-11 15:34 UTC  (2+ messages)

[PATCH v2 3/7] rust: security: add abstraction for secctx
 2023-12-11 15:34 UTC  (2+ messages)

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

[PATCH v2 1/7] rust: file: add Rust abstraction for `struct file`
 2023-12-11 15:34 UTC  (2+ messages)

[PATCH] afs: Fix refcount underflow from error handling race
 2023-12-11 15:21 UTC  (2+ messages)

[PATCH v2 0/5] Prepare for fsnotify pre-content permission events
 2023-12-11 15:20 UTC  (8+ messages)
` [PATCH v2 1/5] splice: return type ssize_t from all helpers
` [PATCH v2 2/5] fs: use splice_copy_file_range() inline helper
` [PATCH v2 5/5] fsnotify: optionally pass access range in file permission hooks

[PATCH 0/4] Prepare for fsnotify pre-content permission events
 2023-12-11 14:53 UTC  (8+ messages)
` [PATCH 4/4] fsnotify: pass access range in file permission hooks

[ANNOUNCE] xfs-linux: for-next updated to 18793e050504
 2023-12-11 12:29 UTC 

[PATCH] eventfd: Remove usage of the deprecated ida_simple_xx() API
 2023-12-11 12:30 UTC  (2+ messages)

[PATCH] quota: convert dquot_claim_space_nodirty() to return void
 2023-12-11 12:27 UTC  (2+ messages)

[PATCH v3 RESEND 0/2] fuse: Add support for resend pending requests
 2023-12-11 12:06 UTC  (3+ messages)
` [PATCH v3 RESEND 1/2] fuse: Introduce a new notification type "
` [PATCH v3 RESEND 2/2] fuse: Use the high bit of request ID for indicating resend requests

[syzbot] [gfs2] WARNING in vfs_utimes
 2023-12-11 11:58 UTC 


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