linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-30 10:34:44 to 2023-02-01 09:53:36 UTC [more...]

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-01  9:52 UTC  (15+ messages)

[PATCH 00/12] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-01  8:52 UTC  (14+ messages)
` [PATCH 01/12] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH 02/12] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH 03/12] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH 04/12] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH 05/12] cifs: Add a function to Hash the contents of "
` [PATCH 06/12] cifs: Add some helper functions
` [PATCH 07/12] cifs: Add a function to read into an iter from a socket
` [PATCH 08/12] cifs: Change the I/O paths to use an iterator rather than a page list
` [PATCH 09/12] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH 10/12] cifs: Remove unused code
` [PATCH 11/12] cifs: Fix problem with encrypted RDMA data read
` [PATCH 12/12] cifs: DIO to/from KVEC-type iterators should now work

[linus:master] [maple_tree] 120b116208: INFO:task_blocked_for_more_than#seconds
 2023-02-01  8:37 UTC  (5+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in hfs_cat_keycmp
 2023-02-01  7:57 UTC  (3+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in mi_find_attr
 2023-02-01  7:54 UTC  (2+ messages)

[PATCH v9 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-01  7:04 UTC  (7+ messages)
` [PATCH v9 1/3] userfaultfd: Add UFFD WP Async support
` [PATCH v9 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v9 3/3] selftests: vm: add pagemap ioctl tests

[PATCH] fscrypt: Copy the memcg information to the ciphertext page
 2023-02-01  6:31 UTC  (5+ messages)

[PATCH] sched: Consider capacity for certain load balancing decisions
 2023-02-01  1:20 UTC 

replacement i_version counter for xfs
 2023-01-31 23:31 UTC  (11+ messages)

[RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
 2023-01-31 21:33 UTC  (4+ messages)
` [RFC v6 05/10] iomap/gfs2: Get page in page_prepare handler

[syzbot] WARNING in hfsplus_free_extents
 2023-01-31 21:25 UTC  (2+ messages)
` [syzbot] [hfsplus?] "

[PATCH v2 0/2] docs: actualize file_system_type and super_operations descriptions
 2023-01-31 21:16 UTC  (4+ messages)
` [PATCH v2 1/2] docs: filesystems: vfs: actualize struct file_system_type description
` [PATCH v2 2/2] docs: filesystems: vfs: actualize struct super_operations description
  ` [PATCH v3] "

[PATCH 2/2] docs: filesystems: vfs: actualize struct super_operations description
 2023-01-31 21:12 UTC  (3+ messages)

[RFCv2 0/3] iomap: Add support for subpage dirty state tracking to improve write performance
 2023-01-31 20:00 UTC  (22+ messages)
` [RFCv2 1/3] iomap: Move creation of iomap_page early in __iomap_write_begin
` [RFCv2 2/3] iomap: Change uptodate variable name to state
` [RFCv2 3/3] iomap: Support subpage size dirty tracking to improve write performance

[GIT PULL] iov_iter: Improve page extraction (pin or just list)
 2023-01-31 17:54 UTC  (19+ messages)

[PATCH][v2] aio: fix mremap after fork null-deref
 2023-01-31 17:25 UTC 

[PATCH v4] fcntl: Add 32bit filesystem mode
 2023-01-31 16:12 UTC  (2+ messages)

[PATCH 1/2] proc: fix to check name length in proc_lookup_de()
 2023-01-31 15:55 UTC  (2+ messages)
` [PATCH 2/2] proc: fix .s_blocksize and .s_blocksize_bits

[syzbot] [hfsplus?] [udf?] [fat?] [jfs?] [vfs?] [hfs?] [exfat?] [ntfs3?] WARNING in __mpage_writepage
 2023-01-31 15:06 UTC  (3+ messages)

[PATCH v2 0/8] acl: remove generic posix acl handlers from all xattr handlers
 2023-01-31 15:18 UTC  (18+ messages)
` [PATCH v2 1/8] fs: don't use IOP_XATTR for posix acls
` [PATCH v2 2/8] xattr: simplify listxattr helpers
` [PATCH v2 3/8] xattr: add listxattr helper
` [PATCH v2 4/8] xattr: remove unused argument
` [PATCH v2 5/8] fs: drop unused posix acl handlers
` [PATCH v2 6/8] fs: simplify ->listxattr() implementation
` [PATCH v2 7/8] reiserfs: rework "
` [PATCH v2 8/8] fs: rename generic posix acl handlers

[PATCH v2] proc: remove mark_inode_dirty() in .setattr()
 2023-01-31 15:08 UTC 

[RFC PATCH v1 0/6] proc: Add allowlist for procfs files
 2023-01-31 13:53 UTC  (5+ messages)

[PATCH 01/23] block: factor out a bvec_set_page helper
 2023-01-31 13:45 UTC  (57+ messages)
` add bvec initialization helpers
  ` [PATCH 02/23] block: add a bvec_set_folio helper
  ` [PATCH 03/23] block: add a bvec_set_virt helper
  ` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
  ` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
  ` [PATCH 06/23] nvmet: "
  ` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
  ` [PATCH 08/23] rbd: use bvec_set_page to initialize the copy up bvec
  ` [PATCH 09/23] virtio_blk: use bvec_set_virt to initialize special_vec
  ` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
  ` [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec
  ` [PATCH 13/23] cifs: use bvec_set_page to initialize bvecs
  ` [PATCH 18/23] io_uring: use bvec_set_page to initialize a bvec
  ` [PATCH 21/23] sunrpc: use bvec_set_page to initialize bvecs
  ` [PATCH 22/23] vring: use bvec_set_page to initialize a bvec
  ` [PATCH 23/23] net-ceph: use bvec_set_page to initialize bvecs
  ` [PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
  ` [PATCH 11/23] afs: use bvec_set_folio "

[PATCH 1/2] docs: filesystems: vfs: actualize struct file_system_type description
 2023-01-31 12:15 UTC 

[PATCH RESEND] pipe: avoid creating empty pipe buffers
 2023-01-31 12:11 UTC 

[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
 2023-01-31  8:40 UTC  (12+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v9 00/25] DEPT(Dependency Tracker)
 2023-01-31  8:39 UTC  (26+ messages)
` [PATCH v9 01/25] llist: Move llist_{head,node} definition to types.h
` [PATCH v9 02/25] dept: Implement Dept(Dependency Tracker)
` [PATCH v9 03/25] dept: Add single event dependency tracker APIs
` [PATCH v9 04/25] dept: Add lock "
` [PATCH v9 05/25] dept: Tie to Lockdep and IRQ tracing
` [PATCH v9 06/25] dept: Add proc knobs to show stats and dependency graph
` [PATCH v9 07/25] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v9 08/25] dept: Apply sdt_might_sleep_{start,end}() to PG_{locked,writeback} wait
` [PATCH v9 09/25] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v9 10/25] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v9 11/25] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v9 12/25] dept: Distinguish each syscall context from another
` [PATCH v9 13/25] dept: Distinguish each work "
` [PATCH v9 14/25] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v9 15/25] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v9 16/25] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v9 17/25] dept: Track timeout waits separately with a new Kconfig
` [PATCH v9 18/25] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v9 19/25] dept: Apply timeout consideration to swait
` [PATCH v9 20/25] dept: Apply timeout consideration to waitqueue wait
` [PATCH v9 21/25] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v9 22/25] dept: Apply timeout consideration to dma fence wait
` [PATCH v9 23/25] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v9 24/25] dept: Make Dept able to work with an external wgen
` [PATCH v9 25/25] dept: Track the potential waits of PG_{locked,writeback}

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-01-31  6:11 UTC  (3+ messages)
` [PATCH 06/14] xfs: document how online fsck deals with eventual consistency

[PATCH] udf: Reserve bits for Bitmap Descriptor buffers
 2023-01-31  1:40 UTC 

[GIT PULL] fscache: Fix incorrect mixing of wake/wait and missing barriers
 2023-01-31  1:38 UTC  (2+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-01-30 19:27 UTC  (16+ messages)
          ` [PATCH] [REGRESSION] "

[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
 2023-01-30 17:03 UTC  (3+ messages)
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-30 11:24 UTC  (6+ messages)
    ` [External] "

[PATCH 2/2] mpage: Convert __mpage_writepage() to use a folio more fully
 2023-01-30 11:04 UTC  (2+ messages)

[PATCH v3 0/2] Fixes for fscache volume operations
 2023-01-30 10:56 UTC  (2+ messages)

[PATCH 20/23] rxrpc: use bvec_set_page to initialize a bvec
 2023-01-30 10:33 UTC  (2+ messages)

[PATCH 11/23] afs: use bvec_set_folio to initialize a bvec
 2023-01-30  9:21 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).