linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-06 13:14:06 to 2017-03-09 18:59:03 UTC [more...]

[PATCH 01/27] afs: Fix missing put_page()
 2017-03-09 18:58 UTC  (27+ messages)
` [PATCH 02/27] afs: Fix page overput in afs_fill_page()
` [PATCH 03/27] afs: Populate group ID from vnode status
` [PATCH 04/27] afs: Adjust mode bits processing
` [PATCH 05/27] afs: Deal with an empty callback array
` [PATCH 06/27] afs: Handle better the server returning excess or short data
` [PATCH 07/27] afs: Kill struct afs_read::pg_offset
` [PATCH 08/27] afs: Handle a short write to an AFS page
` [PATCH 09/27] afs: Flush outstanding writes when an fd is closed
` [PATCH 10/27] afs: Distinguish mountpoints from symlinks by file mode alone
` [PATCH 11/27] afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
` [PATCH 12/27] afs: security: "
` [PATCH 13/27] afs: Migrate vlocation fields to 64-bit
` [PATCH 14/27] afs: Prevent callback expiry timer overflow
` [PATCH 15/27] afs: Fix AFS read bug
` [PATCH 16/27] afs: Make struct afs_read::remain 64-bit
` [PATCH 17/27] afs: Use a bvec rather than a kvec in afs_send_pages()
` [PATCH 18/27] afs: Fix the maths in afs_fs_store_data()
` [PATCH 19/27] afs: Invalid op ID should abort with RXGEN_OPCODE
` [PATCH 20/27] afs: Better abort and net error handling
` [PATCH 21/27] afs: Populate and use client modification time
` [PATCH 22/27] afs: Don't set PG_error on local EINTR or ENOMEM when filling a page
` [PATCH 23/27] afs: Fix page leak in afs_write_begin()
` [PATCH 24/27] afs: afs_fsync() does two flushes, one of which is redundant
` [PATCH 25/27] afs: Fix afs_kill_pages()
` [PATCH 26/27] afs: Fix an off-by-one error in afs_send_pages()
` [PATCH 27/27] afs: Fix abort on signal while waiting for call completion

[RFC v1 01/19] Don't copy beyond the end of the file
 2017-03-09 18:40 UTC  (15+ messages)
              ` [RFC v1 01/19] fs: "

[PATCH] block, writeback: wait for writeback to finish before detaching wb
 2017-03-09 18:26 UTC  (2+ messages)

[PATCH v3 0/6] ovl: concurrent copy up
 2017-03-09 17:31 UTC  (6+ messages)
` [PATCH v3 1/6] vfs: create vfs helper vfs_tmpfile()

[PATCH] fs/9p: Compare qid.path in v9fs_test_inode
 2017-03-09 17:26 UTC  (3+ messages)

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-09 16:02 UTC  (8+ messages)

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-09 14:21 UTC  (16+ messages)
` [PATCH 1/3] nilfs2: set the mapping error when calling SetPageError on writeback

[PATCH] xfs: report crtime and attribute flags to statx
 2017-03-09 14:01 UTC  (19+ messages)
` statx manpage

+ compaction-add-def_blk_aops-migrate-function-for-memory-compaction.patch added to -mm tree
 2017-03-09 13:19 UTC  (4+ messages)

overlayfs: allowing for changes to lowerdir
 2017-03-09 13:12 UTC  (5+ messages)

[PATCH RESEND] fs: avoid iterate_supers to trigger call for sync on filesystem during mount
 2017-03-09 12:50 UTC  (2+ messages)

[PATCH 1/2] f2fs: don't need to invalidate wrong node page
 2017-03-09 12:07 UTC  (8+ 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 0/7 v5] scope GFP_NOFS api
 2017-03-09 11:42 UTC  (8+ messages)
` [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 PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-09 11:05 UTC  (6+ messages)
` [tpmdd-devel] "

[PATCH 1/4] f2fs: fix wrong error injection for evict_inode
 2017-03-09 10:38 UTC  (7+ messages)
` [PATCH 2/4] f2fs: build stat_info before orphan inode recovery
  ` [f2fs-dev] "
` [PATCH 3/4] f2fs: show more precise message on orphan recovery failure
` [PATCH 4/4] f2fs: use __set{__claer}_bit_le
` [f2fs-dev] [PATCH 1/4] f2fs: fix wrong error injection for evict_inode

cgroup: WARNING in cgroup_kill_sb
 2017-03-09  9:48 UTC  (7+ messages)

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-09  6:35 UTC  (4+ messages)
` [f2fs-dev] "

[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
 2017-03-09  4:39 UTC  (8+ messages)
` Compat 32-bit syscall entry from 64-bit task!?

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-09  2:18 UTC  (20+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

[PATCH v2 0/9] mm/fs: get PG_error out of the writeback reporting business
 2017-03-09  0:10 UTC  (16+ messages)
` [PATCH v2 1/9] mm: fix mapping_set_error call in me_pagecache_dirty
` [PATCH v2 2/9] mm: drop "wait" parameter from write_one_page
` [PATCH v2 3/9] mm: clear any AS_* errors when returning error on any fsync or close
` [PATCH v2 4/9] nilfs2: set the mapping error when calling SetPageError on writeback
` [PATCH v2 5/9] dax: set error in mapping when writeback fails
` [PATCH v2 6/9] mm: set mapping error when launder_pages fails
` [PATCH v2 7/9] mm: ensure that we set mapping error if writeout() fails
` [PATCH v2 8/9] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v2 9/9] Documentation: document what to do on a writeback error

[PATCH 0/6] introduce DAX tracepoint support
 2017-03-08 22:05 UTC  (6+ messages)
` [PATCH 3/6] dax: add tracepoint infrastructure, PMD tracing

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-08 17:29 UTC  (4+ messages)

[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

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

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

[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  (7+ messages)
` [PATCH v3 06/16] tpm-chip: utilize new cdev_device_add "
` [PATCH v3 14/16] rtc: "

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

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] xfs: remove kmem_zalloc_greedy
 2017-03-07 11:33 UTC  (6+ messages)

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


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