linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 03:12:12 to 2020-09-21 13:36:54 UTC [more...]

[PATCH v3 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-21 13:36 UTC  (4+ messages)
  ` [PATCH v3 04/10] fs/ntfs3: Add file operations and implementation

[PATCH v5 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-21 13:26 UTC  (12+ messages)
` [PATCH v5 03/10] fs/ntfs3: Add bitmap
` [PATCH v5 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
    ` [PATCH v5 02/10] fs/ntfs3: Add initialization of super block

[PATCH] reiserfs: Initialize inode keys properly
 2020-09-21 13:12 UTC 

[PATCH V8 0/3] fuse: Add support for passthrough read/write
 2020-09-21 13:07 UTC  (11+ messages)
` [PATCH V8 1/3] fuse: Definitions and ioctl() for passthrough
` [PATCH V8 2/3] fuse: Introduce synchronous read and write "
` [fuse-devel] [PATCH V8 0/3] fuse: Add support for passthrough read/write

[PATCH V2] fuse: Remove __GFP_FS flag to avoid allocator recursing
 2020-09-21 11:39 UTC  (3+ messages)

let import_iovec deal with compat_iovecs as well
 2020-09-21 11:11 UTC  (52+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH RESEND] fs: fix race condition oops between destroy_inode and writeback_sb_inodes
 2020-09-21 10:25 UTC  (4+ messages)

bdi cleanups v6
 2020-09-21  9:54 UTC  (15+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

possible deadlock in blkdev_put
 2020-09-21  9:32 UTC 

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-21  9:11 UTC  (8+ messages)

remove blkdev_get as a public API v2
 2020-09-21  8:45 UTC  (16+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: cleanup partition scanning in register_disk
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[PATCH v5 0/5] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-21  8:07 UTC  (4+ messages)

remove compat_sys_mount
 2020-09-21  6:48 UTC  (5+ messages)
` [PATCH 2/5] fs,nfs: lift compat nfs4 mount data handling into the nfs code

state cleanups
 2020-09-21  6:34 UTC  (2+ messages)

[PATCH 3/3] exfat: replace memcpy with structure assignment
 2020-09-21  5:51 UTC  (3+ messages)

[PATCH 1/3] exfat: remove useless directory scan in exfat_add_entry()
 2020-09-21  5:49 UTC  (3+ messages)

Kernel Benchmarking
 2020-09-21  1:20 UTC  (22+ messages)

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-09-21  1:10 UTC  (3+ messages)
` [PATCH v12 4/4] ext4: Use generic casefolding support

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-21  0:32 UTC  (4+ messages)

[RFC PATCH] locking/percpu-rwsem: use this_cpu_{inc|dec}() for read_count
 2020-09-20 23:49 UTC  (18+ messages)

[PATCH RESEND v3 0/3] direct-io: clean up error paths of do_blockdev_direct_IO
 2020-09-20 23:48 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] "
` [PATCH RESEND v3 2/3] direct-io: don't force writeback for reads beyond EOF
` [PATCH RESEND v3 3/3] direct-io: defer alignment check until after the EOF check

[RFC] nvfs: a filesystem for persistent memory
 2020-09-20 23:41 UTC  (14+ messages)
      ` [PATCH] pmem: export the symbols __copy_user_flushcache and __copy_from_user_flushcache
              ` [PATCH] pmem: fix __copy_user_flushcache
                  ` the "read" syscall sees partial effects of the "write" syscall

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-20  9:59 UTC  (3+ messages)
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page

[PATCH v2 2/2] exfat: aggregate dir-entry updates into __exfat_write_inode()
 2020-09-19 23:58 UTC 

[PATCH v2 1/2] exfat: add exfat_update_inode()
 2020-09-19 23:58 UTC 

[PATCH] fs: fix KMSAN uninit-value bug by initializing nd in do_file_open_root
 2020-09-19 20:17 UTC  (8+ messages)
    ` [Linux-kernel-mentees] "

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-09-19 18:14 UTC  (13+ messages)

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-19 17:10 UTC  (14+ messages)
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
  ` [V9fs-developer] "
` [PATCH 14/13] iomap: Inline iomap_iop_set_range_uptodate into its one caller
  ` [PATCH 15/13] iomap: Inline iomap_read_finish "
  ` [PATCH 16/13] iomap: Make readpage synchronous

remove blkdev_get as a public API
 2020-09-19  9:06 UTC  (9+ messages)
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check

[PATCH] fs: fix race condition oops between destroy_inode and writeback_sb_inodes
 2020-09-19  8:38 UTC 

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-19  8:01 UTC  (11+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature
` [RFC PATCH 6/6] security/fbfam: Mitigate a fork brute force attack

bdi cleanups v4
 2020-09-19  7:31 UTC  (13+ messages)
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag

[PATCH] fs/open.c: micro-optimization by avoiding branch on common path
 2020-09-19  0:20 UTC  (2+ messages)

[RFC][PATCH] reduce boilerplate in fsid handling
 2020-09-18 20:45 UTC 

[PATCH v6 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-18 18:32 UTC  (13+ messages)
` [PATCH v6 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v6 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v6 03/10] fs/ntfs3: Add bitmap
` [PATCH v6 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v6 05/10] fs/ntfs3: Add attrib operations
` [PATCH v6 06/10] fs/ntfs3: Add compression
` [PATCH v6 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v6 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v6 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v6 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v3] fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS
 2020-09-18 16:16 UTC  (4+ messages)

[PATCH -next] fs/proc/vmcore: Fix 'sizez' kernel-doc warning in vmcore.c
 2020-09-18 12:51 UTC 

[PATCH -next] open: Fix some kernel-doc warnings in open.c
 2020-09-18 12:45 UTC 

[PATCH -next] fs/nsfs.c: Fix 'ns_common' kernel-doc warning in nsfs.c
 2020-09-18 12:38 UTC 

[PATCH v3 1/1] dax: Fix stack overflow when mounting fsdax pmem device
 2020-09-18 11:29 UTC 

[PATCHv3 0/1] Optimize ext4 file overwrites - perf improvement
 2020-09-18  9:52 UTC  (4+ messages)
` [PATCHv3 1/1] ext4: Optimize file overwrites

[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-09-18  8:40 UTC  (6+ messages)

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-09-17 21:33 UTC  (11+ messages)

[PATCH AUTOSEL 5.4 051/330] fix dget_parent() fastpath race
 2020-09-18  1:56 UTC 


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