linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-19 02:45:26 to 2020-06-22 15:25:22 UTC [more...]

[PATCH 0/6 v9] btrfs direct-io using iomap
 2020-06-22 15:24 UTC  (2+ messages)
` [PATCH 1/6] iomap: Convert wait_for_completion to flags

severe proc dentry lock contention
 2020-06-22 15:20 UTC  (15+ messages)
      ` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries

ANNOUNCE: nfs-utils-2.5.1 released
 2020-06-22 15:15 UTC 

fs: Expand __fd_install_received() to accept fd
 2020-06-22 15:11 UTC 

[RFC] Bypass filesystems for reading cached pages
 2020-06-22 14:35 UTC  (10+ messages)

[PATCH v7 0/8] blktrace: fix debugfs use after free
 2020-06-22 12:42 UTC  (21+ messages)
` [PATCH v7 1/8] block: add docs for gendisk / request_queue refcount helpers
` [PATCH v7 2/8] block: clarify context for refcount increment helpers
` [PATCH v7 3/8] block: revert back to synchronous request_queue removal
` [PATCH v7 4/8] blktrace: annotate required lock on do_blk_trace_setup()
` [PATCH v7 5/8] loop: be paranoid on exit and prevent new additions / removals
` [PATCH v7 6/8] blktrace: fix debugfs use after free
` [PATCH v7 7/8] blktrace: ensure our debugfs dir exists
` [PATCH v7 8/8] block: create the request_queue debugfs_dir on registration

[PATCH v3] xfs: avoid deadlock when trigger memory reclaim in ->writepages
 2020-06-22 12:20 UTC  (2+ messages)
  ` [xfs] 59d77e81c5: WARNING:at_fs/iomap/buffered-io.c:#iomap_do_writepage

[PATCH] xfs: reintroduce PF_FSTRANS for transaction reservation recursion protection
 2020-06-22 12:18 UTC  (3+ messages)

[PATCH 0/2] exec: s/group_exit_task/group_exec_task/ for clarity
 2020-06-22 11:25 UTC  (5+ messages)
` [PATCH 1/2] exec: Don't set group_exit_task during a coredump
` [PATCH 2/2] exec: Rename group_exit_task group_exec_task and correct the Documentation

move block bits out of fs.h
 2020-06-22  9:42 UTC  (27+ messages)
` [PATCH 01/10] tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
` [PATCH 02/10] block: mark bd_finish_claiming static
` [PATCH 03/10] fs: remove an unused block_device_operations forward declaration
` [PATCH 04/10] fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
` [PATCH 05/10] fs: remove the mount_bdev and kill_block_super stubs
` [PATCH 06/10] block: simplify sb_is_blkdev_sb
` [PATCH 07/10] block: move block-related definitions out of fs.h
` [PATCH 08/10] fs: move the buffer_heads_over_limit stub to buffer_head.h
` [PATCH 09/10] block: reduce ifdef CONFIG_BLOCK madness in headers
` [PATCH 10/10] block: move struct block_device to blk_types.h

[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
 2020-06-22  9:09 UTC  (2+ messages)

[PATCH v2] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-22  9:07 UTC  (3+ messages)

[fuse-devel] 512 byte aligned write + O_DIRECT for xfstests
 2020-06-22  7:57 UTC  (3+ messages)

linux-next boot error: WARNING in kmem_cache_free
 2020-06-22  7:28 UTC  (4+ messages)

Kernel 5.4 breaks fuse 2.X nonempty mount option
 2020-06-22  6:04 UTC  (10+ messages)

[PATCH 1/2 v4] exfat: write multiple sectors at once
 2020-06-22  2:44 UTC  (4+ messages)
` [PATCH 2/2 v4] exfat: add error check when updating dir-entries

[PATCH] fs/fs-writeback.c: not WARN on unregistered BDI
 2020-06-22  1:41 UTC  (2+ messages)

[PATCH] exfat: flush dirty metadata in fsync
 2020-06-22  0:27 UTC  (2+ messages)

Files dated before 1970
 2020-06-21 23:38 UTC  (5+ messages)

[PATCH 0/3] zone-append support in aio and io-uring
 2020-06-21 18:55 UTC  (22+ messages)
    ` [PATCH 3/3] io_uring: add support for zone-append

[PATCH] Replace HTTP links with HTTPS ones: Documentation/filesystems
 2020-06-21 13:35 UTC 

[PATCH] fs Add MODULE_DESCRIPTION entries to kernel modules
 2020-06-21 12:46 UTC 

BUG: sleeping function called from invalid context in do_user_addr_fault
 2020-06-21 10:07 UTC 

[PATCH v2 0/6] kernfs: proposed locking and concurrency improvement
 2020-06-21  4:55 UTC  (7+ messages)

mmotm 2020-06-20-21-36 uploaded
 2020-06-21  4:37 UTC 

[PATCH] isofs: fix High Sierra dirent flag accesses
 2020-06-21  4:08 UTC 

WARN_ON_ONCE(1) in iomap_dio_actor()
 2020-06-21  2:04 UTC  (3+ messages)

[PATCH] fs: i_version mntopt gets visible through /proc/mounts
 2020-06-20 23:54 UTC  (22+ messages)

properly support exec and wait with kernel pointers v2
 2020-06-20 17:02 UTC  (7+ messages)
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 6/6] kernel: add a kernel_wait helper

Parallel compilation performance regression
 2020-06-20  7:44 UTC  (4+ messages)

Any source to know f2fs IO behavior or flowchart?
 2020-06-20  7:02 UTC 

[PATCH v3 0/5] ext4: fix inconsistency since async write metadata buffer error
 2020-06-20  2:54 UTC  (6+ messages)
` [PATCH v3 1/5] ext4: abort the filesystem if failed to async write metadata buffer
` [PATCH v3 2/5] ext4: remove ext4_buffer_uptodate()
` [PATCH v3 3/5] ext4: remove write io error check before read inode block
` [PATCH v3 4/5] jbd2: abort journal if free a async write error metadata buffer
` [PATCH v3 5/5] jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()

[PATCH] afs: Fix hang on rmmod due to outstanding timer
 2020-06-19 22:39 UTC 

[PATCH 0/5] kmod/umh: a few fixes
 2020-06-19 21:07 UTC  (4+ messages)

[PATCH v6 0/8] block: fix blktrace debugfs use after free
 2020-06-19 20:23 UTC  (7+ messages)
` [PATCH v6 3/6] block: revert back to synchronous request_queue removal
` [PATCH v6 6/6] blktrace: fix debugfs use after free

[PATCH 0/2] a couple documentation fixes
 2020-06-19 19:58 UTC  (3+ messages)
` [PATCH 2/2] docs: fs: proc.rst: fix a warning due to a merge conflict

[PATCH v2 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig
 2020-06-19 18:44 UTC  (6+ messages)
` [PATCH v3 0/2] generic_file_buffered_read() refactoring & optimization
` [PATCH v3 1/2] fs: Break generic_file_buffered_read up into multiple functions
` [PATCH v3 2/2] fs: generic_file_buffered_read() now uses find_get_pages_contig

[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
 2020-06-19 18:13 UTC 

[PATCH] fs/epoll: Enable non-blocking busypoll with epoll timeout of 0
 2020-06-19 18:00 UTC 

(no subject)
 2020-06-19 14:36 UTC  (8+ messages)
` [PATCH 04/15] io_uring: re-issue block requests that failed because of resources
` [PATCH 12/15] btrfs: flag files as supporting buffered async reads

[PATCH] fs, pseudo: Do not update atime for pseudo inodes
 2020-06-19 16:04 UTC  (3+ messages)

[PATCH 3/3] io_uring: add support for zone-append
 2020-06-19 15:23 UTC  (2+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-06-19 15:22 UTC  (11+ messages)

[PATCH] iomap: Make sure iomap_end is called after iomap_begin
 2020-06-19 13:18 UTC  (7+ messages)

[PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall
 2020-06-19 13:00 UTC  (3+ messages)
` [PATCH] symlink.7: document magic-links more completely

[PATCH] mm: Use unsigned types for fragmentation score
 2020-06-19 12:42 UTC  (2+ messages)

[PATCH v3 0/7] libfs: group and simplify linux fs code
 2020-06-19 12:38 UTC  (3+ messages)

[RFC PATCH 0/2] gfs2 readahead regression in v5.8-rc1
 2020-06-19 11:55 UTC  (4+ messages)
` [PATCH 1/2] fs: Add IOCB_CACHED flag for generic_file_read_iter
` [PATCH 2/2] gfs2: Rework read and page fault locking

[PATCH v3 0/1] Generalize poll events from eventfd
 2020-06-19 10:16 UTC  (3+ messages)
` [PATCH v3 1/1] eventfd: implementation of EFD_MASK flag

[PATCH v5 0/7] Add seccomp notifier ioctl that enables adding fds
 2020-06-19  8:20 UTC  (5+ messages)
` [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-19  6:37 UTC  (7+ messages)
` [PATCH 3/4] f2fs: add inline encryption support

[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
 2020-06-19  4:22 UTC  (5+ 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).