linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 07:14:45 to 2019-11-21 04:12:39 UTC [more...]

single aio thread is migrated crazily by scheduler
 2019-11-21  4:12 UTC  (14+ messages)

[PATCH v2 00/13] add the latest exfat driver
 2019-11-21  3:39 UTC  (20+ messages)
  ` [PATCH v2 01/13] exfat: add in-memory and on-disk structures and headers
  ` [PATCH v2 02/13] exfat: add super block operations
  ` [PATCH v2 03/13] exfat: add inode operations
  ` [PATCH v2 05/13] exfat: add file operations
  ` [PATCH v2 08/13] exfat: add exfat cache
  ` [PATCH v2 09/13] exfat: add misc operations
  ` [PATCH v2 06/13] exfat: add exfat entry operations
  ` [PATCH v2 07/13] exfat: add bitmap operations

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

Feature bug with the new mount API: no way of doing read only bind mounts
 2019-11-21  0:11 UTC 

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

getdents64 lost direntries with SMB/NFS and buffer size < unknown threshold
 2019-11-20 20:59 UTC  (3+ messages)
` [musl] "

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

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

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

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

[RFCv3 0/4] ext4: Introducing ilock wrapper APIs & fixing i_rwsem scalablity prob. in DIO mixed-rw
 2019-11-20 16:35 UTC  (13+ 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
` [RFCv3 3/4] ext4: start with shared iolock in case of DIO instead of excl. iolock
` [RFCv3 4/4] ext4: Move to shared iolock even without dioread_nolock mount opt

INFO: trying to register non-static key in io_cqring_ev_posted
 2019-11-20 16:26 UTC  (3+ messages)

[PATCH v5 00/27] nfs: Mount API conversion
 2019-11-20 15:27 UTC  (28+ messages)
` [PATCH v5 01/27] saner calling conventions for nfs_fs_mount_common()
` [PATCH v5 02/27] nfs: stash server into struct nfs_mount_info
` [PATCH v5 03/27] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v5 04/27] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v5 05/27] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v5 06/27] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v5 07/27] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v5 08/27] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v5 09/27] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v5 10/27] nfs: merge xdev and remote file_system_type
` [PATCH v5 11/27] nfs: unexport nfs_fs_mount_common()
` [PATCH v5 12/27] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v5 13/27] nfs: get rid of mount_info ->fill_super()
` [PATCH v5 14/27] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v5 15/27] nfs: get rid of ->set_security()
` [PATCH v5 16/27] NFS: Move mount parameterisation bits into their own file
` [PATCH v5 17/27] NFS: Constify mount argument match tables
` [PATCH v5 18/27] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v5 19/27] NFS: Split nfs_parse_mount_options()
` [PATCH v5 20/27] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v5 21/27] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v5 22/27] NFS: Do some tidying of the parsing code
` [PATCH v5 23/27] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v5 24/27] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v5 25/27] NFS: Add fs_context support
` [PATCH v5 26/27] NFS: Additional refactoring for fs_context conversion
` [PATCH v5 27/27] NFS: Attach supplementary error information to fs_context

[PATCH] fs: Fix Kconfig indentation
 2019-11-20 13:43 UTC 

[PATCH] fuse: Fix Kconfig indentation
 2019-11-20 13:43 UTC 

[PATCH] fs: proc: Fix Kconfig indentation
 2019-11-20 13:43 UTC 

[PATCH] mm: Clean up filemap_write_and_wait()
 2019-11-20 13:36 UTC  (3+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-20 12:42 UTC  (15+ messages)
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 28/28] xfs: rework unreferenced inode lookups

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

[PATCH V2 0/2] ovl: implement async IO routines
 2019-11-20  9:45 UTC  (3+ messages)
` [PATCH 1/2] vfs: add vfs_iocb_iter_[read|write] helper functions
` [PATCH 2/2] ovl: implement async IO routines

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-20  9:45 UTC  (2+ messages)

[MANPAGE] fsopen.2, fsmount.2
 2019-11-20  8:06 UTC  (2+ messages)

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-20  7:54 UTC  (6+ messages)
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

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

[PATCH RESEND v17 00/13] open: introduce openat2(2) syscall
 2019-11-20  5:06 UTC  (14+ messages)
` [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH RESEND v17 04/13] namei: allow set_root() "
` [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall
` [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests
` [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH] afs: Fix missing timeout reset
 2019-11-19 21:00 UTC 

[PATCH V2 0/2] Move swap functions out of address space operations
 2019-11-19 18:57 UTC  (4+ messages)
` [PATCH V2 2/2] fs: Move swap_[de]activate to file_operations

btrfs direct-io using iomap
 2019-11-19 17:24 UTC  (5+ messages)
` [PATCH 4/7] btrfs: Use iomap_dio_rw() for direct I/O

Splice & iomap dio problems
 2019-11-19 16:48 UTC  (5+ messages)

[PATCH] io-wq: remove extra space characters
 2019-11-19 15:45 UTC  (2+ messages)

INFO: task hung in io_wq_destroy
 2019-11-19 15:20 UTC  (6+ messages)

[PATCH 0/2] ovl: implement async IO routines
 2019-11-19 12:50 UTC  (10+ messages)
` [PATCH 1/2] vfs: add vfs_iocb_iter_[read|write] helper functions
` [PATCH 2/2] ovl: implement async IO routines

[PATCH] fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
 2019-11-19 11:59 UTC  (11+ messages)
        ` [PATCH v2] "
            ` [PATCH v3] "

possible deadlock in lock_trace (3)
 2019-11-19 11:55 UTC 

WARNING in iov_iter_pipe
 2019-11-19 10:08 UTC  (5+ messages)

[PATCH RT 1/2 v2] dm-snapshot: fix crash with the realtime kernel
 2019-11-19  8:48 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).