messages from 2024-01-23 13:28:01 to 2024-01-24 14:30:14 UTC [more...]
[PATCH 0/6] block atomic writes for XFS
2024-01-24 14:26 UTC (5+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[PATCH] fuse: add support for explicit export disabling
2024-01-24 14:28 UTC (7+ messages)
[LSF/MM TOPIC] Rust
2024-01-24 14:26 UTC (6+ messages)
[PATCH v2 0/3] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
2024-01-24 14:28 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"
` [PATCH v2 3/3] asm-generic: remove extra type checking in acquire/release for non-SMP case
[PATCH] exfat: fix file not locking when writing zeros in exfat_file_mmap()
2024-01-24 14:02 UTC (4+ messages)
[PATCH v5 0/2] io_uring: add support for ftruncate
2024-01-24 13:42 UTC (7+ messages)
` [PATCH v5 1/2] Add ftruncate_file that truncates a struct file
` [PATCH v5 2/2] io_uring: add support for ftruncate
[brauner-vfs:vfs.misc 12/13] include/linux/fs.h:911:9: error: call to '__compiletime_assert_207' declared with 'error' attribute: Need native word sized stores/loads for atomicity
2024-01-24 13:38 UTC (3+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-24 13:08 UTC (4+ messages)
[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
2024-01-24 12:47 UTC (3+ messages)
[PATCH v11 00/26] DEPT(Dependency Tracker)
2024-01-24 11:59 UTC (27+ messages)
` [PATCH v11 01/26] llist: Move llist_{head,node} definition to types.h
` [PATCH v11 02/26] dept: Implement Dept(Dependency Tracker)
` [PATCH v11 03/26] dept: Add single event dependency tracker APIs
` [PATCH v11 04/26] dept: Add lock "
` [PATCH v11 05/26] dept: Tie to Lockdep and IRQ tracing
` [PATCH v11 06/26] dept: Add proc knobs to show stats and dependency graph
` [PATCH v11 07/26] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v11 08/26] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v11 09/26] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v11 10/26] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v11 11/26] dept: Distinguish each syscall context from another
` [PATCH v11 12/26] dept: Distinguish each work "
` [PATCH v11 13/26] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v11 15/26] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v11 16/26] dept: Track timeout waits separately with a new Kconfig
` [PATCH v11 17/26] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v11 18/26] dept: Apply timeout consideration to swait
` [PATCH v11 19/26] dept: Apply timeout consideration to waitqueue wait
` [PATCH v11 20/26] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v11 21/26] dept: Apply timeout consideration to dma fence wait
` [PATCH v11 22/26] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v11 23/26] dept: Make Dept able to work with an external wgen
` [PATCH v11 24/26] dept: Track PG_locked with dept
` [PATCH v11 25/26] dept: Print event context requestor's stacktrace on report
` [PATCH v11 26/26] locking/lockdep, fs/jbd2: Use a weaker annotation in journal handling
[PATCH RFC 0/3] Enable tmpfs quotas
2024-01-24 11:42 UTC (7+ messages)
` [PATCH 2/3] Add quotactl_fd() support
` "
` [PATCH 3/3] Enable support for tmpfs quotas
` "
[PATCH v3 00/15] block atomic writes
2024-01-24 11:38 UTC (16+ messages)
` [PATCH v3 01/15] block: Add atomic write operations to request_queue limits
` [PATCH v3 02/15] block: Limit atomic writes according to bio and queue limits
` [PATCH v3 03/15] fs/bdev: Add atomic write support info to statx
` [PATCH v3 04/15] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH v3 05/15] block: Add REQ_ATOMIC flag
` [PATCH v3 06/15] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 08/15] block: Error an attempt to split an atomic write bio
` [PATCH v3 09/15] block: Add checks to merging of atomic writes
` [PATCH v3 10/15] block: Add fops atomic write support
` [PATCH v3 11/15] scsi: sd: Support reading atomic write properties from block limits VPD
` [PATCH v3 12/15] scsi: sd: Add WRITE_ATOMIC_16 support
` [PATCH v3 13/15] scsi: scsi_debug: Atomic write support
` [PATCH v3 14/15] nvme: Support atomic writes
` [PATCH v3 15/15] nvme: Ensure atomic writes will be executed atomically
[ANNOUNCE] util-linux v2.40-rc1
2024-01-24 11:36 UTC
[PATCH 0/2] fs: make the i_size_read/write helpers be smp_load_acquire/store_release()
2024-01-24 11:20 UTC (5+ messages)
[PATCH -next] fs: remove NTFS classic from docum. index
2024-01-24 11:12 UTC (2+ messages)
[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag
2024-01-24 11:08 UTC (4+ messages)
[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
2024-01-24 10:11 UTC (9+ messages)
` SECURITY PROBLEM: Any user can crash the kernel with TCP ZEROCOPY
[PATCH v3 0/9] File abstractions needed by Rust Binder
2024-01-24 10:11 UTC (11+ messages)
` [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v3 7/9] rust: file: add `Kuid` wrapper
` [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v3 9/9] rust: file: add abstraction for `poll_table`
Recent-ish changes in binfmt_elf made my program segfault
2024-01-24 6:59 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to d8d222e09dab
2024-01-24 6:01 UTC
[GIT PULL] bcachefs updates for 6.8
2024-01-24 5:52 UTC (11+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-24 5:34 UTC (14+ messages)
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
` [RFC PATCH 12/19] rust: fs: introduce `FileSystem::statfs`
` [RFC PATCH 16/19] rust: fs: allow file systems backed by a block device
` [RFC PATCH 19/19] tarfs: introduce tar fs
[PATCH v2 bpf-next 00/30] BPF token
2024-01-24 2:21 UTC (31+ messages)
` [PATCH v2 bpf-next 01/30] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v2 bpf-next 02/30] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v2 bpf-next 03/30] bpf: introduce BPF token object
` [PATCH v2 bpf-next 04/30] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v2 bpf-next 05/30] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v2 bpf-next 06/30] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v2 bpf-next 07/30] bpf: take into account BPF token when fetching helper protos
` [PATCH v2 bpf-next 08/30] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v2 bpf-next 09/30] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v2 bpf-next 10/30] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v2 bpf-next 11/30] bpf,lsm: add BPF token "
` [PATCH v2 bpf-next 12/30] libbpf: add bpf_token_create() API
` [PATCH v2 bpf-next 13/30] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v2 bpf-next 14/30] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v2 bpf-next 15/30] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v2 bpf-next 16/30] selftests/bpf: add BPF token-enabled tests
` [PATCH v2 bpf-next 17/30] bpf,selinux: allocate bpf_security_struct per BPF token
` [PATCH v2 bpf-next 18/30] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options
` [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for "
` [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests
[PATCH 0/5] Fix and cleanups to page-writeback
2024-01-24 2:01 UTC (7+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh
` [PATCH 5/5] mm: remove stale comment __folio_mark_dirty
[PATCH v2 0/3] mm/mempolicy: weighted interleave mempolicy and sysfs extension
2024-01-24 1:51 UTC (8+ messages)
` [PATCH v2 3/3] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2024-01-24 0:09 UTC (12+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
[PATCH 3/3] mm/maps: read proc/pid/maps under RCU
2024-01-23 23:48 UTC (5+ messages)
[PATCH 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
2024-01-23 23:31 UTC (7+ messages)
` [PATCH 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH 2/5] dm: dm-zoned: pass GFP_KERNEL to blkdev_zone_mgmt
[PATCH v2 1/3] mm: make vm_area_struct anon_name field RCU-safe
2024-01-23 23:10 UTC (3+ messages)
` [PATCH v2 2/3] mm: add mm_struct sequence number to detect write locks
` [PATCH v2 3/3] mm/maps: read proc/pid/maps under RCU
[syzbot] [hfs?] KASAN: invalid-free in hfsplus_release_folio (2)
2024-01-23 18:58 UTC
[syzbot] [reiserfs?] kernel BUG in direntry_check_right
2024-01-23 18:57 UTC (3+ messages)
[PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
2024-01-23 18:03 UTC (9+ messages)
` [PATCH 19/82] fs: Refactor intentional wrap-around calculation
` [PATCH 37/82] aio: Refactor intentional wrap-around test
` [PATCH 53/82] fs: "
[RFC] HACK: overlayfs: Optimize overlay/restore creds
2024-01-23 16:37 UTC (10+ messages)
[GIT PULL] fixes for exportfs
2024-01-23 16:28 UTC (2+ messages)
[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
2024-01-23 15:59 UTC (18+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode
` [PATCH v8 05/19] block, fs: Restore the per-bio/request data lifetime fields
[PATCH v3] eventfd: move 'eventfd-count' printing out of spinlock
2024-01-23 15:55 UTC (2+ messages)
[PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
2024-01-23 15:51 UTC (7+ messages)
[PATCH v5 0/2] fix the fallback implementation of get_name
2024-01-23 15:51 UTC (2+ messages)
[PATCH v1 0/9] fuse: basic support for idmapped mounts
2024-01-23 15:45 UTC (4+ messages)
[PATCH v2] readahead: Avoid multiple marked readahead pages
2024-01-23 15:32 UTC
[PATCH v4 5/6] add listmount(2) syscall
2024-01-23 15:31 UTC (4+ messages)
[PATCH 0/9] Remove GFP_NOFS uses from ext2, udf, and quota code
2024-01-23 15:25 UTC (10+ messages)
` [PATCH 1/9] udf: Remove GFP_NOFS from dir iteration code
` [PATCH 2/9] udf: Avoid GFP_NOFS allocation in udf_symlink()
` [PATCH 3/9] udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()
` [PATCH 4/9] udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
` [PATCH 5/9] ext2: Drop GFP_NOFS allocation from ext2_init_block_alloc_info()
` [PATCH 6/9] ext2: Drop GFP_NOFS use in ext2_get_blocks()
` [PATCH 7/9] ext2: Remove GFP_NOFS use in ext2_xattr_cache_insert()
` [PATCH 8/9] quota: Set nofs allocation context when acquiring dqio_sem
` [PATCH 9/9] quota: Drop GFP_NOFS instances under dquot->dq_lock and dqio_sem
[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
2024-01-23 15:07 UTC (3+ messages)
` "
[PATCH 00/10] netfs, afs, cifs, cachefiles, erofs: Miscellaneous fixes
2024-01-23 15:03 UTC (3+ messages)
[REGRESSION] 6.6.10+ and 6.7+ kernels lock up early in init
2024-01-23 13:57 UTC (6+ messages)
[PATCH v2 00/34] Open block devices as files
2024-01-23 13:26 UTC (10+ messages)
` [PATCH v2 26/34] reiserfs: port block device access to file
` [PATCH v2 27/34] bdev: remove bdev_open_by_path()
` [PATCH v2 28/34] bdev: make bdev_release() private to block layer
` [PATCH v2 29/34] bdev: make struct bdev_handle private to the "
` [PATCH v2 30/34] bdev: remove bdev pointer from struct bdev_handle
` [PATCH v2 31/34] block: use file->f_op to indicate restricted writes
` [PATCH v2 32/34] block: remove bdev_handle completely
` [PATCH v2 33/34] block: expose bdev_file_inode()
` [PATCH v2 34/34] ext4: rely on sb->f_bdev only
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).