linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-07 06:24:28 to 2021-01-11 08:43:28 UTC [more...]

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-11  8:42 UTC  (8+ messages)

[PATCH] fs/quota: fix the mismatch of data type
 2021-01-11  6:14 UTC 

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-11  5:37 UTC 

INFO: trying to register non-static key in l2cap_sock_teardown_cb
 2021-01-11  5:16 UTC 

[PATCH v2] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-11  3:48 UTC  (9+ messages)

[PATCH v3 0/7] no-copy bvec
 2021-01-11  3:00 UTC  (15+ messages)
` [PATCH v3 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v3 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v3 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v3 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v3 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v3 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v3 7/7] bio: don't copy bvec for direct IO

[RFC v2] nvfs: a filesystem for persistent memory
 2021-01-11  0:18 UTC  (11+ messages)
` Expense of read_iter

[patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
 2021-01-10 11:53 UTC  (5+ messages)

[PATCH] fs: Remove the comment for argument "cred" of vfs_open()
 2021-01-10  8:23 UTC 

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-01-10 10:03 UTC  (4+ messages)
` [RFC v2 06/13] vduse: "
    `  "

[PATCH] writeback: Remove useless comment for __wakeup_flusher_threads_bdi()
 2021-01-10  8:14 UTC 

[PATCH] iov_iter: optimise iter type checking
 2021-01-09 22:11 UTC  (7+ messages)

[ANNOUNCE] erofs-utils: release 1.2.1
 2021-01-09 21:06 UTC 

[PATCH] maintainers: update my email address
 2021-01-09 19:00 UTC  (2+ messages)

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-09 17:11 UTC  (36+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
` [PATCH 02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH 03/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH 04/13] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH 05/13] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 06/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH 07/13] fs: correctly document the inode dirty flags
` [PATCH 08/13] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH 09/13] fs: drop redundant checks from __writeback_single_inode()
` [PATCH 10/13] fs: clean up __mark_inode_dirty() a bit
` [PATCH 11/13] fs: add a lazytime_expired method
` [PATCH 12/13] xfs: remove a stale comment from xfs_file_aio_write_checks()

BUG: unable to handle kernel paging request in percpu_ref_exit
 2021-01-09 17:04 UTC  (4+ messages)

possible deadlock in fasync_remove_entry
 2021-01-09 13:05 UTC 

possible deadlock in evdev_pass_values
 2021-01-09 11:55 UTC 

possible deadlock in input_event
 2021-01-09 10:55 UTC 

[PATCH] bdev: Do not return EBUSY if bdev discard races with write
 2021-01-09 10:42 UTC  (5+ messages)

general protection fault in io_sqe_files_unregister
 2021-01-09  8:29 UTC 

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-09  7:59 UTC  (13+ messages)
` [PATCH v2 01/12] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v2 02/12] fs: correctly document the inode dirty flags
` [PATCH v2 03/12] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v2 04/12] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v2 05/12] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v2 06/12] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v2 07/12] fs: clean up __mark_inode_dirty() a bit
` [PATCH v2 08/12] fs: drop redundant check from __writeback_single_inode()
` [PATCH v2 09/12] fs: improve comments for writeback_single_inode()
` [PATCH v2 10/12] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v2 11/12] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH v2 12/12] xfs: remove a stale comment from xfs_file_aio_write_checks()

BUG: unable to handle kernel NULL pointer dereference in __lookup_slow
 2021-01-09  7:20 UTC  (2+ messages)

[PATCH] syscalls: add comments show the define file for aio
 2021-01-09  6:51 UTC  (3+ messages)

[PATCH] syscalls: fix define file comments for lookup_dcookie
 2021-01-09  3:24 UTC 

[GIT PULL] zonefs fixes for 5.11-rc3
 2021-01-09  2:06 UTC  (2+ messages)

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 22:22 UTC  (5+ messages)
` [PATCH v15 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v15 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v15 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v15 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 21:31 UTC  (11+ messages)
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes

[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
 2021-01-08 21:00 UTC  (6+ messages)

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-08 20:32 UTC  (4+ messages)

[PATCH v14 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-08 19:39 UTC  (6+ messages)
` [PATCH v14 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v14 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v14 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v14 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-08 19:09 UTC  (6+ messages)
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH 03/10] fs: Introduce ->corrupted_range() for superblock

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2021-01-08 19:05 UTC  (12+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[PATCH] fs: process fput task_work with TWA_SIGNAL
 2021-01-08 18:05 UTC  (14+ messages)

[RFC PATCH 0/3] Generic per-mount io stats
 2021-01-08 16:41 UTC  (5+ messages)
` [RFC PATCH 1/3] fs: add iostats counters to struct mount
` [RFC PATCH 2/3] fs: collect per-mount io stats
` [RFC PATCH 3/3] fs: report "

[PATCH v4] overlay: Implement volatile-specific fsync error behaviour
 2021-01-08 15:11 UTC  (2+ messages)

[PATCH] fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb
 2021-01-08 14:58 UTC  (10+ messages)
    ` [fs PATCH] fs: fix freeze count problem in freeze_bdev

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-08 14:44 UTC  (6+ messages)

[PATCH] fs: prevent out-of-bounds array speculation when closing a file descriptor
 2021-01-08 12:59 UTC  (3+ messages)

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2021-01-08 11:13 UTC  (3+ messages)

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2021-01-08  8:22 UTC  (3+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

[PATCH] mm/filemap: Remove unused parameter and change to void type for replace_page_cache_page()
 2021-01-08  2:36 UTC 

[PATCH] exfat: improve performance of exfat_free_cluster when using dirsync mount option
 2021-01-08  0:19 UTC  (3+ messages)

[PATCH] proc_sysclt: fix oops caused by incorrect command parameters
 2021-01-07 21:08 UTC  (4+ messages)

[RFC PATCH 0/2] userfaultfd: handle minor faults, add UFFDIO_CONTINUE
 2021-01-07 19:04 UTC  (3+ messages)
` [RFC PATCH 1/2] userfaultfd: add minor fault registration mode
` [RFC PATCH 2/2] userfaultfd: add UFFDIO_CONTINUE ioctl

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-07 17:34 UTC  (7+ messages)
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker

[PATCH] block: fallocate: avoid false positive on collision detection
 2021-01-07 15:37 UTC  (3+ messages)

[PATCH v3] overlay: Implement volatile-specific fsync error behaviour
 2021-01-07 14:57 UTC  (7+ messages)

[RESEND][PATCH v3] proc: Escape more characters in /proc/mounts output
 2021-01-07 10:11 UTC 

Review request 0/1: fs/proc: Fix NULL pointer dereference in
 2021-01-07  9:41 UTC  (6+ messages)
` [PATCH] fs/proc: Fix NULL pointer dereference in pid_delete_dentry
    ` [PATCH v2] "

[RFC PATCH kernel] block: initialize block_device::bd_bdi for bdev_cache
 2021-01-07  8:24 UTC  (5+ messages)

INFO: task hung in do_truncate (2)
 2021-01-07  7:03 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).