linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-01 17:33:50 to 2017-03-06 15:29:23 UTC [more...]

[PATCH v4 0/6] ovl: concurrent copy up
 2017-03-06 15:29 UTC  (4+ messages)
` [PATCH v4 1/6] vfs: create vfs helper vfs_tmpfile()

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-06 13:21 UTC  (36+ 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/7 v5] scope GFP_NOFS api
 2017-03-06 13:14 UTC  (8+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-03-06 11:59 UTC  (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-06 11:43 UTC  (7+ messages)
` [PATCH 1/3] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH 2/3] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH 3/3] mm: set mapping error when launder_pages fails

fs: use-after-free in path_lookupat
 2017-03-06  9:46 UTC  (13+ messages)

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-06  9:43 UTC  (21+ messages)
` [PATCH 01/17] fs, btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
` [PATCH 02/17] fs, btrfs: convert btrfs_transaction.use_count "
` [PATCH 03/17] fs, btrfs: convert extent_map.refs "
` [PATCH 04/17] fs, btrfs: convert btrfs_ordered_extent.refs "
` [PATCH 05/17] fs, btrfs: convert btrfs_caching_control.count "
` [PATCH 06/17] fs, btrfs: convert btrfs_delayed_ref_node.refs "
` [PATCH 07/17] fs, btrfs: convert btrfs_delayed_node.refs "
` [PATCH 08/17] fs, btrfs: convert btrfs_delayed_item.refs "
` [PATCH 09/17] fs, btrfs: convert btrfs_root.refs "
` [PATCH 10/17] fs, btrfs: convert extent_state.refs "
` [PATCH 11/17] fs, btrfs: convert compressed_bio.pending_bios "
` [PATCH 12/17] fs, btrfs: convert scrub_recover.refs "
` [PATCH 13/17] fs, btrfs: convert scrub_page.refs "
` [PATCH 14/17] fs, btrfs: convert scrub_block.refs "
` [PATCH 15/17] fs, btrfs: convert scrub_parity.refs "
` [PATCH 16/17] fs, btrfs: convert scrub_ctx.refs "
` [PATCH 17/17] fs, btrfs: convert btrfs_raid_bio.refs "

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-06  8:40 UTC  (15+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback

[PATCH v3 00/16] Cleanup chardev instances with helper function
 2017-03-06  8:29 UTC  (20+ messages)
  ` [PATCH v3 01/16] chardev: add helper function to register char devs with a struct device
  ` [PATCH v3 02/16] device-dax: fix cdev leak
  ` [PATCH v3 03/16] device-dax: utilize new cdev_device_add helper function
  ` [PATCH v3 04/16] input: "
  ` [PATCH v3 05/16] gpiolib: "
  ` [PATCH v3 06/16] tpm-chip: "
  ` [PATCH v3 07/16] platform/chrome: cros_ec_dev - "
  ` [PATCH v3 08/16] IB/ucm: "
  ` [PATCH v3 09/16] infiniband: utilize the new cdev_set_parent function
  ` [PATCH v3 10/16] iio:core: utilize new cdev_device_add helper function
  ` [PATCH v3 11/16] media: "
  ` [PATCH v3 12/16] mtd: "
  ` [PATCH v3 13/16] rapidio: "
  ` [PATCH v3 14/16] rtc: "
  ` [PATCH v3 15/16] scsi: "
  ` [PATCH v3 16/16] switchtec: utilize new device_add_cdev "

[PATCH v2 00/16] Cleanup chardev instances with helper function
 2017-03-04 22:57 UTC  (4+ messages)
` [PATCH v2 11/16] media: utilize new cdev_device_add "

PROBLEM: list_add corruption, possibly related to do_unlinkat
 2017-03-04 12:34 UTC 

Passionate Partner
 2017-03-04 16:58 UTC 

[git pull] vfs.git final bits and pieces
 2017-03-04  2:27 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-04  1:58 UTC  (13+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

[PATCH v3 0/4] Zeroing hash tables in allocator
 2017-03-03 23:34 UTC  (7+ 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

[git pull] vfs.git statx
 2017-03-03 19:26 UTC  (2+ messages)

[BUG 4.9/4.10] crash in __d_lookup() due to corrupted dentry_hashtable
 2017-03-03 13:31 UTC 

[PATCH 0/3] fs, fuse subsystem refcount conversions
 2017-03-03 16:05 UTC  (5+ messages)
` [PATCH 1/3] fs, fuse: convert fuse_file.count from atomic_t to refcount_t
` [PATCH 2/3] fs, fuse: convert fuse_req.count "
` [PATCH 3/3] fs, fuse: convert fuse_conn.count "

quota: dqio_mutex design
 2017-03-03 10:08 UTC  (2+ messages)

[PATCH 0/7] Non-blocking AIO
 2017-03-03 10:50 UTC  (2+ messages)

[GIT PULL] fuse update for 4.11
 2017-03-03 10:42 UTC 

[GIT PULL] overlayfs update for 4.11
 2017-03-03 10:39 UTC 

[PATCH] ubifs: add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
 2017-03-03 10:38 UTC  (3+ messages)

[vfs:work.statx 2/3] fs/udf/symlink.c:189:13: error: initialization from incompatible pointer type
 2017-03-03  9:43 UTC  (2+ messages)

[LTP issues] MAP_LOCKED MS_INVALIDATE, dio rw odd count on DAX
 2017-03-03  8:54 UTC  (2+ messages)

[GIT PULL] vfs patches for 4.11
 2017-03-03  8:12 UTC  (5+ messages)

cgroup: WARNING in cgroup_kill_sb
 2017-03-02 19:15 UTC 

[PATCH v2 1/3] sparc64: NG4 memset 32 bits overflow
 2017-03-02 19:15 UTC  (2+ messages)

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-02 18:40 UTC  (9+ 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

[RFC v2 0/1] shiftfs: uid/gid shifting filesystem (s_user_ns version)
 2017-03-02 17:06 UTC  (3+ messages)
` [RFC v2 1/1] shiftfs: uid/gid shifting bind mount

[PATCH 2/2] XArray: Convert IDR and add test suite
 2017-03-02 14:34 UTC  (2+ messages)

[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  (5+ 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 "

[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] "

Passionate Partner
 2017-03-01 15:42 UTC 

[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-02  2:30 UTC  (9+ messages)
` [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 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

overlayfs: allowing for changes to lowerdir
 2017-03-01 20:22 UTC  (8+ 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).