linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 16:35:05 to 2019-11-22 10:41:06 UTC [more...]

[PATCH] aio: fix async fsync creds
 2019-11-22 10:40 UTC  (2+ messages)

[PATCH v4 00/13] add the latest exfat driver
 2019-11-22 10:30 UTC  (30+ messages)
    ` [PATCH v4 01/13] exfat: add in-memory and on-disk structures and headers
    ` [PATCH v4 02/13] exfat: add super block operations
    ` [PATCH v4 03/13] exfat: add inode operations
    ` [PATCH v4 04/13] exfat: add directory operations
              ` [v4 "
    ` [PATCH v4 05/13] exfat: add file operations
    ` [PATCH v4 06/13] exfat: add exfat entry operations
    ` [PATCH v4 07/13] exfat: add bitmap operations
    ` [PATCH v4 08/13] exfat: add exfat cache
    ` [PATCH v4 09/13] exfat: add misc operations
    ` [PATCH v4 10/13] exfat: add nls operations
    ` [PATCH v4 11/13] exfat: add Kconfig and Makefile
    ` [PATCH v4 12/13] exfat: add exfat in fs/Kconfig and fs/Makefile
    ` [PATCH v4 13/13] MAINTAINERS: add exfat filesystem

Kernel Oops wenn USB stick with FAT32 is unplugged wenn tcpdump is writing to it
 2019-11-22 10:06 UTC 

[PATCH][v4] x86/resctrl: Add task resctrl information display
 2019-11-22  9:58 UTC 

[PATCH 0/5] Refactor ioctl_fibmap() internal interface
 2019-11-22  8:53 UTC  (6+ messages)
` [PATCH 1/5] fs: Enable bmap() function to properly return errors
` [PATCH 2/5] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/5] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/5] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/5] fibmap: Reject negative block numbers

[PATCH][v3] x86/resctrl: Add task resctrl information display
 2019-11-22  8:18 UTC  (3+ messages)

[PATCH 0/2] iomap: Fix leakage of pipe pages while splicing
 2019-11-22  6:04 UTC  (8+ messages)
` [PATCH 1/2] iomap: Fix pipe page leakage during splicing
` [PATCH 2/2] iomap: Do not create fake iter in iomap_dio_bio_actor()

[RFCv3 0/4] ext4: Introducing ilock wrapper APIs & fixing i_rwsem scalablity prob. in DIO mixed-rw
 2019-11-22  5:53 UTC  (7+ messages)
` [RFCv3 1/4] ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
` [RFCv3 2/4] ext4: Add ext4_ilock & ext4_iunlock API

[PATCH] proc: align mnt_id in /proc/pid/fdinfo and /proc/pid/mountinfo
 2019-11-22  3:51 UTC  (3+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-22  2:54 UTC  (49+ messages)
` [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v7 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v7 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v7 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v7 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v7 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v7 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v7 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v7 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v7 16/24] net/xdp: "
` [PATCH v7 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v7 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v7 19/24] vfio, mm: "
` [PATCH v7 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v7 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v7 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v7 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v7 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH] iomap: trace iomap_appply results
 2019-11-22  1:46 UTC 

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-11-22  1:27 UTC  (6+ messages)
` [RFC PATCH] generic: test splice() with pipes

[PATCH v4] splice: only read in as much information as there is pipe buffer space
 2019-11-22  1:25 UTC  (5+ messages)

[RFC PATCH 1/2] selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"
 2019-11-22  0:30 UTC  (4+ messages)
` [RFC PATCH 2/2] selinux: fall back to ref-walk upon LSM_AUDIT_DATA_DENTRY too

[PATCH v4 00/10] Fix cdrom autoclose
 2019-11-21 23:43 UTC  (13+ messages)
` [PATCH v4 01/10] cdrom: add poll_event_interruptible
` [PATCH v4 02/10] cdrom: factor out common open_for_* code
` [PATCH v4 03/10] cdrom: wait for the tray to close
` [PATCH v4 04/10] cdrom: export autoclose logic as a separate function
` [PATCH v4 05/10] cdrom: unify log messages
` [PATCH v4 06/10] bdev: reset first_open when looping in __blkget_dev
` [PATCH v4 07/10] bdev: separate parts of __blkdev_get as helper functions
` [PATCH v4 08/10] bdev: add open_finish
` [PATCH v4 09/10] scsi: blacklist: add VMware ESXi cdrom - broken tray emulation
` [PATCH v4 10/10] scsi: sr: wait for the medium to become ready

single aio thread is migrated crazily by scheduler
 2019-11-21 22:10 UTC  (17+ messages)

[PATCH] proc: Make /proc/<pid>/io world readable
 2019-11-21 21:25 UTC  (2+ messages)

getdents64 lost direntries with SMB/NFS and buffer size < unknown threshold
 2019-11-21 17:54 UTC  (4+ messages)
` [musl] "

[PATCH 0/4] [RFC] virtiofs: Add a notification queue
 2019-11-21 17:00 UTC  (6+ messages)
` [PATCH 2/4] virtiofs: Add an index to keep track of first request queue
` [PATCH 4/4] virtiofs: Support blocking posix locks (fcntl(F_SETLKW))

[PATCH v2 1/3] fs: remove redundant cache invalidation after async direct-io write
 2019-11-21 16:23 UTC  (6+ messages)
` [PATCH v2 2/3] fs: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
` [PATCH v2 3/3] fs: warn if stale pagecache is left after direct write

Feature bug with the new mount API: no way of doing read only bind mounts
 2019-11-21 16:15 UTC  (6+ messages)

[PATCH] block: add iostat counters for flush requests
 2019-11-21 16:07 UTC  (4+ messages)

[PATCH] cifs: Don't use iov_iter::type directly
 2019-11-21 16:07 UTC  (4+ messages)

[PATCH] afs: Fix large file support
 2019-11-21 15:55 UTC  (2+ messages)

[PATCH] afs: Fix possible assert with callbacks from yfs servers
 2019-11-21 15:26 UTC 

[PATCH v2 0/8] Fix cdrom autoclose
 2019-11-21 15:21 UTC  (9+ messages)
` [PATCH v2 6/8] bdev: add open_finish
` [PATCH v2 7/8] scsi: sr: workaround VMware ESXi cdrom emulation bug

linux-next: Tree for Nov 21
 2019-11-21 15:04 UTC 

[PATCH v3 0/7] Fix cdrom autoclose
 2019-11-21 10:06 UTC  (4+ messages)
` [PATCH v3 5/7] bdev: add open_finish

INFO: trying to register non-static key in io_cqring_ev_posted
 2019-11-21  5:56 UTC  (2+ messages)

[PATCH v5 00/27] nfs: Mount API conversion
 2019-11-21  5:52 UTC  (3+ messages)
` [PATCH v5 15/27] nfs: get rid of ->set_security()

[PATCH] fuse: Fix the return code of fuse_direct_IO() to deal with the error for aio
 2019-11-21  5:51 UTC  (2+ messages)

[PATCH v2 00/13] add the latest exfat driver
 2019-11-21  3:39 UTC  (6+ messages)
  ` [PATCH v2 05/13] exfat: add file operations

[PATCH v2] fs: Fix Kconfig indentation
 2019-11-21  3:18 UTC 

[PATCH 00/23] y2038 cleanups
 2019-11-20 22:58 UTC  (4+ messages)
` [PATCH 01/23] y2038: remove CONFIG_64BIT_TIME
  ` [Y2038] "

[PATCH v3 00/13] add the latest exfat driver
 2019-11-20 20:38 UTC  (6+ messages)
  ` [PATCH v3 01/13] exfat: add in-memory and on-disk structures and headers
  ` [PATCH v3 07/13] exfat: add bitmap operations

[PATCH v2] Documentation: filesystems: convert fuse to RST
 2019-11-20 19:26 UTC 

[RFC PATCH 1/2] selinux: Don't call avc_compute_av() from RCU path walk
 2019-11-20 19:13 UTC  (3+ messages)

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-11-20 18:24 UTC  (14+ messages)
` [PATCH man-pages v2] Document encoded I/O
` [RFC PATCH v3 01/12] iov_iter: add copy_struct_from_iter()
` [RFC PATCH v3 02/12] fs: add O_ALLOW_ENCODED open flag
` [RFC PATCH v3 03/12] fs: add RWF_ENCODED for reading/writing compressed data
` [RFC PATCH v3 04/12] btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
` [RFC PATCH v3 05/12] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [RFC PATCH v3 06/12] btrfs: remove dead snapshot-aware defrag code
` [RFC PATCH v3 07/12] btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
` [RFC PATCH v3 08/12] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [RFC PATCH v3 09/12] btrfs: support different disk extent size for delalloc
` [RFC PATCH v3 10/12] btrfs: optionally extend i_size in cow_file_range_inline()
` [RFC PATCH v3 11/12] btrfs: implement RWF_ENCODED reads
` [RFC PATCH v3 12/12] btrfs: implement RWF_ENCODED writes

[PATCH] orangefs: posix read and write on open files
 2019-11-20 17:06 UTC  (2+ 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).