linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 21:17:23 to 2019-06-11 04:02:07 UTC [more...]

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-06-11  4:01 UTC  (10+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files

[PATCH] vfs: allow copy_file_range from a swapfile
 2019-06-11  3:29 UTC  (4+ messages)

bcachefs status update (it's done cooking; let's get this sucker merged)
 2019-06-11  1:17 UTC  (14+ messages)
` [PATCH 01/12] Compiler Attributes: add __flatten
` [PATCH 02/12] locking: SIX locks (shared/intent/exclusive)
` [PATCH 03/12] mm: pagecache add lock
` [PATCH 04/12] mm: export find_get_pages()
` [PATCH 05/12] fs: insert_inode_locked2()
` [PATCH 06/12] fs: factor out d_mark_tmpfile()
` [PATCH 08/12] block: Add some exports for bcachefs
` [PATCH 09/12] bcache: optimize continue_at_nobarrier()
` [PATCH 10/12] bcache: move closures to lib/
` [PATCH 11/12] closures: closure_wait_event()
` [PATCH 12/12] closures: fix a race on wakeup from closure_sync

[ANNOUNCE] xfs-linux: copy-file-range-fixes updated to fe0da9c09b2d
 2019-06-11  1:11 UTC  (3+ messages)

[RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications [ver #4]
 2019-06-11  0:13 UTC  (30+ messages)
` [PATCH 01/13] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/13] uapi: General notification ring definitions "
` [PATCH 03/13] security: Add hooks to rule on setting a watch "
` [PATCH 04/13] security: Add a hook for the point of notification insertion "
` [PATCH 05/13] General notification queue with user mmap()'able ring buffer "
` [PATCH 06/13] keys: Add a notification facility "
` [PATCH 07/13] vfs: Add a mount-notification "
` [PATCH 08/13] vfs: Add superblock notifications "
` [PATCH 09/13] fsinfo: Export superblock notification counter "
` [PATCH 10/13] Add a general, global device notification watch list "
` [PATCH 11/13] block: Add block layer notifications "
` [PATCH 12/13] usb: Add USB subsystem "
` [PATCH 13/13] Add sample notification program "

[RFC PATCH v3 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-10 23:27 UTC  (6+ messages)
` [RFC PATCH v3 1/1] "

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-06-10 21:20 UTC  (15+ messages)
` pselect/etc semantics (Was: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask())
  ` [PATCH] signal: remove the wrong signal_pending() check in restore_user_sigmask()
    ` [PATCH 0/2] select: simplify the usage of restore_saved_sigmask_unless()
      ` [PATCH 1/2] select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR
      ` [RFC PATCH 0/5]: Removing saved_sigmask
        ` [RFC PATCH 1/5] signal: Teach sigsuspend to use set_user_sigmask
        ` [RFC PATCH 2/5] signal/kvm: Stop using sigprocmask in kvm_sigset_(activate|deactivate)
        ` [RFC PATCH 3/5] signal: Always keep real_blocked in sync with blocked
        ` [RFC PATCH 4/5] signal: Remove saved_sigmask
        ` [RFC PATCH 5/5] signal: Remove the unnecessary restore_sigmask flag

[PATCH] cifs: copy_file_range needs to strip setuid bits and update timestamps
 2019-06-10 20:39 UTC  (2+ messages)

[PATCH v11 0/7] virtio pmem driver
 2019-06-10 19:28 UTC  (9+ messages)
` [PATCH v11 1/7] libnvdimm: nd_region flush callback support
` [PATCH v11 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v11 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v11 4/7] dm: enable synchronous dax
` [PATCH v11 5/7] dax: check synchronous mapping is supported
` [PATCH v11 6/7] ext4: disable map_sync for async flush
` [PATCH v11 7/7] xfs: "

[PATCH] ceph: copy_file_range needs to strip setuid bits and update timestamps
 2019-06-10 19:24 UTC  (2+ messages)

"Dentry still in use" splats in v5.2-rc3
 2019-06-10 18:30 UTC  (2+ messages)

ANNOUNCE: nfs-utils-2.4.1 released
 2019-06-10 18:01 UTC 

BUG: Dentry still in use [unmount of tmpfs tmpfs]
 2019-06-10 15:11 UTC  (2+ messages)

[PATCH v3] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-06-10  9:13 UTC  (4+ messages)

[PATCH v10 0/7] virtio pmem driver
 2019-06-10  5:08 UTC  (4+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

[PATCH net] mpls: fix af_mpls dependencies
 2019-06-10  2:57 UTC  (2+ messages)

[PATCH] docs: filesystems: vfs: Render method descriptions
 2019-06-10  1:11 UTC  (3+ messages)

[PATCH 0/2] Fix write leases on overlayfs
 2019-06-09 19:36 UTC  (4+ messages)
` [PATCH 1/2] vfs: replace i_readcount with a biased i_count
` [PATCH 2/2] locks: eliminate false positive conflicts for write lease

[PATCH 4.14 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 17:10 UTC  (5+ messages)
` [PATCH 4.14 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 4.14 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH 3.16 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 15:42 UTC  (3+ messages)
` [PATCH 3.16 2/2] fuse: Add FOPEN_STREAM to use stream_open()
` [PATCH 3.16 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

[PATCH 4.9 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 15:41 UTC  (3+ messages)
` [PATCH 4.9 2/2] fuse: Add FOPEN_STREAM to use stream_open()
` [PATCH 4.9 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock

[PATCH 3.18 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 14:39 UTC  (3+ messages)
` [PATCH 3.18 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 3.18 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH 4.4 0/2] Fix FUSE read/write deadlock on stream-like files
 2019-06-09 14:39 UTC  (3+ messages)
` [PATCH 4.4 1/2] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH 4.4 2/2] fuse: Add FOPEN_STREAM to use stream_open()

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-09 13:00 UTC  (20+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space

KASAN: use-after-free Read in tomoyo_realpath_from_path
 2019-06-09  6:41 UTC  (2+ messages)
  ` [PATCH] tomoyo: Don't check open/getattr permission on sockets

[PATCH v12 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-06-08 12:55 UTC  (2+ messages)

[PATCH AUTOSEL 5.1 29/70] io_uring: Fix __io_uring_register() false success
 2019-06-08 11:39 UTC 

fanotify and pidfd?
 2019-06-08 10:55 UTC  (3+ messages)

[RFC PATCH v2 0/8] Inline Encryption Support
 2019-06-07 22:28 UTC  (3+ messages)
` [RFC PATCH v2 1/8] block: Keyslot Manager for Inline Encryption

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-07 22:22 UTC  (6+ messages)
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH v3 19/20] docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst
 2019-06-07 18:54 UTC 

[PATCH linux-next v2] mpls: don't build sysctl related code when sysctl is disabled
 2019-06-07 18:46 UTC  (4+ messages)

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-06-07 18:20 UTC 

[RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3]
 2019-06-07 14:37 UTC  (17+ messages)
    ` [PATCH 10/10] Add sample notification program "

[PATCH 09/10] usb: Add USB subsystem notifications [ver #3]
 2019-06-07 14:01 UTC  (5+ messages)

[PATCH v2 00/19] btrfs zoned block device support
 2019-06-07 13:17 UTC  (32+ messages)
` [PATCH 01/19] btrfs: introduce HMZONED feature flag
` [PATCH 02/19] btrfs: Get zone information of zoned block devices
` [PATCH 03/19] btrfs: Check and enable HMZONED mode
` [PATCH 04/19] btrfs: disable fallocate in "
` [PATCH 05/19] btrfs: disable direct IO "
` [PATCH 06/19] btrfs: align dev extent allocation to zone boundary
` [PATCH 07/19] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH 08/19] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH 09/19] btrfs: limit super block locations in HMZONED mode
` [PATCH 10/19] btrfs: rename btrfs_map_bio()
` [PATCH 11/19] btrfs: introduce submit buffer
` [PATCH 12/19] btrfs: expire submit buffer on timeout
` [PATCH 13/19] btrfs: avoid sync IO prioritization on checksum in HMZONED mode
` [PATCH 14/19] btrfs: redirty released extent buffers in sequential BGs
` [PATCH 15/19] btrfs: reset zones of unused block groups
` [PATCH 16/19] btrfs: wait existing extents before truncating
` [PATCH 17/19] btrfs: shrink delayed allocation size in HMZONED mode
` [PATCH 18/19] btrfs: support dev-replace "
` [PATCH 19/19] btrfs: enable to mount HMZONED incompat flag
` [PATCH 01/12] btrfs-progs: build: Check zoned block device support
  ` [PATCH 02/12] btrfs-progs: utils: Introduce queue_param
  ` [PATCH 03/12] btrfs-progs: add new HMZONED feature flag
  ` [PATCH 04/12] btrfs-progs: Introduce zone block device helper functions
  ` [PATCH 05/12] btrfs-progs: load and check zone information
  ` [PATCH 06/12] btrfs-progs: avoid writing super block to sequential zones
  ` [PATCH 07/12] btrfs-progs: support discarding zoned device
  ` [PATCH 08/12] btrfs-progs: volume: align chunk allocation to zones
  ` [PATCH 09/12] btrfs-progs: do sequential allocation
  ` [PATCH 10/12] btrfs-progs: mkfs: Zoned block device support
  ` [PATCH 11/12] btrfs-progs: device-add: support HMZONED device
  ` [PATCH 12/12] btrfs-progs: introduce support for dev-place "

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-06-07  9:40 UTC  (9+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-06-07  6:00 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH] fs/handle.c - fix up kerneldoc
 2019-06-07  2:34 UTC 

[PATCH linux-next] mpls: don't build sysctl related code when sysctl is disabled
 2019-06-07  0:30 UTC  (2+ messages)

mmotm 2019-05-29-20-52 uploaded
 2019-06-07  0:24 UTC  (4+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)
  ` mmotm 2019-05-29-20-52 uploaded (mpls) +linux-next

[PATCH] dax: Fix xarray entry association for mixed mappings
 2019-06-06 21:28 UTC  (3+ 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).