linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 07:16:24 to 2021-08-27 12:49:53 UTC [more...]

[PATCH 04/12] fscache: Add a cookie debug ID and use that in traces
 2021-08-27 12:49 UTC  (11+ messages)
` [PATCH 00/12] fscache: Some prep work for fscache rewrite
  ` [PATCH 10/12] fscache: Fix cookie key hashing
  ` [PATCH 11/12] fscache: Fix fscache_cookie_put() to not deref after dec
  ` [PATCH v2 04/12] fscache: Add a cookie debug ID and use that in traces
    ` [Linux-cachefs] "

[GIT PULL] File locking changes for v5.15
 2021-08-27 12:49 UTC 

[GIT PULL] Memory folios for v5.15
 2021-08-27 12:05 UTC  (44+ messages)

oops pstore blk device
 2021-08-27 11:10 UTC 

[PATCH v6 00/21] File system wide monitoring
 2021-08-27 10:22 UTC  (15+ messages)
` [PATCH v6 09/21] fsnotify: Allow events reported with an empty inode
              ` audit watch and kernfs
` [PATCH v6 18/21] fanotify: Emit generic error info type for error event

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-27 10:18 UTC  (15+ messages)

[PATCH v2 0/6] netfs, afs, ceph: Support folios, at least partially
 2021-08-27  9:44 UTC  (7+ messages)
` [PATCH v2 1/6] afs: Fix afs_launder_page() to set correct start file position
` [PATCH v2 2/6] afs: Sort out symlink reading
` [PATCH v2 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v2 4/6] folio: Add a function to get the host inode for "
` [PATCH v2 5/6] netfs, afs, ceph: Use folios
` [PATCH v2 6/6] afs: Use folios in directory handling

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-27  9:25 UTC  (17+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 03/12] vdpa: Fix some coding style issues
` [PATCH v11 05/12] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v11 10/12] vduse: Implement an MMU-based software IOTLB
` [PATCH v11 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace

[PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-27  5:27 UTC  (19+ messages)
` [PATCH v7 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v7 4/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v7 7/8] fsdax: Introduce dax_iomap_ops for end of reflink
` [PATCH v7 8/8] fs/xfs: Add dax dedupe support

Minimum inode cache size? (was: Slow file operations on file server with 30 TB hardware RAID and 100 TB software RAID)
 2021-08-26 21:53 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to 742dd4b8c5bb
 2021-08-26 21:19 UTC  (2+ messages)
` [ANNOUNCE] xfs-linux: iomap-for-next updated to 03b8df8d43ec

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-08-26 19:14 UTC  (8+ messages)

[RFC PATCH v8 00/24] ceph+fscrypt: context, filename and symlink support
 2021-08-26 16:20 UTC  (25+ messages)
` [RFC PATCH v8 01/24] vfs: export new_inode_pseudo
` [RFC PATCH v8 02/24] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [RFC PATCH v8 03/24] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v8 04/24] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v8 05/24] ceph: preallocate inode for ops that may create one
` [RFC PATCH v8 06/24] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [RFC PATCH v8 07/24] ceph: add fscrypt_* handling to caps.c
` [RFC PATCH v8 08/24] ceph: crypto context handling for ceph
` [RFC PATCH v8 09/24] ceph: add ability to set fscrypt_auth via setattr
` [RFC PATCH v8 10/24] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v8 11/24] ceph: add fscrypt ioctls
` [RFC PATCH v8 12/24] ceph: decode alternate_name in lease info
` [RFC PATCH v8 13/24] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v8 14/24] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v8 15/24] ceph: send altname in MClientRequest
` [RFC PATCH v8 16/24] ceph: encode encrypted name in dentry release
` [RFC PATCH v8 17/24] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [RFC PATCH v8 18/24] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v8 19/24] ceph: add helpers for converting names for userland presentation
` [RFC PATCH v8 20/24] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v8 21/24] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v8 22/24] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v8 23/24] ceph: make ceph_get_name decrypt filenames
` [RFC PATCH v8 24/24] ceph: add a new ceph.fscrypt.auth vxattr

dax_supported() related cleanups v2
 2021-08-26 16:19 UTC  (14+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

[PATCH] fs:exfat fix out of bound bug in __exfat_free_cluster
 2021-08-26 14:26 UTC 

[PATCH] vfs: parse sloppy mount option in correct order
 2021-08-26 13:32 UTC  (5+ messages)

[PATCH] lib/string: Bring optimized memcmp from glibc
 2021-08-26  9:03 UTC  (8+ messages)

[PATCH 0/7] add simple copy support
 2021-08-26  7:46 UTC  (6+ messages)
  ` [PATCH 3/7] block: copy offload support infrastructure

[PATCH 1/1] exec: fix typo and grammar mistake in comment
 2021-08-26  5:31 UTC  (4+ messages)

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-08-25 19:41 UTC  (6+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "
  ` [RFC PATCH 2/9] audit, io_uring, io-wq: "

[PATCH v2] x86/mm: fix kern_addr_valid to cope with existing but not present entries
 2021-08-25 18:47 UTC  (2+ messages)

[GIT PULL] Hole punch vs page cache filling races fixes for 5.15-rc1
 2021-08-25 14:51 UTC 

[GIT PULL] UDF and isofs fixes and cleanups for 5.15-rc1
 2021-08-25 13:19 UTC 

[GIT PULL] FIEMAP cleanups for 5.15-rc1
 2021-08-25 12:53 UTC 

[GIT PULL] Fsnotify changes for v5.15-rc1
 2021-08-25 12:45 UTC 

Re: [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
 2021-08-25  7:57 UTC  (3+ messages)
` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

configfs lookup race fix
 2021-08-25  6:49 UTC  (5+ messages)
` [PATCH 1/4] configfs: return -ENAMETOOLONG earlier in configfs_lookup
` [PATCH 2/4] configfs: simplify the configfs_dirent_is_ready
` [PATCH 3/4] configfs: fold configfs_attach_attr into configfs_lookup
` [PATCH 4/4] configfs: fix a race in configfs_lookup()

[PATCH] MAINTAINERS: exfat: update my email address
 2021-08-25  4:48 UTC 

[PATCH/RFC 00/11] expose btrfs subvols in mount table correctly
 2021-08-25  2:06 UTC  (9+ messages)
` [PATCH] VFS/BTRFS/NFSD: provide more unique inode number for btrfs export

[PATCHSET 0/2] dax: fix broken pmem poison narrative
 2021-08-24 19:25 UTC  (3+ messages)

[RFC PATCH v1] aio: Add support for the POLLFREE
 2021-08-24 17:25 UTC 

[PATCH 0/6] netfs, afs, ceph: Support folios, at least partially
 2021-08-24 14:38 UTC  (12+ messages)
` [PATCH 1/6] afs: Fix afs_launder_page() to set correct start file position
` [PATCH 2/6] folio: Add a function to change the private data attached to a folio
` [PATCH 3/6] folio: Add a function to get the host inode for "
` [PATCH 4/6] afs: Sort out symlink reading
` [PATCH 5/6] netfs, afs, ceph: Use folios
` [PATCH 6/6] afs: Use folios in directory handling

[PATCH v2 0/6] fs/ntfs3: Use new mount api and change some opts
 2021-08-24 14:13 UTC  (18+ messages)
` [PATCH v2 1/6] fs/ntfs3: Remove unnecesarry mount option noatime
` [PATCH v2 2/6] fs/ntfs3: Remove unnecesarry remount flag handling
` [PATCH v2 3/6] fs/ntfs3: Use new api for mounting
` [PATCH v2 4/6] fs/ntfs3: Make mount option nohidden more universal
` [PATCH v2 6/6] fs/ntfs3: Rename mount option no_acl_rules > (no)acl_rules

[PATCH] fs: clean up after mandatory file locking support removal
 2021-08-24 13:00 UTC  (3+ messages)

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-08-24 11:33 UTC  (5+ messages)
` [PATCH v27 04/10] fs/ntfs3: Add file operations and implementation

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-08-24 10:15 UTC  (8+ messages)
` [virtiofsd PATCH v4 0/4] virtiofsd: "
  ` [virtiofsd PATCH v4 4/4] virtiofsd: support per-file DAX in FUSE_LOOKUP
    ` [Virtio-fs] "

[PATCH v6 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-08-24  7:59 UTC  (8+ messages)
` [PATCH v6 10/19] gfs2: Introduce flag for glock holder auto-demotion
  ` [Cluster-devel] "

[PATCH] fs: remove unused local variable inode
 2021-08-24  7:43 UTC 

unicode cleanups, and split the data table into a separate module
 2021-08-24  7:34 UTC  (4+ messages)
` [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-24  7:14 UTC  (5+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()


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