linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-27 20:33:48 to 2017-03-02 16:08:49 UTC [more...]

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-02 16:02 UTC  (4+ messages)
` [PATCH v1 1/3] fs: Don't copy beyond the end of the file
` [PATCH v1 2/3] VFS permit cross device vfs_copy_file_range
` [PATCH v1 3/3] VFS don't try clone if superblocks are different

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-02 15:59 UTC  (30+ messages)
        ` mm allocation failure and hang when running xfstests generic/269on xfs
                              ` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail
                                ` [PATCH 2/2] xfs: back off from kmem_zalloc_greedy if the task is killed

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-02 15:22 UTC  (20+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH 0/2] Introducing the eXtensible Array (xarray)
 2017-03-02 14:34 UTC  (4+ messages)
` [PATCH 1/2] Add XArray
` [PATCH 2/2] XArray: Convert IDR and add test suite

[git pull] vfs.git pile 1
 2017-03-02 12:35 UTC 

[git pull] vfs.git, pile 2
 2017-03-02 12:38 UTC 

mm: GPF in bdi_put
 2017-03-02 12:20 UTC  (8+ messages)

[PATCH 00/10] various fs subsystems refcounter conversions
 2017-03-02 10:43 UTC  (11+ messages)
` [PATCH 01/10] fs, kernfs: convert kernfs_node.count from atomic_t to refcount_t
` [PATCH 02/10] fs, cachefiles: convert cachefiles_object.usage "
` [PATCH 03/10] fs, proc: convert proc_dir_entry.count "
` [PATCH 04/10] fs, nilfs: convert nilfs_root.count "
` [PATCH 05/10] fs, hfs: convert hfs_bnode.refcnt "
` [PATCH 06/10] fs, fscache: convert fscache_cache_tag.usage "
` [PATCH 07/10] fs, fscache: convert fscache_operation.usage "
` [PATCH 08/10] fs, fsnotify: convert fsnotify_group.refcnt "
` [PATCH 09/10] fs, fsnotify: convert fsnotify_mark.refcnt "
` [PATCH 10/10] fs, cifs: convert tcon_link.tl_count "

[GIT PULL] vfs patches for 4.11
 2017-03-02  9:57 UTC  (4+ messages)

[RFC 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
 2017-03-02  7:32 UTC  (6+ messages)
    ` [RFC v2 "

[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-02  8:33 UTC  (4+ messages)
` [tpmdd-devel] "

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-03-02  5:33 UTC  (5+ messages)
` [PATCH v3 1/4] sparc64: NG4 memset 32 bits overflow
` [PATCH v3 2/4] mm: Zeroing hash tables in allocator
` [PATCH v3 3/4] mm: Updated callers to use HASH_ZERO flag
` [PATCH v3 4/4] mm: Adaptive hash table scaling

Passionate Partner
 2017-03-01 15:42 UTC 

[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-02  2:30 UTC  (15+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
  ` [PATCH v2 "
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
  ` [PATCH v2 "
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls
  ` [PATCH v2 "

fs: use-after-free in userfaultfd_exit
 2017-03-01 23:13 UTC  (2+ messages)

[PATCH v2] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 23:01 UTC  (2+ messages)

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-03-01 23:04 UTC  (8+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

[PATCH v2 1/3] sparc64: NG4 memset 32 bits overflow
 2017-03-01 23:10 UTC 

overlayfs: allowing for changes to lowerdir
 2017-03-01 20:22 UTC  (9+ messages)

[RFC] failure atomic writes for file systems and block devices
 2017-03-01 15:17 UTC  (23+ messages)
` [PATCH 01/12] uapi/fs: add O_ATOMIC to the open flags
` [PATCH 02/12] iomap: pass IOMAP_* flags to actors
` [PATCH 03/12] iomap: add a IOMAP_ATOMIC flag
` [PATCH 04/12] fs: add a BH_Atomic flag
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 06/12] xfs: cleanup is_reflink checks
` [PATCH 07/12] xfs: implement failure-atomic writes
` [PATCH 08/12] xfs: implement the F_IOINFO fcntl
` [PATCH 09/12] block: advertize max atomic write limit
` [PATCH 10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes
` [PATCH 11/12] block_dev: implement the F_IOINFO fcntl
` [PATCH 12/12] nvme: export the atomic write limit

[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 15:02 UTC  (3+ messages)

v4.7--v4.10+: ext4: repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-03-01 11:45 UTC 

[PATCH 0/5] fs genetic refcounter conversions
 2017-03-01 10:42 UTC  (6+ messages)
` [PATCH 1/5] fs: convert mb_cache_entry.e_refcnt from atomic_t to refcount_t
` [PATCH 2/5] fs: convert posix_acl.a_refcount "
` [PATCH 3/5] fs: convert mnt_namespace.count "
` [PATCH 4/5] fs: convert super_block.s_active "
` [PATCH 5/5] fs: convert userfaultfd_ctx.refcount "

[PATCH 1/2] vfs: implement fchmodat2() syscall
 2017-03-01  9:01 UTC  (7+ messages)
` [PATCH 2/2] x86: wire up "

[GIT PULL] f2fs update for 4.11
 2017-03-01  6:22 UTC 

[PATCH] mnt: allow to add a mount into an existing group
 2017-03-01  3:20 UTC  (3+ messages)

repeatable inline-data oops (and fs corruption) caused by msync() of shared writable mmap (with recipe)
 2017-02-28 22:22 UTC 

[PATCH] xattr: Remove meaningless error variable assignment
 2017-02-28 22:31 UTC 

[GIT PULL] nfsd changes for 4.11
 2017-02-28 21:23 UTC 

[LSF/MM TOPIC] do we really need PG_error at all?
 2017-02-28 20:45 UTC  (13+ messages)
              ` [Lsf-pc] "

[PATCH 1/3] fs/libfs: use SEEK_CUR/SET
 2017-02-28 19:45 UTC  (3+ messages)
` [PATCH 2/3] nfs: "
` [PATCH 3/3] fs/mpage: fix a comment "get_blocks" to "get_block"

[PATCH v2 00/16] Cleanup chardev instances with helper function
 2017-02-28 18:27 UTC  (9+ messages)
` [PATCH v2 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v2 04/16] input: utilize new cdev_device_add helper function

[RFC 0/3] fs,epoll: Add ability to call kcmp to find target files
 2017-02-28 17:11 UTC  (4+ messages)

rsync: page allocation stalls in kernel 4.9.10 to a VessRAID NAS
 2017-02-28 16:13 UTC 

[PATCH] dax: constify second argument of dax_iomap_pmd_fault
 2017-02-28 16:38 UTC  (2+ messages)

LTP write03 writev07 xfs failures
 2017-02-28 16:10 UTC  (7+ messages)

[PATCH 1/3] f2fs: remove build_free_nids() during checkpoint
 2017-02-28 10:52 UTC  (13+ messages)
` [PATCH 2/3] f2fs: add bitmaps for empty or full NAT blocks
  ` [f2fs-dev] "
  ` [PATCH 2/3 v2] "
    ` [f2fs-dev] "

Ext4 new shutdown ioctl fails generic/04{4,5,6}
 2017-02-28  5:13 UTC  (2+ messages)

[PATCH] f2fs: add F2FS_DIRTY_DATA to has_not_enough_free_secs and need_SSR
 2017-02-27 23:37 UTC  (3+ messages)

mmotm 2017-02-27-15-18 uploaded
 2017-02-27 23:19 UTC 

[PATCH] f2fs: avoid to issue redundant discard commands
 2017-02-27 21:43 UTC 

[PATCH] mm,fs,dax: mark dax_iomap_pmd_fault as const
 2017-02-27 20:38 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 NNTP newsgroup(s).