linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-03 13:08:16 to 2018-09-10 09:28:48 UTC [more...]

possible deadlock in free_ioctx_users
 2018-09-10  9:28 UTC  (3+ messages)

general protection fault in create_empty_buffers (2)
 2018-09-10  8:22 UTC 

[PATCH v2 1/2] hfsplus: prevent btree data loss on ENOSPC
 2018-09-09 22:47 UTC  (2+ messages)
` [PATCH v2 2/2] hfs: "

sysfs: Do not return POSIX ACL xattrs via listxattr()
 2018-09-09 21:54 UTC 

Containers and checkpoint/restart micro-conference at LPC2018
 2018-09-09 19:08 UTC  (9+ messages)
      ` Overlayfs @ "
    ` [lxc-users] "

BUG: soft lockup in shrink_dcache_parent (2)
 2018-09-09 16:45 UTC  (2+ messages)

[PATCH 01/11] compat_ioctl: remove keyboard ioctl translation
 2018-09-09  4:37 UTC  (14+ messages)
` [PATCH 02/11] compat_ioctl: remove HIDIO translation
` [PATCH 03/11] compat_ioctl: remove translation for sound ioctls
` [PATCH 04/11] compat_ioctl: remove isdn ioctl translation
` [PATCH 05/11] compat_ioctl: remove IGNORE_IOCTL()
` [PATCH 06/11] compat_ioctl: remove /dev/random commands
` [PATCH 07/11] compat_ioctl: remove joystick ioctl translation
` [PATCH 08/11] compat_ioctl: remove PCI "
` [PATCH 09/11] compat_ioctl: remove /dev/raw "
` [PATCH 10/11] compat_ioctl: remove last RAID handling code
` [PATCH 11/11] compat_ioctl: move tape handling into drivers

[PATCH v2 2/2] rtc: move compat_ioctl handling into rtc-dev.c
 2018-09-08 17:29 UTC  (3+ messages)

next-20180906 crashes during ubifs_mount (legacy fs_context)
 2018-09-08 15:58 UTC  (2+ messages)

INFO: task hung in __blkdev_get (2)
 2018-09-08 15:48 UTC  (2+ messages)

Regression in next with filesystem context concept
 2018-09-08 15:24 UTC  (6+ messages)

open sets ext4_da_aops for DAX existing files
 2018-09-07 21:23 UTC 

[PATCH v9 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-09-07 20:28 UTC  (5+ messages)
` [PATCH v9 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v9 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v9 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 8M
` [PATCH v9 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode

[PATCH] vfs: require i_size <= SIZE_MAX in kernel_read_file()
 2018-09-07 19:16 UTC 

[PATCH 0/4] 9p coverity fixes
 2018-09-07 16:50 UTC  (5+ messages)
` [PATCH 1/4] 9p: acl: fix uninitialized iattr access
` [PATCH 2/4] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 3/4] 9p: p9dirent_read: check network-provided name length
` [PATCH 4/4] 9p locks: fix glock.client_id leak in do_lock

[PATCH] filesystems: remove unnecessary unlikely()
 2018-09-07 16:14 UTC 

ANNOUNCE: nfs-utils-2.3.3 released
 2018-09-07 14:21 UTC 

[PATCH] vfs: namespace: error pointer dereference in do_remount()
 2018-09-07 12:25 UTC 

[GIT PULL] fsnotify fix for 4.19-rc3
 2018-09-07  8:31 UTC 

[PATCH] 9p locks: add mount option for lock retry interval
 2018-09-07  4:50 UTC 

[patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)
 2018-09-07  3:53 UTC  (7+ messages)

[PATCH -next] vfs: syscall: Remove duplicated include from namespace.c
 2018-09-07  2:05 UTC 

[PATCH dhowells/mount-api] fs: fix checking an error code of security_fs_context_parse_param
 2018-09-06 23:08 UTC  (5+ messages)
  ` [PATCH dhowells/mount-api] fs: return -ENOPARAM from security_fs_context_parse_param by default

[PATCH v8 0/5] ipc: IPCMNI limit check for *mni & increase that limit
 2018-09-06 22:24 UTC  (3+ messages)

[PATCH 10/10] nfsd: clients don't need to break their own delegations
 2018-09-06 19:40 UTC  (8+ messages)
` [PATCH 00/10] Eliminate delegation self-conflicts v2

[PATCH 1/6] hfsplus: prevent btree data loss on root split
 2018-09-06 18:28 UTC  (2+ messages)

[PATCH 0/4] udf: Fix crash during mount
 2018-09-06 16:18 UTC  (5+ messages)
` [PATCH 1/4] udf: Prevent write-unsupported filesystem to be remounted read-write
` [PATCH 2/4] udf: Fix crash during mount
` [PATCH 3/4] udf: Drop freed bitmap / table support
` [PATCH 4/4] udf: Drop pack pragma from udf_sb.h

[PATCH RFC 0/2] ->bmap interface retirement
 2018-09-06 15:53 UTC  (14+ messages)
` [PATCH 1/2] fs: Replace direct ->bmap calls by bmap()
` [PATCH 2/2] Use fiemap internal infra-structure to handle FIBMAP

[PATCH] fscache: Fix cookie key uninit mem / out of bound read
 2018-09-06 15:31 UTC 

[PATCH v4] fuse: add max_pages option
 2018-09-06 12:37 UTC 

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06 14:53 UTC  (18+ messages)
` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
` [PATCH 07/11] UAPI: nilfs2: Fix use of undefined byteswapping functions

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06  9:19 UTC  (4+ messages)
` [PATCH 05/11] UAPI: coda: Move kernel internals out of public view [ver #2]
` [PATCH 06/11] coda: Move internal defs out of include/linux/ "
` [PATCH 08/11] UAPI: nilfs2: Fix use of undefined byteswapping functions "

POSIX violation by writeback error
 2018-09-06  9:17 UTC  (33+ messages)

[BUG BISECT] NFS root failure (NULL pointer)
 2018-09-06  7:10 UTC 

[PATCH -next] iomap: remove duplicated include from iomap.c
 2018-09-06  1:54 UTC 

KASAN error in [PATCH v3 7/8] proc/kcore: optimize multiple page reads
 2018-09-05 22:00 UTC  (10+ messages)
` [PATCH] proc/kcore: fix invalid memory access in multi-page read optimization
  ` [PATCH v2] "
    ` [PATCH v3] "

Maintainer / Kernel Summit 2018 planning kick-off
 2018-09-05  3:59 UTC  (2+ messages)

Snapshot target and DAX-capable devices
 2018-09-05  1:25 UTC  (11+ messages)

[RESEND][PATCH v5 0/2] vfs: fix dedupe permission check
 2018-09-04 20:40 UTC  (3+ messages)
` [PATCH v5 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v5 2/2] vfs: dedupe should return EPERM if permission is not granted

mmotm 2018-09-04-16-03 uploaded
 2018-09-04 23:04 UTC 

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-09-04 16:06 UTC  (13+ messages)
` [PATCH 01/11] audit_tree: Remove mark->lock locking
` [PATCH 02/11] audit: Fix possible spurious -ENOSPC error
` [PATCH 03/11] audit: Fix possible tagging failures
` [PATCH 04/11] audit: Embed key into chunk
` [PATCH 05/11] audit: Make hash table insertion safe against concurrent lookups
` [PATCH 06/11] audit: Factor out chunk replacement code
` [PATCH 07/11] audit: Remove pointless check in insert_hash()
` [PATCH 08/11] audit: Provide helper for dropping mark's chunk reference
` [PATCH 09/11] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/11] audit: Replace chunk attached to mark instead of replacing mark
` [PATCH 11/11] audit: Use 'mark' name for fsnotify_mark variables
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH 0/10 v2] audit: Fix various races when tagging and untagging mounts
 2018-09-04 14:11 UTC  (14+ messages)
` [PATCH 01/10] audit_tree: Remove mark->lock locking
` [PATCH 02/10] audit: Fix possible spurious -ENOSPC error
` [PATCH 09/10] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/10] audit: Replace chunk attached to mark instead of replacing mark

POSIX violation by writeback error
 2018-09-04 10:56 UTC 

WARNING in up_write
 2018-09-04  8:28 UTC  (7+ messages)

INFO: rcu detected stall in d_walk
 2018-09-04  8:18 UTC  (4+ messages)

[PATCH v2] fs/posix_acl.c: fix kernel-doc warnings, formatting, and typo
 2018-09-04  7:25 UTC  (2+ messages)

[PATCH v2] fs: Convert return type int to vm_fault_t
 2018-09-04  2:13 UTC  (7+ messages)

[PATCH] fs/posix_acl.c: fix kernel-doc warnings, formatting, and typo
 2018-09-03 22:30 UTC  (2+ messages)

[PATCH 4.9 097/107] MIPS: Correct the 64-bit DSP accumulator register size
 2018-09-03 16:57 UTC 

[PATCH v4 0/3] fanotify super block marks
 2018-09-03 13:20 UTC  (2+ messages)

[PATCH 4.18 099/123] MIPS: Correct the 64-bit DSP accumulator register size
 2018-09-03 16:57 UTC 

[PATCH 4.14 149/165] MIPS: Correct the 64-bit DSP accumulator register size
 2018-09-03 16:57 UTC 

[PATCH 4.4 75/80] MIPS: Correct the 64-bit DSP accumulator register size
 2018-09-03 16:49 UTC 

[PATCH 3.18 53/56] MIPS: Correct the 64-bit DSP accumulator register size
 2018-09-03 16:49 UTC 

[RFC] [PATCH 0/1] Introduce emergency raid0 stop for mounted arrays
 2018-09-03 12:16 UTC  (6+ messages)

[PATCH] fsnotify: fix ignore mask logic in fsnotify()
 2018-09-03 12:00 UTC  (2+ messages)

[PATCH v3 0/3] fanotify super block marks
 2018-09-03  9:58 UTC  (6+ messages)
` [PATCH v3 3/3] fanotify: add API to attach/detach super block mark


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