linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-06 13:13:43 to 2018-06-10 05:25:26 UTC [more...]

[PATCH 00/39] overlayfs: stack file operations
 2018-06-10  5:24 UTC  (19+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
` [PATCH 02/39] vfs: dedupe: rationalize args
` [PATCH 04/39] vfs: add path_open()
` [PATCH 05/39] vfs: optionally don't account file in nr_files
` [PATCH 07/39] vfs: export vfs_ioctl() to modules
` [PATCH 14/39] ovl: stack file ops
` [PATCH 19/39] ovl: add ovl_mmap()

[GIT PULL] overlayfs update for 4.18
 2018-06-09 23:55 UTC  (4+ messages)

[PATCH] hpfs: Use EUCLEAN for filesystem errors
 2018-06-09 21:04 UTC 

WARNING in do_dentry_open
 2018-06-09 20:41 UTC  (4+ messages)

[PATCH] proc: add proc_seq_release
 2018-06-09 19:51 UTC 

[GIT PULL] Fsnotify cleanups
 2018-06-09 18:46 UTC  (8+ messages)

[RFC][PATCHES] getting rid of int *open in ->atomic_open() and friends
 2018-06-09 15:51 UTC  (17+ messages)
` [PATCH 01/13] drm_mode_create_lease_ioctl(): switch to filp_clone_open()
  ` [PATCH 02/13] rename filp_clone_open() to file_clone_open()
  ` [PATCH 03/13] introduce FMODE_OPENED
  ` [PATCH 04/13] get rid of 'opened' argument of finish_open()
  ` [PATCH 05/13] pull fput() on late failures into path_openat()
  ` [PATCH 06/13] switch all remaining checks for FILE_OPENED to FMODE_OPENED
  ` [PATCH 07/13] now we can fold open_check_o_direct() into do_dentry_open()
  ` [PATCH 08/13] __gfs2_lookup(), nfs_finish_open() and fuse_create_open() don't need 'opened'
  ` [PATCH 09/13] introduce FMODE_CREATED and switch to it
  ` [PATCH 10/13] IMA: don't propagate opened through the entire thing
  ` [PATCH 11/13] gfs2_create_inode() doesn't need 'opened' anymore
  ` [PATCH 12/13] get rid of 'opened' argument of ->atomic_open()
  ` [PATCH 13/13] get rid of 'opened' in path_openat() and the helpers downstream

general protection fault in __vfs_write
 2018-06-09 15:36 UTC  (4+ messages)

[vfs:work.open 39/44] fs/file_table.c:185:14: error: conflicting types for 'alloc_file_pseudo'
 2018-06-09 15:23 UTC 

[vfs:work.open 39/44] include/linux/file.h:24:38: warning: 'struct inode' declared inside parameter list
 2018-06-09 15:21 UTC 

general protection fault in wb_workfn (2)
 2018-06-09 14:00 UTC  (17+ messages)
                              ` [PATCH] bdi: Fix another oops in wb_workfn()

[PATCH] removed extra extern file_fdatawait_range
 2018-06-09 13:44 UTC  (2+ messages)

[PATCH V6 00/30] block: support multipage bvec
 2018-06-09 12:30 UTC  (31+ messages)
` [PATCH V6 01/30] block: simplify bio_check_pages_dirty
` [PATCH V6 02/30] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH V6 03/30] block: use bio_add_page in bio_iov_iter_get_pages
` [PATCH V6 04/30] block: introduce multipage page bvec helpers
` [PATCH V6 05/30] block: introduce bio_for_each_chunk()
` [PATCH V6 06/30] block: use bio_for_each_chunk() to compute multipage bvec count
` [PATCH V6 07/30] block: use bio_for_each_chunk() to map sg
` [PATCH V6 08/30] block: introduce chunk_last_segment()
` [PATCH V6 09/30] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V6 10/30] btrfs: use chunk_last_segment to get bio's last page
` [PATCH V6 11/30] block: implement bio_pages_all() via bio_for_each_segment_all()
` [PATCH V6 12/30] block: introduce bio_chunks()
` [PATCH V6 13/30] block: introduce rq_for_each_chunk()
` [PATCH V6 14/30] block: loop: pass multipage chunks to iov_iter
` [PATCH V6 15/30] block: introduce bio_clone_chunk_bioset()
` [PATCH V6 16/30] dm: clone bio via bio_clone_chunk_bioset
` [PATCH V6 17/30] block: introduce bio_for_each_chunk_all and bio_for_each_chunk_segment_all
` [PATCH V6 18/30] block: convert to bio_for_each_chunk_segment_all()
` [PATCH V6 19/30] md/dm/bcache: conver to bio_for_each_chunk_segment_all and bio_for_each_chunk_all
` [PATCH V6 20/30] fs: conver to bio_for_each_chunk_segment_all()
` [PATCH V6 21/30] btrfs: conver to bio_for_each_chunk_segment_all
` [PATCH V6 22/30] ext4: "
` [PATCH V6 23/30] f2fs: "
` [PATCH V6 24/30] xfs: "
` [PATCH V6 25/30] exofs: "
` [PATCH V6 26/30] gfs2: "
` [PATCH V6 27/30] block: kill bio_for_each_segment_all()
` [PATCH V6 28/30] block: enable multipage bvecs
` [PATCH V6 29/30] block: always define BIO_MAX_PAGES as 256
` [PATCH V6 30/30] block: document usage of bio iterator helpers

[PATCH] xfs: fix incorrect log_flushed on fsync
 2018-06-09  7:13 UTC  (9+ messages)

[PATCH v4 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-08 23:51 UTC  (13+ messages)
` [PATCH v4 01/12] device-dax: Convert to vmf_insert_mixed and vm_fault_t
` [PATCH v4 02/12] device-dax: Cleanup vm_fault de-reference chains
` [PATCH v4 03/12] device-dax: Enable page_mapping()
` [PATCH v4 04/12] device-dax: Set page->index
` [PATCH v4 05/12] filesystem-dax: "
` [PATCH v4 06/12] mm, madvise_inject_error: Let memory_failure() optionally take a page reference
` [PATCH v4 07/12] x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
` [PATCH v4 08/12] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v4 09/12] mm, memory_failure: Pass page size to kill_proc()
` [PATCH v4 10/12] filesystem-dax: Introduce dax_lock_page()
` [PATCH v4 11/12] mm, memory_failure: Teach memory_failure() about dev_pagemap pages
` [PATCH v4 12/12] libnvdimm, pmem: Restore page attributes when clearing errors

Ext4 fiemap implementation
 2018-06-08 22:41 UTC  (10+ messages)

[PATCH v1] eventfd: only return events requested in poll_mask()
 2018-06-08 19:12 UTC 

[PATCH] dax: remove VM_MIXEDMAP for fsdax and device dax
 2018-06-08 17:05 UTC  (2+ messages)

[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
 2018-06-08 17:05 UTC  (6+ messages)

[PATCH 0/2] fs/lock: show locks info owned by dead/invisible processes
 2018-06-08 16:02 UTC  (4+ messages)
` [PATCH 1/2] fs/lock: skip lock owner pid translation in case we are in init_pid_ns
` [PATCH 2/2] fs/lock: show locks taken by processes from another pidns

Mounting corrupted HFS+ causes kernel NULL pointer dereference
 2018-06-08 15:25 UTC  (3+ messages)

[PATCH v1] aio: mark __aio_sigset::sigmask const
 2018-06-08 14:55 UTC 

general protection fault in pipe_write
 2018-06-08 13:36 UTC  (2+ messages)

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-06-08 12:50 UTC  (3+ messages)

[GIT PULL] UDF support for UTF-16
 2018-06-08 11:56 UTC  (5+ messages)

Exporting a unique ino/dev pair to user space
 2018-06-08  6:45 UTC  (7+ messages)

[git pull] vfs.git fix proc_fill_cache() regression
 2018-06-08  5:33 UTC 

[git pull] vfs.git - aio ioprio
 2018-06-08  5:27 UTC 

mmotm 2018-06-07-16-59 uploaded
 2018-06-08  1:15 UTC  (3+ messages)
` mmotm 2018-06-07-16-59 uploaded (fs/fat/ and fs/dax/)
` mmotm 2018-06-07-16-59 uploaded (scsi/ipr)

[PATCH v3 0/2] vfs: better dedupe permission check
 2018-06-07 20:45 UTC  (5+ messages)
` [PATCH v3 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v3 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH 00/32] VFS: Introduce filesystem context [ver #8]
 2018-06-07 20:45 UTC  (6+ messages)
` [PATCH 10/32] VFS: Implement a filesystem superblock creation/configuration "
` [PATCH 26/32] afs: Use fs_context to pass parameters over automount "

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-06-07 20:44 UTC  (11+ messages)

[PATCH RESEND] Documentation: filesystems: update filesystem locking documentation
 2018-06-07 18:31 UTC  (4+ messages)

[PATCH 1/4] vmsplice: lift import_iovec() into do_vmsplice()
 2018-06-07 17:56 UTC  (3+ messages)
` [1/4] "

[PATCH v3 00/12] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-07 17:02 UTC  (14+ messages)
` [PATCH v3 03/12] device-dax: Enable page_mapping()
` [PATCH v3 04/12] device-dax: Set page->index
` [PATCH v3 05/12] filesystem-dax: "
` [PATCH v3 08/12] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v3 11/12] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH v2 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-06-07 16:52 UTC  (9+ messages)

[GIT PULL] orangefs: fixes and cleanups
 2018-06-07 14:52 UTC 

iomap preparations for GFS2
 2018-06-07 13:50 UTC  (6+ messages)
` [PATCH 5/6] iomap: generic inline data handling

[PATCH 0/1] getxattr: use correct xattr length
 2018-06-07 11:43 UTC  (2+ messages)
` [PATCH 1/1] "

[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
 2018-06-07 10:26 UTC  (6+ messages)

[philip.li@intel.com: Re: [kbuild-all] [vfs:work.aio 10/12] fs/aio.c:1444: undefined reference to `ioprio_check_cap']
 2018-06-07  2:13 UTC 

[PATCH v2 0/7] Fix DM DAX handling
 2018-06-06 22:29 UTC  (7+ messages)
` [PATCH v2 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode

[PATCH] Documentation: update firmware loader fallback reference
 2018-06-06 21:38 UTC 

[RFC PATCH ghak90 (was ghak32) V3 00/10] audit: implement container identifier
 2018-06-06 20:26 UTC  (14+ messages)
` [RFC PATCH ghak90 (was ghak32) V3 01/10] audit: add container id
` [RFC PATCH ghak90 (was ghak32) V3 02/10] audit: log container info of syscalls
` [RFC PATCH ghak90 (was ghak32) V3 03/10] audit: add containerid support for ptrace and signals
` [RFC PATCH ghak90 (was ghak32) V3 04/10] audit: add support for non-syscall auxiliary records
` [RFC PATCH ghak90 (was ghak32) V3 05/10] audit: add containerid support for tty_audit
` [RFC PATCH ghak90 (was ghak32) V3 06/10] audit: add containerid filtering
` [RFC PATCH ghak90 (was ghak32) V3 07/10] audit: add support for containerid to network namespaces
` [RFC PATCH ghak90 (was ghak32) V3 08/10] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [RFC PATCH ghak90 (was ghak32) V3 09/10] debug audit: read container ID of a process
` [RFC PATCH ghak90 (was ghak32) V3 10/10] rfkill: fix spelling mistake contidion to condition

[GIT PULL] overlayfs fixes for 4.18
 2018-06-06 19:34 UTC 

[GIT PULL] fuse update for 4.18
 2018-06-06 18:29 UTC 

general protection fault in sockfs_setattr
 2018-06-06 18:21 UTC  (2+ messages)

[PATCH 0/5] vfs: track per-sb writeback errors and report them via fsinfo()
 2018-06-06 15:56 UTC  (3+ messages)
` [PATCH 2/5] buffer: record blockdev write errors in super_block that backs them

[PATCH] ksys_mount: check for permissions before resource allocation
 2018-06-06 15:26 UTC  (5+ 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).