linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 05:48:08 to 2021-03-15 20:04:41 UTC [more...]

[PATCH -next 0/5] block: add a sequence number to disks
 2021-03-15 20:02 UTC  (6+ messages)
` [PATCH -next 1/5] block: add disk sequence number
` [PATCH -next 2/5] block: add ioctl to read the "
` [PATCH -next 3/5] block: refactor sysfs code
` [PATCH -next 4/5] block: export diskseq in sysfs
` [PATCH -next 5/5] loop: increment sequence number

[PATCH v4 00/25] Page folios
 2021-03-15 19:40 UTC  (21+ messages)
` [PATCH v4 01/25] mm: Introduce struct folio
` [PATCH v4 03/25] mm/vmstat: Add functions to account folio statistics
` [PATCH v4 07/25] mm: Create FolioFlags
` [PATCH v4 09/25] mm: Add folio_index, folio_page and folio_contains

[PATCH v2] seq_file: Unconditionally use vmalloc for buffer
 2021-03-15 18:33 UTC  (2+ messages)

[PATCH 0/2] ceph: snapdir dentry handling fixes
 2021-03-15 18:07 UTC  (3+ messages)
` [PATCH 1/2] ceph: don't clobber i_snap_caps on non-I_NEW inode
` [PATCH 2/2] ceph: don't use d_add in ceph_handle_snapdir

[PATCH v3] flock.2: add CIFS details
 2021-03-15 18:05 UTC  (11+ messages)
` [PATCH v4] "

[PATCH] seq_file: Unconditionally use vmalloc for buffer
 2021-03-15 17:40 UTC  (4+ messages)

[GIT PULL] afs: Fix oops and confusion from metadata xattrs
 2021-03-15 17:24 UTC 

[RFC][PATCHSET v2] inode type bits fixes
 2021-03-15 17:19 UTC  (21+ messages)
  ` [PATCH v2 01/15] new helper: inode_wrong_type()
    ` [PATCH v2 02/15] ceph: fix up error handling with snapdirs
    ` [PATCH v2 03/15] ceph: don't allow type or device number to change on non-I_NEW inodes
    ` [PATCH v2 04/15] afs: Fix updating of i_mode due to 3rd party change
    ` [PATCH v2 05/15] vboxsf: don't allow to change the inode type
    ` [PATCH v2 06/15] orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap
    ` [PATCH v2 07/15] ocfs2_inode_lock_update(): make sure we don't change the type bits of i_mode
    ` [PATCH v2 08/15] gfs2: be careful with inode refresh
    ` [PATCH v2 09/15] do_cifs_create(): don't set ->i_mode of something we had not created
    ` [PATCH v2 10/15] cifs: have ->mkdir() handle race with another client sanely
    ` [PATCH v2 11/15] cifs: have cifs_fattr_to_inode() refuse to change type on live inode
    ` [PATCH v2 12/15] hostfs_mknod(): don't bother with init_special_inode()
    ` [PATCH v2 13/15] openpromfs: don't do unlock_new_inode() until the new inode is set up
    ` [PATCH v2 14/15] 9p: missing chunk of "fs/9p: Don't update file type when updating file attributes"
    ` [PATCH v2 15/15] spufs: fix bogosity in S_ISGID handling

[PATCH 0/2] zonefs fixes
 2021-03-15 17:08 UTC  (10+ messages)
` [PATCH 1/2] zonefs: prevent use of seq files as swap file
` [PATCH 2/2] zonefs: Fix O_APPEND async write handling

[PATCH v2 0/2] AFS metadata xattr fixes
 2021-03-15 17:02 UTC  (4+ messages)
` [PATCH v2 2/2] afs: Stop listxattr() from listing "afs.*" attributes

[PATCH 0/3] tweak idmap helpers
 2021-03-15 14:54 UTC  (4+ messages)
` [PATCH 1/3] fs: introduce fsuidgid_has_mapping() helper
` [PATCH 2/3] fs: improve naming for fsid helpers
` [PATCH 3/3] fs: introduce two little fs{u,g}id inode initialization helpers

[PATCH v23 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-03-15 14:44 UTC  (11+ messages)
` [PATCH v23 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v23 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v23 03/10] fs/ntfs3: Add bitmap
` [PATCH v23 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v23 05/10] fs/ntfs3: Add attrib operations
` [PATCH v23 06/10] fs/ntfs3: Add compression
` [PATCH v23 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v23 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v23 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v23 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v5 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-15 14:44 UTC  (15+ messages)
` [PATCH v5 01/11] file: Export __receive_fd() to modules
    `  "
` [PATCH v5 02/11] eventfd: Increase the recursion depth of eventfd_signal()
` [PATCH v5 03/11] vhost-vdpa: protect concurrent access to vhost device iotlb
` [PATCH v5 04/11] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v5 05/11] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v5 06/11] vdpa: factor out vhost_vdpa_pa_map()
` [PATCH v5 07/11] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v5 08/11] vduse: Implement an MMU-based IOMMU driver
` [PATCH v5 09/11] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v5 10/11] vduse: Add config interrupt support
` [PATCH v5 11/11] Documentation: Add documentation for VDUSE

[RFC][PATCH 0/3] vfs: Use an xarray instead of inserted bookmarks to scan mount list
 2021-03-15 14:22 UTC  (10+ messages)
` [PATCH 1/3] vfs: Use an xarray in the mount namespace to handle /proc/mounts list
` [PATCH 2/3] vfs: Use the mounts_to_id array to do /proc/mounts and co
` [PATCH 3/3] vfs: Remove mount list trawling cursor stuff

[PATCH 5.4 023/168] mount: fix mounting of detached mounts onto targets that reside on shared mounts
 2021-03-15 13:54 UTC 

[PATCH 5.11 039/306] mount: fix mounting of detached mounts onto targets that reside on shared mounts
 2021-03-15 13:51 UTC 

[PATCH 5.10 031/290] mount: fix mounting of detached mounts onto targets that reside on shared mounts
 2021-03-15 13:52 UTC 

[PATCH] proc/sysctl: Fix function name error in comments
 2021-03-15 11:19 UTC 

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-15 11:06 UTC  (6+ messages)

[RFC PATCH 0/3] block_dump: remove block dump
 2021-03-15  9:56 UTC  (9+ messages)
` [RFC PATCH 1/3] block_dump: remove block_dump feature in mark_inode_dirty()
` [RFC PATCH 2/3] block_dump: remove block_dump feature
` [RFC PATCH 3/3] block_dump: remove comments in docs

[PATCH v19 0/8] Free some vmemmap pages of HugeTLB page
 2021-03-15  9:20 UTC  (9+ messages)
` [PATCH v19 1/8] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [PATCH v19 2/8] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v19 3/8] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v19 4/8] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [PATCH v19 5/8] mm: hugetlb: alloc "
` [PATCH v19 6/8] mm: hugetlb: set the PageHWPoison to the raw error page
` [PATCH v19 7/8] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [PATCH v19 8/8] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate

[PATCH v6 00/40] idmapped mounts
 2021-03-15  8:40 UTC  (6+ messages)
` [PATCH v6 02/40] fs: add id translation helpers

[PATCH] exfat: speed up iterate/lookup by fixing start point of traversing fat chain
 2021-03-15  4:33 UTC 

[PATCH 0/3] Make UTF-8 encoding loadable
 2021-03-15  4:22 UTC  (9+ messages)
` [PATCH 1/3] fs: unicode: Rename function names from utf8 to unicode
` [PATCH 2/3] fs: unicode: Rename utf8-core file to unicode-core
` [PATCH 3/3] fs: unicode: Add utf8 module and a unicode layer
` [PATCH 3/3] fs: unicode: Make UTF-8 encoding loadable

[PATCH] exfat: improve write performance when dirsync enabled
 2021-03-15  4:12 UTC 

[PATCH 7/9] iomem: remove the iomem file system
 2021-03-14 13:55 UTC  (2+ messages)
` [iomem] e14497b88f: BUG:KASAN:null-ptr-deref_in_alloc_anon_inode

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-14  5:10 UTC  (12+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-13 22:00 UTC  (11+ messages)
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()

epoll_wait.2: epoll_pwait2(2) prototype
 2021-03-13 17:10 UTC  (3+ messages)

[RFC PATCH] implement orangefs_readahead
 2021-03-13 15:31 UTC  (4+ messages)
    ` [RFC PATCH v2] "

[PATCH] include: linux: Fix a typo in the file fs.h
 2021-03-13  6:14 UTC  (3+ messages)

[PATCH v2 0/4] Remove nrexceptional tracking
 2021-03-13  2:35 UTC  (3+ messages)

[PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()
 2021-03-12 20:05 UTC  (8+ messages)
` [PATCH 1/4] fs/btrfs: Convert kmap to kmap_local_page() using coccinelle
` [PATCH 2/4] fs/btrfs: Convert raid5/6 kmaps to kmap_local_page()

[GIT PULL] configfs fix for 5.12
 2021-03-12 20:03 UTC  (2+ messages)

[PATCH v18 4/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
 2021-03-12 17:50 UTC  (12+ messages)

mmotm 2021-03-11-21-46 uploaded
 2021-03-12 17:14 UTC  (2+ messages)
` mmotm 2021-03-11-21-46 uploaded (mm/shmem.c)

[PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2021-03-12 16:41 UTC  (6+ messages)
` [PATCH v6 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v6 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v6 4/5] proc: Relax check of mount visibility
` [PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v4 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
 2021-03-12 15:49 UTC 

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-12 14:33 UTC  (9+ messages)
` [PATCH 1/6] seq_file: rename mangle_path to seq_mangle_path
` [PATCH 2/6] module: add support for CONFIG_MODULE_DESTRUCTORS
` [PATCH 3/6] .gitignore: also ignore gcda files
` [PATCH 4/6] um: split up CONFIG_GCOV
` [PATCH 5/6] um: fix CONFIG_GCOV for built-in code
` [PATCH 6/6] um: fix CONFIG_GCOV for modules

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-03-12 14:12 UTC  (2+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-12 10:18 UTC  (8+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[syzbot] INFO: task hung in walk_component (2)
 2021-03-12  9:37 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).