Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 07:45:54 to 2024-03-27 10:33:47 UTC [more...]

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-27 10:33 UTC  (6+ messages)
        ` [PATCH 2/2] vfs/idmapped_mounts.c: Change mount_setattr expected output

[PATCH 00/10] Further reduce overhead of fsnotify permission hooks
 2024-03-27 10:05 UTC  (4+ messages)
` [PATCH 01/10] fsnotify: rename fsnotify_{get,put}_sb_connectors()

[PATCH 0/6] Improve visibility of writeback
 2024-03-27  9:33 UTC  (19+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH 2/6] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH 5/6] writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v1] exfat: fix timing of synchronizing bitmap and inode
 2024-03-27  9:03 UTC 

[PATCH] fs,block: yield devices early
 2024-03-27  8:56 UTC  (4+ messages)

[PATCH v2 0/6] Improve visibility of writeback
 2024-03-27 15:57 UTC  (7+ messages)
` [PATCH v2 1/6] writeback: protect race between bdi release and bdi_debug_stats_show
` [PATCH v2 2/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH v2 3/6] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH v2 4/6] writeback: add wb_monitor.py script to monitor writeback info on bdi
` [PATCH v2 5/6] writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
` [PATCH v2 6/6] writeback: define GDTC_INIT_NO_WB to null

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-27  6:38 UTC  (5+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-27  5:30 UTC  (6+ messages)
` [PATCH v6 14/37] lib: introduce support for page allocation tagging

[PATCH v6 00/10] block atomic writes
 2024-03-27  3:50 UTC  (13+ messages)
` [PATCH v6 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v6 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v6 03/10] fs: Initial atomic write support
` [PATCH v6 04/10] fs: Add initial atomic write support info to statx
` [PATCH v6 05/10] block: Add core atomic write support
` [PATCH v6 06/10] block: Add atomic write support for statx
` [PATCH v6 07/10] block: Add fops atomic write support
` [PATCH v6 08/10] scsi: sd: Atomic "
` [PATCH v6 09/10] scsi: scsi_debug: "
` [PATCH v6 10/10] nvme: "

[PATCHSET v30.1 04/15] xfs: atomic file content exchanges
 2024-03-27  1:53 UTC  (2+ messages)
  ` [PATCH 01/15] vfs: export remap and write check helpers

[PATCH] mm/filemap: set folio->mapping to NULL before xas_store()
 2024-03-26 22:52 UTC  (4+ messages)

[PATCH v2] block: handle BLK_OPEN_RESTRICT_WRITES correctly
 2024-03-26 22:42 UTC  (3+ messages)

[PATCH v12 0/9] Landlock: IOCTL support
 2024-03-26 18:52 UTC  (19+ messages)
` [PATCH v12 1/9] security: Introduce ENOFILEOPS return value for IOCTL hooks
` [PATCH v12 2/9] landlock: Add IOCTL access right for character and block devices
` [PATCH v12 3/9] selftests/landlock: Test IOCTL support
` [PATCH v12 4/9] selftests/landlock: Test IOCTL with memfds
` [PATCH v12 5/9] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v12 6/9] selftests/landlock: Test IOCTLs on named pipes
` [PATCH v12 7/9] selftests/landlock: Check IOCTL restrictions for named UNIX domain sockets
` [PATCH v12 8/9] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
` [PATCH v12 9/9] landlock: Document IOCTL support

[PATCH v8 0/2] rust: xarray: Add an abstraction for XArray
 2024-03-26 17:03 UTC  (11+ messages)
` [PATCH v8 2/2] "

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-26 16:38 UTC  (30+ messages)
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()

[RFC v3 0/5] overlayfs: Optimize override/revert creds
 2024-03-26 16:23 UTC  (8+ messages)
` [RFC v3 1/5] cleanup: Fix discarded const warning when defining lock guard

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-03-26 15:39 UTC  (8+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f2e812c1522d
 2024-03-26 15:10 UTC  (5+ messages)

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-26 14:35 UTC  (29+ messages)
` [WIP 1/3] rust: Introduce atomic module

linux-mtd: ubiattach taking long time
 2024-03-26 14:10 UTC  (4+ messages)

kernel crash in mknod
 2024-03-26 12:53 UTC  (14+ messages)

[RFC PATCH] mm: swapfile: fix SSD detection with swapfile on btrfs
 2024-03-26 12:51 UTC  (3+ messages)

[PATCH][next] fs: Annotate struct file_handle with __counted_by() and use struct_size()
 2024-03-26 10:48 UTC  (3+ messages)

[PATCH mm-unstable v3 0/2] memcg_kmem hooks refactoring
 2024-03-26 10:37 UTC  (3+ messages)
` [PATCH mm-unstable v3 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH mm-unstable v3 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[syzbot] Monthly gfs2 report (Mar 2024)
 2024-03-26 10:19 UTC 

[PATCH RFC] fuse: require FUSE drivers to opt-in for local file leases
 2024-03-26 10:10 UTC  (3+ messages)

[PATCH v2][next] fsnotify: Avoid -Wflex-array-member-not-at-end warning
 2024-03-26  9:53 UTC  (2+ messages)

slab-out-of-bounds Read in ea_get/hex_dump_to_buffer
 2024-03-26  8:48 UTC 

[PATCH v2 0/2] Fix I/O high when memory almost met memcg limit
 2024-03-26  6:50 UTC  (4+ messages)
` [PATCH v2 2/2] mm/readahead: don't decrease mmap_miss when folio has workingset flags
  ` [PATCH v3] mm/filemap: don't decrease mmap_miss when folio has workingset flag

kernel BUG at mm/usercopy.c:102 -- pc : usercopy_abort
 2024-03-26  1:17 UTC  (6+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget
 2024-03-25 21:16 UTC  (2+ messages)

[PATCH v2 0/3] fs: aio: more folio conversion
 2024-03-25 19:50 UTC  (3+ messages)

[PATCH] fanotify: remove unneeded sub-zero check for unsigned value
 2024-03-25 19:16 UTC  (2+ messages)

Uneccesary flushes waking up suspended disks
 2024-03-25 17:09 UTC  (7+ messages)

Recent-ish changes in binfmt_elf made my program segfault
 2024-03-25 17:08 UTC  (10+ messages)

[PATCH v14 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-25 16:26 UTC  (3+ messages)
` [PATCH v14 8/9] ext4: Move CONFIG_UNICODE defguards into the code flow

[PATCH v11 0/9] Landlock: IOCTL support
 2024-03-25 13:25 UTC  (4+ messages)
` [PATCH v11 1/9] fs: Add and use vfs_get_ioctl_handler()

[PATCH] fs: Remove NTFS classic
 2024-03-25 12:05 UTC  (10+ messages)
    ` [PATCH 1/2] ntfs3: serve as alias for the legacy ntfs driver
    ` [PATCH 2/2] ntfs3: remove warning

BUG: unable to handle kernel paging request in fuse_copy_do
 2024-03-25 11:21 UTC  (11+ messages)

[Lsf-pc] [LSF/MM ATTEND] Over-the-wire data compression
 2024-03-25 10:40 UTC  (4+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-25  8:43 UTC  (11+ messages)

[PATCH v2 0/2] memcg_kmem hooks refactoring
 2024-03-25  8:20 UTC  (3+ messages)
` [PATCH v2 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH v2 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c


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