linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-13 13:08:22 to 2018-09-18 11:31:18 UTC [more...]

[PATCH 0/3] Replace direct ->bmap calls by bmap() with error support
 2018-09-18  6:00 UTC  (13+ messages)
` [PATCH 1/3] fs: Enable bmap() function to properly return errors
` [PATCH 2/3] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/3] ecryptfs: drop direct calls to ->bmap
  ` [PATCH 3/3 V2] "

ANNOUNCE: ScoutFS archival filesystem code published
 2018-09-18  5:21 UTC  (3+ messages)

[PATCH v2] fanotify reports the thread id of the event trigger
 2018-09-18  7:06 UTC  (4+ messages)

[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
 2018-09-18  7:44 UTC  (38+ messages)
` [PATCH 04/10] LSM: Infrastructure management of the cred security blob
` [PATCH 10/10] LSM: Blob sharing support for S.A.R.A and LandLock

[PATCH -next] fs/iomap.c: remove duplicated include
 2018-09-18  2:12 UTC 

[PATCH 00/10] iov_iter: Add new iters and use with AFS
 2018-09-17 21:32 UTC  (20+ messages)
` [PATCH 01/10] iov_iter: Separate type from direction and use accessor functions
` [PATCH 02/10] iov_iter: Renumber the ITER_* constants in uio.h
` [PATCH 03/10] iov_iter: Make count and iov_offset loff_t not size_t
` [PATCH 04/10] iov_iter: Add mapping and discard iterator types
` [PATCH 05/10] afs: Better tracing of protocol errors
` [PATCH 06/10] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 07/10] afs: Use ITER_MAPPING for writing
` [PATCH 08/10] afs: Add O_DIRECT read support
` [PATCH 09/10] afs: Add a couple of tracepoints to log I/O errors
` [PATCH 10/10] afs: Don't invoke the server to read data beyond EOF

[PATCH v3 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-17 21:16 UTC  (8+ messages)
` [PATCH v3 1/5] signal: Add set_user_sigmask()
` [PATCH v3 2/5] signal: Add restore_user_sigmask()
` [PATCH v3 3/5] ppoll: use __kernel_timespec
` [PATCH v3 4/5] pselect6: "
` [PATCH v3 5/5] io_pgetevents: "

[PATCH v3 0/3] exec: fix passing of file locks across execve in multithreaded processes
 2018-09-17 20:45 UTC  (21+ messages)
` [PATCH v3 1/3] exec: separate thread_count for files_struct
` [PATCH v3 2/3] exec: delay clone(CLONE_FILES) if task associated with current files_struct is exec'ing
` [PATCH v3 3/3] exec: do unshare_files after de_thread
` [RFC][PATCH 0/3] exec: Moving unshare_files_struct
  ` [RFC][PATCH 1/3] exec: Move unshare_files down to avoid locks being dropped on exec
  ` [RFC][PATCH 2/3] exec: Simplify unshare_files
  ` [RFC][PATCH 3/3] exec: Remove reset_files_struct

[PATCH 00/17] orangefs: page cache
 2018-09-17 20:10 UTC  (18+ messages)
` [PATCH 01/17] orangefs: implement xattr cache
` [PATCH 02/17] orangefs: do not invalidate attributes on inode create
` [PATCH 03/17] orangefs: simply orangefs_inode_getattr interface
` [PATCH 04/17] orangefs: update attributes rather than relying on server
` [PATCH 05/17] orangefs: hold i_lock during inode_getattr
` [PATCH 06/17] orangefs: set up and use backing_dev_info
` [PATCH 07/17] orangefs: let setattr write to cached inode
` [PATCH 08/17] orangefs: reorganize setattr functions to track attribute changes
` [PATCH 09/17] orangefs: remove orangefs_readpages
` [PATCH 10/17] orangefs: service ops done for writeback are not killable
` [PATCH 11/17] orangefs: migrate to generic_file_read_iter
` [PATCH 12/17] orangefs: implement writepage
` [PATCH 13/17] orangefs: skip inode writeout if nothing to write
` [PATCH 14/17] orangefs: write range tracking
` [PATCH 15/17] orangefs: avoid fsync service operation on flush
` [PATCH 16/17] orangefs: use kmem_cache for orangefs_write_request
` [PATCH 17/17] orangefs: implement writepages

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-09-17 18:13 UTC  (15+ messages)
` [PATCH 04/11] audit: Embed key into chunk
` [PATCH 09/11] audit: Allocate fsnotify mark independently of chunk
` [PATCH 11/11] audit: Use 'mark' name for fsnotify_mark variables
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH] sysfs: Do not return POSIX ACL xattrs via listxattr
 2018-09-17 15:38 UTC 

[PATCH v9 0/5] vfs: Use dlock list for SB's s_inodes list
 2018-09-17 15:18 UTC  (5+ messages)
` [PATCH v9 3/5] vfs: Use dlock list for superblock's inode list
` [PATCH v9 6/6] prefetch: Remove spin_lock_prefetch()

[PATCH] fanotify support save thread id
 2018-09-17 14:57 UTC  (3+ messages)

sysfs: Do not return POSIX ACL xattrs via listxattr()
 2018-09-17 14:01 UTC  (4+ messages)

//RE: [PATCH] fix memory leak in ramoops_init
 2018-09-17 10:03 UTC 

[PATCH] fix memory leak in ramoops_init
 2018-09-17  9:15 UTC 

FUSE: write() after release()
 2018-09-17  7:39 UTC  (3+ messages)

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-09-17  9:33 UTC  (14+ messages)
` [PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 03/17] compat_ioctl: use correct compat_ptr() translation in drivers
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 10/17] compat_ioctl: remove translation for sound ioctls

metadata operation reordering regards to crash
 2018-09-16  1:18 UTC  (5+ messages)

INFO: task hung in fsnotify_connector_destroy_workfn (2)
 2018-09-15 23:05 UTC  (4+ messages)

[PATCH v2 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-15 19:04 UTC  (10+ messages)
` [PATCH v2 1/5] signal: Add set_user_sigmask()
` [PATCH v2 2/5] signal: Add restore_user_sigmask()
` [PATCH v2 3/5] ppoll: use __kernel_timespec
` [PATCH v2 4/5] pselect6: "
` [PATCH v2 5/5] io_pgetevents: "

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-09-15 15:27 UTC  (7+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig

Is it possible to add pid and comm members to the event structure to increase the display of user and thread information?
 2018-09-15 13:13 UTC  (5+ messages)

[PATCH AUTOSEL 4.4 01/20] binfmt_elf: Respect error return from `regset->active'
 2018-09-15  1:35 UTC 

[PATCH AUTOSEL 4.9 01/34] binfmt_elf: Respect error return from `regset->active'
 2018-09-15  1:34 UTC 

[PATCH 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-14 22:07 UTC  (5+ messages)
` [PATCH 3/5] ppoll: use __kernel_timespec

[PATCH AUTOSEL 3.18 01/11] binfmt_elf: Respect error return from `regset->active'
 2018-09-15  1:35 UTC 

[PATCH AUTOSEL 4.14 01/57] binfmt_elf: Respect error return from `regset->active'
 2018-09-15  1:32 UTC 

[PATCH AUTOSEL 4.18 01/92] binfmt_elf: Respect error return from `regset->active'
 2018-09-15  1:29 UTC 

general protection fault in reconfigure_super
 2018-09-14  4:11 UTC  (2+ messages)

[PATCH 0/6] afs: DNS and VL server handling improvements
 2018-09-13 21:50 UTC  (8+ messages)
` [PATCH 1/6] dns: Allow the dns resolver to retrieve a server set
` [PATCH 2/6] afs: Do better max capacity handling on address lists
` [PATCH 3/6] afs: afs_end_vnode_operation() needs to translate abort codes to errors
` [PATCH 4/6] afs: Differentiate VL servers
` [PATCH 5/6] afs: Always build address lists using the helper functions
` [PATCH 6/6] afs: Sort address lists so that they are in logical ascending order

Making the in-kernel DNS resolver handle server lists
 2018-09-13 20:01 UTC  (5+ messages)

[GIT PULL] overlayfs fixes for 4.19-rc4
 2018-09-13 18:30 UTC 

[PATCH] proc: restrict kernel stack dumps to root
 2018-09-13 14:39 UTC  (5+ messages)

KASAN: use-after-free Read in fuse_dev_do_read
 2018-09-13  8:59 UTC  (3+ messages)

[PATCH 01/11] compat_ioctl: remove keyboard ioctl translation
 2018-09-13  8:13 UTC  (8+ messages)
` [PATCH 06/11] compat_ioctl: remove /dev/random commands


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