linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 21:47:51 to 2018-04-24 22:14:45 UTC [more...]

[RFC PATCH v3 0/2] fs: add AT_REPLACE flag for linkat()
 2018-04-24 22:14 UTC  (6+ messages)
` [RFC PATCH v3 1/2] fs: add AT_REPLACE flag for linkat() which replaces the target
` [RFC PATCH v3 2/2] Btrfs: add support for linkat() AT_REPLACE

io_pgetevents & aio fsync V3
 2018-04-24 21:27 UTC  (3+ messages)
` [PATCH 2/7] aio: remove an outdated BUG_ON and comment in aio_complete

[PATCH v2] Always report a writeback error once
 2018-04-24 21:02 UTC 

[PATCH net-next v5 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-24 19:54 UTC  (5+ messages)
` [PATCH net-next v5 1/3] vmcore: add API to collect hardware dump in second kernel
` [PATCH net-next v5 2/3] vmcore: append device dumps to vmcore as elf notes
` [PATCH net-next v5 3/3] cxgb4: collect hardware dump in second kernel

[RFC v4 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-04-24 19:18 UTC  (5+ messages)

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-04-24 19:01 UTC  (25+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "
` [RFC PATCH ghak32 V2 05/13] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak32 V2 06/13] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak32 V2 10/13] audit: add containerid support for seccomp and anom_abend records
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-24 18:10 UTC  (22+ messages)
` [RFC PATCH 07/35] ovl: copy up file size as well
` [RFC PATCH 13/35] ovl: readd fsync
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 31/35] Revert "vfs: add d_real_inode() helper"

[PATCH] iomap: add a swapfile activation function
 2018-04-24 17:35 UTC  (3+ messages)

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-04-24 17:34 UTC  (6+ messages)
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 4/4] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH v6] fs: dax: Adding new return type vm_fault_t
 2018-04-24 16:47 UTC 

[RFC] [PATCH 0/5] procfs: reduce duplication by using symlinks
 2018-04-24 15:41 UTC  (10+ messages)
` [PATCH 1/5] procfs: factor out a few helpers
` [PATCH 2/5] procfs: factor out inode revalidation work from pid_revalidation
` [PATCH 3/5] procfs: use symlinks for /proc/<pid>/task when not thread group leader
` [PATCH 4/5] procfs: share common directories between /proc/tgid and /proc/tgid/task/tgid
` [PATCH 5/5] procfs: share fd/fdinfo with thread group leader when files are shared
  ` [RFC PATCH] procfs: proc_pid_files_link_dentry_operations can be static

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-04-24 15:32 UTC  (13+ messages)

[PATCH 04/24] VFS: Add LSM hooks for filesystem context [ver #7]
 2018-04-24 15:22 UTC  (8+ messages)
` [PATCH 00/24] VFS: Introduce "
  ` [PATCH 03/24] VFS: Introduce the structs and doc for a "

[RFC v2 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-04-24 13:08 UTC  (8+ messages)

[PATCH] Always report a writeback error once
 2018-04-24 12:24 UTC  (7+ messages)

[PATCH v5] fs: dax: Adding new return type vm_fault_t
 2018-04-24 11:45 UTC  (4+ messages)

[PATCH resend] vfs: namei: use path_equal() in follow_dotdot()
 2018-04-24  6:25 UTC 

[RESEND PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-04-23 22:38 UTC  (2+ messages)

general protection fault in wb_workfn
 2018-04-23 21:43 UTC  (3+ messages)

[PATCH v3] fs: dax: Adding new return type vm_fault_t
 2018-04-23 17:28 UTC  (9+ messages)

[PATCH v4] fs: dax: Adding new return type vm_fault_t
 2018-04-23 16:33 UTC 

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-04-23 15:55 UTC  (6+ messages)
` [RFC v2 01/83] Introduction and documentation of NOVA filesystem
` [RFC v2 06/83] Add inode get/read methods

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-04-23 15:44 UTC  (4+ messages)

[PATCH] mm: memory: Introduce new vmf_insert_mixed_mkwrite
 2018-04-23  9:21 UTC  (4+ messages)

System freeze and NULL pointer dereference
 2018-04-23  9:01 UTC 

BUG: soft lockup in _raw_spin_unlock
 2018-04-23  8:39 UTC  (2+ messages)

[PATCH v2] fs: dax: Adding new return type vm_fault_t
 2018-04-23  7:40 UTC  (5+ messages)

[RFC v3 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-04-23  4:35 UTC 

[PATCH] f2fs: call unlock_new_inode() before d_instantiate()
 2018-04-23  3:25 UTC  (2+ messages)

possible deadlock in hfs_find_init
 2018-04-23  1:02 UTC 

[PATCH v11 00/63] Convert page cache to XArray
 2018-04-22 20:33 UTC  (7+ messages)
` [PATCH v11 10/63] xarray: Add xa_for_each
` [PATCH v11 19/63] page cache: Convert page deletion to XArray

[PATCH] vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
 2018-04-22 13:36 UTC  (4+ messages)

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2018-04-22  2:53 UTC  (12+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers

[GIT PULL] Misc fs updates for 4.17-rc2
 2018-04-22  1:20 UTC  (4+ messages)

fsync() errors is unsafe and risks data loss
 2018-04-21 18:14 UTC  (21+ messages)

[LSF/MM TOPIC] improving writeback error handling
 2018-04-21 17:21 UTC  (8+ messages)
  ` [Lsf-pc] "

[PATCH] fs: dax: Adding new return type vm_fault_t
 2018-04-21 17:26 UTC  (5+ messages)

[PATCH net-next 0/4] mm,tcp: provide mmap_hook to solve lockdep issue
 2018-04-21 16:55 UTC  (2+ messages)

WARNING: refcount bug in should_fail
 2018-04-21 10:26 UTC  (6+ messages)

[PATCH 0/3] fs: minor fs thaw fixes and adjustments
 2018-04-21  0:09 UTC  (8+ messages)
` [PATCH 1/3] fs: move documentation for thaw_super() where appropriate
` [PATCH 2/3] fs: make thaw_super_locked() really just a helper
` [PATCH 3/3] fs: fix corner case race on freeze_bdev() when sb disappears

[RFC PATCH 00/79] Generic page write protection and a solution to page waitqueue
 2018-04-20 23:48 UTC  (4+ messages)

[PATCH v3 00/13] Preparing for fanotify super block marks
 2018-04-20 23:11 UTC  (14+ messages)
` [PATCH v3 01/13] fsnotify: use type id to identify connector object type
` [PATCH v3 02/13] fsnotify: remove redundant arguments to handle_event()
` [PATCH v3 03/13] fsnotify: introduce marks iteration helpers
` [PATCH v3 04/13] fsnotify: generalize iteration of marks by object type
` [PATCH v3 05/13] fsnotify: generalize send_to_group()
` [PATCH v3 06/13] fanotify: generalize fanotify_should_send_event()
` [PATCH v3 07/13] fsnotify: add fsnotify_add_inode_mark() wrappers
` [PATCH v3 08/13] fsnotify: introduce prototype struct fsnotify_obj
` [PATCH v3 09/13] fsnotify: pass fsnotify_obj instead of **connp argument
` [PATCH v3 10/13] fsnotify: pass object and object type to fsnotify_add_mark()
` [PATCH v3 11/13] fsnotify: add fsnotify_connector_inode() wrapper
` [PATCH v3 12/13] fsnotify: let connector point to abstract fsnotify_obj
` [PATCH v3 13/13] fanotify: factor out helpers to add/remove mark

[PATCH 0/2] RFC: iomap-based swap file activation
 2018-04-20 22:38 UTC  (5+ messages)
` [PATCH 1/2] fs: Add iomap_swap_activate
` [PATCH 2/2] xfs: add support for iomap-based swapfile activation

mmotm 2018-04-20-14-58 uploaded
 2018-04-20 21:59 UTC 

[git pull] vfs fixes
 2018-04-20 19:57 UTC  (4+ messages)

[LSF/MM] Ride sharing
 2018-04-20 19:19 UTC  (4+ messages)

general protection fault in kernfs_kill_sb
 2018-04-20 17:55 UTC  (7+ messages)

kernel panics with 4.14.X versions
 2018-04-20 17:43 UTC  (8+ messages)

WARNING in kmem_cache_free
 2018-04-20 16:54 UTC  (5+ messages)
` [PATCH] crypto: DRBG - guard uninstantion by lock
  ` [PATCH] crypto: drbg - set freed buffers to NULL

[PATCH net-next v4 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-04-20 14:51 UTC  (9+ messages)

[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
 2018-04-20  3:00 UTC  (9+ messages)
` [PATCH v8 15/18] mm, fs, dax: handle layout changes to pinned dax mappings

BUG: corrupted list in __dentry_kill
 2018-04-20  2:20 UTC  (2+ messages)

[RFC PATCH] fs: introduce ST_HUGE flag and set it to tmpfs and hugetlbfs
 2018-04-20  0:18 UTC  (5+ messages)

[LSF/MM] schedule suggestion
 2018-04-19 22:13 UTC  (12+ 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).