Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-04 04:21:00 to 2023-07-05 19:07:45 UTC [more...]

[PATCH v2 01/92] ibmvmc: update ctime in conjunction with mtime on write
 2023-07-05 19:01 UTC  (44+ messages)
  ` [PATCH v2 02/92] bfs: update ctime in addition to mtime when adding entries
  ` [PATCH v2 03/92] efivarfs: update ctime when mtime changes on a write
  ` [PATCH v2 04/92] exfat: ensure that ctime is updated whenever the mtime is
  ` [PATCH v2 05/92] apparmor: update ctime whenever the mtime changes on an inode
  ` [PATCH v2 06/92] cifs: update the ctime on a partial page write
  ` [PATCH v2 09/92] btrfs: convert to simple_rename_timestamp
  ` [PATCH v2 10/92] ubifs: "
  ` [PATCH v2 11/92] shmem: "
  ` [PATCH v2 12/92] exfat: "
  ` [PATCH v2 13/92] ntfs3: "
  ` [PATCH v2 14/92] reiserfs: "
  ` [PATCH v2 15/92] spufs: convert to ctime accessor functions
  ` [PATCH v2 16/92] s390: "
  ` [PATCH v2 17/92] binderfs: "
  ` [PATCH v2 18/92] infiniband: "
  ` [PATCH v2 19/92] ibm: "
  ` [PATCH v2 20/92] usb: "
  ` [PATCH v2 21/92] 9p: "
  ` [PATCH v2 22/92] adfs: "
  ` [PATCH v2 23/92] affs: "
  ` [PATCH v2 24/92] afs: "
  ` [PATCH v2 25/92] fs: "
  ` [PATCH v2 26/92] autofs: "
  ` [PATCH v2 27/92] befs: "
  ` [PATCH v2 28/92] bfs: "
  ` [PATCH v2 29/92] btrfs: "
  ` [PATCH v2 30/92] ceph: "
  ` [PATCH v2 31/92] coda: "
  ` [PATCH v2 32/92] configfs: "
  ` [PATCH v2 33/92] cramfs: "
  ` [PATCH v2 34/92] debugfs: "
  ` [PATCH v2 35/92] devpts: "
  ` [PATCH v2 37/92] efivarfs: "
  ` [PATCH v2 39/92] erofs: "
  ` [PATCH v2 41/92] ext2: "
  ` [PATCH v2 42/92] ext4: "
  ` [PATCH v2 43/92] f2fs: "
  ` [PATCH v2 44/92] fat: "
  ` [PATCH v2 46/92] fuse: "
  ` [PATCH v2 47/92] gfs2: "
  ` [PATCH v2 48/92] hfs: "
  ` [PATCH v2 49/92] hfsplus: "
  ` [PATCH v2 50/92] hostfs: "

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-05 18:58 UTC  (4+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
 2023-07-05 18:23 UTC  (22+ messages)
` [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
` [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
` [PATCH v2 6/6] mm: userfaultfd: add basic documentation "

[PATCH v2] readahead: Correct the start and size in ondemand_readahead()
 2023-07-05 16:52 UTC  (4+ messages)

[PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
 2023-07-05 16:19 UTC  (11+ messages)
  ` [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-07-05 16:14 UTC  (21+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fs: Block writes to mounted block devices
` [PATCH 3/6] xfs: Block writes to log device
` [PATCH 4/6] ext4: Block writes to journal device
` [PATCH 5/6] btrfs: Block writes to seed devices
` [PATCH 6/6] fs: Make bind mounts work with bdev_allow_write_mounted=n

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-05 16:12 UTC  (47+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions
` [PATCH 02/32] block: Use file->f_flags for determining exclusive opens in file_to_blk_mode()
` [PATCH 03/32] block: Use blkdev_get_handle_by_dev() in blkdev_open()
` [PATCH 04/32] block: Use blkdev_get_handle_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 05/32] drdb: Convert to use blkdev_get_handle_by_path()
` [PATCH 06/32] pktcdvd: Convert to blkdev_get_handle_by_dev()
` [PATCH 07/32] rnbd-srv: Convert to use blkdev_get_handle_by_path()
` [PATCH 08/32] xen/blkback: Convert to blkdev_get_handle_by_dev()
` [PATCH 09/32] zram: Convert to use blkdev_get_handle_by_dev()
` [PATCH 10/32] bcache: Convert to blkdev_get_handle_by_path()
` [PATCH 11/32] dm: Convert to blkdev_get_handle_by_dev()
` [PATCH 12/32] md: "
` [PATCH 13/32] mtd: block2mtd: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 14/32] nvmet: Convert to blkdev_get_handle_by_path()
` [PATCH 15/32] s390/dasd: "
` [PATCH 16/32] scsi: target: "
` [PATCH 17/32] PM: hibernate: Convert to blkdev_get_handle_by_dev()
` [PATCH 18/32] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 19/32] mm/swap: Convert to use blkdev_get_handle_by_dev()
` [PATCH 20/32] fs: Convert to blkdev_get_handle_by_path()
` [PATCH 21/32] btrfs: "
` [PATCH 22/32] erofs: Convert to use blkdev_get_handle_by_path()
` [PATCH 23/32] ext4: Convert to blkdev_get_handle_by_dev()
` [PATCH 24/32] f2fs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 25/32] jfs: Convert to blkdev_get_handle_by_dev()
` [PATCH 26/32] nfs/blocklayout: Convert to use blkdev_get_handle_by_dev/path()
` [PATCH 27/32] nilfs2: Convert to use blkdev_get_handle_by_path()
` [PATCH 28/32] ocfs2: Convert to use blkdev_get_handle_by_dev()
` [PATCH 29/32] reiserfs: Convert to blkdev_get_handle_by_dev/path()
` [PATCH 30/32] xfs: Convert to blkdev_get_handle_by_path()
` [PATCH 31/32] block: Remove blkdev_get_by_*() functions
` [PATCH 32/32] block: Rename blkdev_get_handle_by_*() and blkdev_handle_put()

[GIT PULL] xfs: more new code for 6.5
 2023-07-05 15:51 UTC 

[syzbot] [ntfs3?] WARNING in wnd_add_free_ext (2)
 2023-07-05 15:39 UTC 

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-05 15:28 UTC  (9+ messages)

[syzbot] [overlayfs?] general protection fault in d_path
 2023-07-05 14:10 UTC  (6+ messages)

[RFC PATCH 00/11] fixed worker
 2023-07-05 13:17 UTC  (19+ messages)
` [PATCH 01/11] io-wq: fix worker counting after worker received exit signal
` [PATCH 02/11] io-wq: add a new worker flag to indicate worker exit
` [PATCH 03/11] io-wq: add a new type io-wq worker
` [PATCH 05/11] io-wq: add a new parameter for creating a new fixed worker
` [PATCH 06/11] io-wq: return io_worker after successful inline worker creation
` [PATCH 07/11] io_uring: add new api to register fixed workers
` [PATCH 08/11] io_uring: add function to unregister "
` [PATCH 10/11] io-wq: distinguish fixed worker by its name
` [PATCH 11/11] io_uring: add IORING_SETUP_FIXED_WORKER_ONLY and its friend

[syzbot] [btrfs?] inconsistent lock state in btrfs_run_delayed_iputs
 2023-07-05 13:17 UTC 

[syzbot] [fs?] WARNING in handle_userfault
 2023-07-05 13:16 UTC  (3+ messages)

[PATCH v3 0/3] fuse: add a new fuse init flag to relax restrictions in no cache mode
 2023-07-05 10:23 UTC  (2+ messages)
` [RFC] [PATCH] fuse: DIO writes always use the same code path

[PATCH] exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
 2023-07-05  9:15 UTC 

[PATCH] ovl: move all parameter handling into params.{c,h}
 2023-07-05  9:13 UTC  (5+ messages)

[driver-core:debugfs_cleanup] [sysfs] 343c07ecbe: WARNING:at_fs/sysfs/group.c:#sysfs_remove_group
 2023-07-05  8:41 UTC 

[syzbot] [btrfs?] inconsistent lock state in btrfs_add_delayed_iput
 2023-07-05  7:47 UTC 

[PATCH] reiserfs: Check the return value from __getblk()
 2023-07-05  7:08 UTC  (4+ messages)

[PATCH] fs: Optimize unixbench's file copy test
 2023-07-05  4:49 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in merge_reloc_roots
 2023-07-05  3:55 UTC  (3+ messages)

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-07-05  3:27 UTC  (11+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless

[PATCH v22 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
 2023-07-04 22:15 UTC  (2+ messages)

[PATCH] afs: Fix accidental truncation when storing data
 2023-07-04 19:22 UTC 

[GIT PULL] overlayfs update for 6.5 - part 2
 2023-07-04 18:59 UTC  (2+ messages)

[PATCH 00/12] Convert write_cache_pages() to an iterator
 2023-07-04 18:08 UTC  (5+ messages)

[PATCH] fs: drop_caches: draining pages before dropping caches
 2023-07-04 18:06 UTC  (2+ messages)

[PATCH] writeback: Account the number of pages written back
 2023-07-04 18:03 UTC  (5+ messages)

[RFC][PATCH] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-07-04 13:19 UTC  (8+ messages)

[PATCH v22 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
 2023-07-04 10:10 UTC  (2+ messages)

btrfs compressed writeback cleanups
 2023-07-04  9:09 UTC  (17+ messages)
` [PATCH 01/23] btrfs: pass a flags argument to cow_file_range
` [PATCH 04/23] btrfs: remove btrfs_writepage_endio_finish_ordered
` [PATCH 06/23] btrfs: reduce debug spam from submit_compressed_extents
` [PATCH 07/23] btrfs: remove the return value from submit_uncompressed_range
` [PATCH 08/23] btrfs: remove the return value from extent_write_locked_range
` [PATCH 10/23] btrfs: reduce the number of arguments to btrfs_run_delalloc_range
` [PATCH 11/23] btrfs: clean up the check for uncompressed ranges in submit_one_async_extent
` [PATCH 13/23] btrfs: merge async_cow_start and compress_file_range

[PATCH 0/2] fs: rename follow-up fixes
 2023-07-04  8:22 UTC  (4+ messages)

[PATCH] libfs: fix table format warning
 2023-07-04  7:47 UTC  (2+ 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).