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

[PATCH v3 0/2] add epoll_pwait2 syscall
 2021-01-11 20:06 UTC  (19+ messages)
` [PATCH v3 1/2] epoll: add nsec timeout support with epoll_pwait2

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-11 20:01 UTC  (9+ messages)
` [PATCH v11 03/40] btrfs: defer loading zone info after opening trees
` [PATCH v11 04/40] btrfs: change superblock location on conventional zone
` [PATCH v11 05/40] btrfs: release path before calling into btrfs_load_block_group_zone_info
` [PATCH v11 19/40] btrfs: extract page adding function

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

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-11 19:50 UTC  (31+ 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()

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-11 19:43 UTC  (29+ messages)
` [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v3 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v3 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v3 PATCH 05/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v3 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v3 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v3 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-11 19:28 UTC  (2+ messages)

[PATCH] char_dev: replace cdev_map with an xarray
 2021-01-11 18:51 UTC  (7+ messages)

[RFC PATCH 0/2] userfaultfd: handle minor faults, add UFFDIO_CONTINUE
 2021-01-11 18:09 UTC  (6+ messages)
` [RFC PATCH 1/2] userfaultfd: add minor fault registration mode

[PATCH] iov_iter: fix the uaccess area in copy_compat_iovec_from_user
 2021-01-11 17:50 UTC  (2+ messages)

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

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-11 13:49 UTC  (4+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

BUG: unable to handle kernel NULL pointer dereference in __lookup_slow
 2021-01-11 11:14 UTC  (3+ messages)

[PATCH v11 00/40] btrfs: zoned block device support
 2021-01-11 10:17 UTC  (3+ messages)

[PATCH] iov_iter: optimise iter type checking
 2021-01-11  9:35 UTC  (8+ messages)

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

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

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

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

[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

[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 

[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  (28+ 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 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 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  (2+ messages)

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

[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  (8+ 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  (3+ messages)
` [PATCH v14 3/4] selinux: teach SELinux about anonymous inodes

[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  (11+ messages)

[RFC PATCH 0/3] Generic per-mount io stats
 2021-01-08 16:41 UTC  (2+ messages)

[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  (7+ messages)

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


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