linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-08 18:01:47 to 2017-03-13 22:34:32 UTC [more...]

[PATCH v6A 00/19] xfs: online scrub support
 2017-03-13 22:34 UTC  (22+ messages)
` [PATCH 01/19] xfs: query the per-AG reservation counters
` [PATCH 02/19] xfs: add scrub tracepoints
` [PATCH 03/19] xfs: create an ioctl to scrub AG metadata
` [PATCH 04/19] xfs: generic functions to scrub metadata and btrees
` [PATCH 05/19] xfs: scrub the backup superblocks
` [PATCH 06/19] xfs: scrub AGF and AGFL
` [PATCH 07/19] xfs: scrub the AGI
` [PATCH 08/19] xfs: support scrubbing free space btrees
` [PATCH 09/19] xfs: support scrubbing inode btrees
` [PATCH 10/19] xfs: support scrubbing rmap btree
` [PATCH 11/19] xfs: support scrubbing refcount btree
` [PATCH 12/19] xfs: scrub inodes
` [PATCH 13/19] xfs: scrub inode block mappings
` [PATCH 14/19] xfs: scrub directory/attribute btrees
` [PATCH 15/19] xfs: scrub directory metadata
` [PATCH 16/19] xfs: scrub directory freespace
` [PATCH 17/19] xfs: scrub extended attributes
` [PATCH 18/19] xfs: scrub symbolic links
` [PATCH 19/19] xfs: scrub realtime bitmap/summary

[PATCH v4] statx: optimize copy of struct statx to userspace
 2017-03-13 22:28 UTC 

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-13 22:27 UTC  (15+ messages)
` [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region'
` [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff'
` [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument
` [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area'
` [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate'
` [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork
` [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions
` [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces
` [RFC PATCH 13/13] fs/proc: Add procfs "

[patch 2/3] kcmp: Add KCMP_EPOLL_TFD mode to compare epoll target files
 2017-03-13 18:37 UTC  (4+ messages)

[PATCH v2] statx: optimize copy of struct statx to userspace
 2017-03-13 18:11 UTC  (9+ messages)

[PATCH] writeback: fix memory leak in wb_queue_work()
 2017-03-13 14:54 UTC  (3+ messages)

[RFC][PATCH 0/6] fanotify: super block root watch
 2017-03-13 13:20 UTC  (7+ messages)
` [RFC][PATCH 1/6] fanotify: add a "
` [RFC][PATCH 2/6] fanotify: report events to sb root with fanotify_file_event_info
` [RFC][PATCH 3/6] fanotify: pass file handle on sb root watcher events
` [RFC][PATCH 4/6] fanotify: report file name to root inode watch with FS_EVENT_ON_CHILD
` [RFC][PATCH 5/6] fanotify: export FAN_ONDIR to user
` [RFC][PATCH 6/6] fanotify: filter events by root mark mount point

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-13 10:54 UTC  (9+ messages)

quota: dqio_mutex design
 2017-03-13  8:44 UTC  (4+ messages)

[PATCH v3] statx: optimize copy of struct statx to userspace
 2017-03-13  1:00 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-13  0:52 UTC  (2+ messages)

[PATCH v2] fs: Remove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
 2017-03-12  4:59 UTC 

[PATCH] statx: optimize copy of struct statx to userspace
 2017-03-11 21:44 UTC  (3+ messages)

[PATCH] statx: remove incorrect part of vfs_statx() comment
 2017-03-11 19:27 UTC  (2+ messages)

[PATCH] statx: reject unknown flags when using NULL path
 2017-03-11  6:58 UTC 

[PATCH] Documentation/filesystems: fix documentation for ->getattr()
 2017-03-11  5:44 UTC  (2+ messages)

[PATCH] fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checks
 2017-03-11  1:05 UTC  (5+ messages)

linux-next: WARNING: CPU: 1 PID: 24110 at fs/dcache.c:1445 umount_check+0x81/0x90
 2017-03-11  0:35 UTC  (2+ messages)

[PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size
 2017-03-11  0:04 UTC  (3+ messages)
` [PATCH 2/2] f2fs: declare static functions
` [f2fs-dev] [PATCH 1/2] f2fs: le16_to_cpu for xattr->e_value_size

[PATCH v2] NFS: switch back to to ->iterate()
 2017-03-10 22:07 UTC 

[LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology
 2017-03-10 19:37 UTC  (2+ messages)

[PATCH] fuse: rename struct fuse_arg to fuse_out_arg
 2017-03-10 16:20 UTC 

[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
 2017-03-10 11:41 UTC  (7+ messages)
` [tpmdd-devel] "

[patch 1/3] procfs: fdinfo -- Extend information about epoll target files
 2017-03-10  8:16 UTC 

[patch 0/3] fs,epoll: Add ability to call kcmp to find target files
 2017-03-10  8:16 UTC 

statx manpage
 2017-03-10  5:01 UTC  (11+ messages)
` [PATCH] xfs: report crtime and attribute flags to statx

[PATCH v2 0/9] mm/fs: get PG_error out of the writeback reporting business
 2017-03-10  3:08 UTC  (17+ 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 5/9] dax: set error in mapping when writeback fails
` [PATCH v2 6/9] mm: set mapping error when launder_pages fails

[PATCH] f2fs: add fault injection on f2fs_truncate
 2017-03-10  1:54 UTC  (3+ messages)
` [PATCH v2] "

mmotm 2017-03-09-16-19 uploaded
 2017-03-10  0:20 UTC 

[PATCH] block, writeback: wait for writeback to finish before detaching wb
 2017-03-09 23:53 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 1/4] f2fs: fix wrong error injection for evict_inode
 2017-03-09 23:41 UTC  (8+ messages)
` [PATCH 2/4] f2fs: build stat_info before orphan inode recovery
  ` [f2fs-dev] "
  ` [PATCH 2/4 v2] "
` [PATCH 4/4] f2fs: use __set{__claer}_bit_le
` [f2fs-dev] [PATCH 1/4] f2fs: fix wrong error injection for evict_inode

[RFC v1 01/19] fs: Don't copy beyond the end of the file
 2017-03-09 21:55 UTC  (14+ messages)

[PATCH] f2fs: allocate a bio for discarding when actually issuing it
 2017-03-09 22:49 UTC  (5+ messages)
` [f2fs-dev] "
` [PATCH v2] "

[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

[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  (2+ messages)

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-09 14:21 UTC  (11+ messages)

+ 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  (5+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API

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

[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  (6+ messages)
` [PATCH 5/8] nowait aio: return on congested block device

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

statx manpage
 2017-03-07 22:55 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).