linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-03 08:57:34 to 2017-03-08 16:14:41 UTC [more...]

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-08 15:57 UTC  (14+ 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] xfs: report crtime and attribute flags to statx
 2017-03-08 15:26 UTC  (14+ messages)
` statx manpage

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-08 15:51 UTC  (19+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-08 15:03 UTC  (2+ messages)

WARNING: CPU: 2 PID: 20539 at fs/iomap.c:954 iomap_dio_rw+0x39a/0x3b0
 2017-03-08 12:35 UTC  (4+ messages)

[PATCH] fs/9p: Compare qid.path in v9fs_test_inode
 2017-03-08 13:46 UTC  (2+ messages)

[PATCH] fat: Fix using uninitialized fields of fat_inode/fsinfo_inode
 2017-03-08 13:13 UTC 

[PATCH 1/2] f2fs: don't need to invalidate wrong node page
 2017-03-08 12:30 UTC  (4+ messages)
` [PATCH 2/2] f2fs: don't overwrite node block by SSR
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: don't need to invalidate wrong node page

[PATCH] compaction: add def_blk_aops migrate function for memory compaction
 2017-03-08  1:51 UTC 

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-08  0:36 UTC  (2+ messages)

[PATCH v3 00/16] Cleanup chardev instances with helper function
 2017-03-07 22:41 UTC  (24+ 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 1/4] f2fs: fix wrong error injection for evict_inode
 2017-03-07 22:13 UTC  (4+ messages)
` [PATCH 2/4] f2fs: build stat_info before orphan inode recovery
` [PATCH 3/4] f2fs: show more precise message on orphan recovery failure
` [PATCH 4/4] f2fs: use __set{__claer}_bit_le

cgroup: WARNING in cgroup_kill_sb
 2017-03-07 19:52 UTC  (5+ messages)

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-03-07 19:21 UTC  (7+ messages)
` [PATCH 11/19] kernel: convert cgroup_namespace.count from atomic_t to refcount_t
` [PATCH 12/19] kernel: convert css_set.refcount "

[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-07 13:39 UTC  (5+ messages)
` [tpmdd-devel] "

regression in re-read operation by iozone up to 20%
 2017-03-07 16:33 UTC  (3+ messages)

[PATCH 0/9] overlay: fix inconsistency of ro file after copy-up
 2017-03-07 16:26 UTC  (3+ messages)

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-07 16:17 UTC  (13+ 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

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-07 15:09 UTC  (10+ 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

[RFC v1 01/19] Don't copy beyond the end of the file
 2017-03-07 14:18 UTC  (2+ messages)

[PATCH] xfs: remove kmem_zalloc_greedy
 2017-03-07 11:33 UTC  (6+ messages)

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-07  7:49 UTC  (23+ messages)
` [PATCH 02/17] fs, btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
` [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 "

mmotm 2017-03-06-16-52 uploaded
 2017-03-07  2:07 UTC  (2+ messages)

[LSF/MM TOPIC] getting statx() syscall merged
 2017-03-06 19:28 UTC  (4+ messages)
  ` [Lsf-pc] "

[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  (6+ messages)
` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail

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

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

[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  (5+ messages)
` [PATCH v3 1/4] sparc64: NG4 memset 32 bits overflow
` [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)


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