linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-18 01:17:59 to 2020-08-20 11:04:09 UTC [more...]

[PATCH] fs: NTFS read-write driver GPL implementation by Paragon Software
 2020-08-20 10:59 UTC  (9+ messages)

[PATCH 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-20 10:55 UTC  (6+ messages)

[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
 2020-08-20 10:41 UTC  (7+ messages)

[PATCH 4.9 070/212] xattr: break delegations in {set,remove}xattr
 2020-08-20  9:20 UTC 

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-20  6:11 UTC  (27+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action

[RFC PATCH V3] iomap: add support to track dirty state of sub pages
 2020-08-20  1:38 UTC  (3+ messages)

[PATCH AUTOSEL 5.8 27/27] fs/signalfd.c: fix inconsistent return codes for signalfd4
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.7 24/24] fs/signalfd.c: fix inconsistent return codes for signalfd4
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.4 22/22] fs/signalfd.c: fix inconsistent return codes for signalfd4
 2020-08-20  0:02 UTC 

[PATCH AUTOSEL 4.19 18/18] fs/signalfd.c: fix inconsistent return codes for signalfd4
 2020-08-20  0:03 UTC 

[PATCH v2 0/2] proc: Relax check of mount visibility
 2020-08-19 23:27 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Show /proc/self/net only for CAP_NET_ADMIN

mmotm 2020-08-19-16-09 uploaded
 2020-08-19 23:09 UTC 

[PATCH v3 00/18] virtiofs: Add DAX support
 2020-08-19 22:19 UTC  (19+ messages)
` [PATCH v3 01/18] dax: Modify bdev_dax_pgoff() to handle NULL bdev
` [PATCH v3 02/18] dax: Create a range version of dax_layout_busy_page()
` [PATCH v3 03/18] virtio: Add get_shm_region method
` [PATCH v3 04/18] virtio: Implement get_shm_region for PCI transport
` [PATCH v3 05/18] virtio: Implement get_shm_region for MMIO transport
` [PATCH v3 06/18] virtiofs: Provide a helper function for virtqueue initialization
` [PATCH v3 07/18] fuse: Get rid of no_mount_options
` [PATCH v3 08/18] virtio_fs, dax: Set up virtio_fs dax_device
` [PATCH v3 09/18] fuse,virtiofs: Add a mount option to enable dax
` [PATCH v3 10/18] fuse,virtiofs: Keep a list of free dax memory ranges
` [PATCH v3 11/18] fuse: implement FUSE_INIT map_alignment field
` [PATCH v3 12/18] fuse: Introduce setupmapping/removemapping commands
` [PATCH v3 13/18] fuse, dax: Implement dax read/write operations
` [PATCH v3 14/18] fuse,dax: add DAX mmap support
` [PATCH v3 15/18] fuse,virtiofs: Define dax address space operations
` [PATCH v3 16/18] fuse, dax: Serialize truncate/punch_hole and dax fault path
` [PATCH v3 17/18] fuse,virtiofs: Maintain a list of busy elements
` [PATCH v3 18/18] fuse,virtiofs: Add logic to free up a memory range

[PATCH 0/2] Consolidate DIO behavior on unaligned EOF read
 2020-08-19 20:07 UTC  (3+ messages)
` [PATCH 1/2] direct-io: defer alignment check until after EOF check
` [PATCH 2/2] f2fs: Return EOF on unaligned end of file DIO read

[PATCH v3 0/4] Update SELinuxfs out of tree and then swapover
 2020-08-19 19:59 UTC  (5+ messages)
` [PATCH v3 1/4] selinux: Create function for selinuxfs directory cleanup
` [PATCH v3 2/4] selinux: Refactor selinuxfs directory populating functions
` [PATCH v3 3/4] selinux: Standardize string literal usage for selinuxfs directory names
` [PATCH v3 4/4] selinux: Create new booleans and class dirs out of tree

[PATCH v2 0/4] Update SELinuxfs out of tree and then swapover
 2020-08-19 19:58 UTC  (6+ messages)
` [PATCH v2 4/4] selinux: Create new booleans and class dirs out of tree

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-08-19 18:53 UTC  (7+ messages)

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-19 18:32 UTC  (38+ messages)
` [PATCH 01/17] exec: Move unshare_files to fix posix file locking during exec
` [PATCH 02/17] exec: Simplify unshare_files
` [PATCH 03/17] exec: Remove reset_files_struct
` [PATCH 06/17] file: Implement fcheck_task
` [PATCH 07/17] proc/fd: In tid_fd_mode use fcheck_task
` [PATCH 08/17] proc/fd: In proc_fd_link "
` [PATCH 09/17] file: Implement fnext_task
` [PATCH 10/17] proc/fd: In proc_readfd_common use fnext_task
` [PATCH 12/17] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH 13/17] file: Remove get_files_struct
` [PATCH 14/17] file: Merge __fd_install into fd_install
` [PATCH 15/17] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH 16/17] file: Merge __alloc_fd into alloc_fd
` [PATCH 17/17] file: Rename __close_fd to close_fd and remove the files parameter

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-19 17:45 UTC  (15+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v8 1/2] Add a "nosymfollow" mount option
 2020-08-19 16:43 UTC  (2+ messages)
` [PATCH v8 2/2] selftests: mount: add nosymfollow tests

[PATCH v2] Bug fix to ELF Loader which rejects valid ELFs
 2020-08-19 14:59 UTC 

unregister_netdevice: waiting for DEV to become free (4)
 2020-08-19 14:51 UTC 

[PATCH v5 0/2] Anonymous VMA naming patches
 2020-08-19 14:16 UTC 

PROBLEM: Long Workqueue delays V2
 2020-08-19 13:12 UTC  (3+ messages)

[PATCH] fput: Allow calling __fput_sync() from !PF_KTHREAD thread
 2020-08-19 12:42 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v2 (resend)] "

[PATCH v1] fs: Add function declaration of simple_dname
 2020-08-19 12:06 UTC 

[PATCH] fs: Add function declaration of simple_dname
 2020-08-19 11:58 UTC  (5+ messages)

mountinfo contents changed when rootfs is ramfs
 2020-08-19 11:50 UTC 

Is there anyway to ensure iov iter won't break a page copy?
 2020-08-19 11:39 UTC  (3+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-08-19 10:28 UTC 

[PATCH v6] fuse: Add support for passthrough read/write
 2020-08-19 10:04 UTC  (8+ messages)

[PATCH RESEND] fs: Delete always true compilation define
 2020-08-19  7:50 UTC 

[PATCH v4 0/3] Try to release mmap_lock temporarily in smaps_rollup
 2020-08-19  7:37 UTC  (5+ messages)
` [PATCH v4 1/3] mmap locking API: add mmap_lock_is_contended()
` [PATCH v4 2/3] mm: smaps*: extend smap_gather_stats to support specified beginning
` [PATCH v4 3/3] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-19  7:22 UTC  (31+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
        ` iter and normal ops on /dev/zero & co, was Re: remove the last set_fs() in common code, and remove it for x86 and powerpc

[PATCH v2 1/2] exfat: add NameLength check when extracting name
 2020-08-19  6:36 UTC  (2+ messages)
` [PATCH v2 2/2] exfat: unify name extraction

[PATCH v5 0/2] avoid xfs transaction reservation recursion
 2020-08-19  5:49 UTC  (5+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v5 2/2] xfs: avoid transaction reservation recursion

[GIT PULL] Mount notifications
 2020-08-19  2:29 UTC  (23+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)
                  ` file metadata via fs API

[RFC PATCH V2] iomap: add support to track dirty state of sub pages
 2020-08-18 18:11 UTC  (5+ messages)

Support for I/O to a bitbucket
 2020-08-18 17:22 UTC 

[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-18 15:17 UTC  (11+ messages)
` [PATCH v3 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v3 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v3 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v3 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v3 5/5] mm/gup: Take mmap_lock in get_dump_page()

[PATCH] writeback: clear auto_free in initializaiton
 2020-08-18 14:13 UTC 

[PATCH 11/17] bpf/task_iter: In task_file_seq_get_next use fnext_task
 2020-08-18 12:54 UTC  (3+ messages)

file metadata via fs API (was: [GIT PULL] Filesystem Information)
 2020-08-18  9:41 UTC  (14+ messages)

[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
 2020-08-18  1:20 UTC  (9+ 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).