Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 22:24:09 to 2021-01-12 08:07:08 UTC [more...]

[PATCH v11 01/40] block: add bio_add_zone_append_page
 2021-01-12  8:05 UTC  (19+ 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 06/40] btrfs: do not load fs_info->zoned from incompat flag
` [PATCH v11 07/40] btrfs: disallow fitrim in ZONED mode
` [PATCH v11 08/40] btrfs: emulated zoned mode on non-zoned devices
` [PATCH v11 09/40] btrfs: implement zoned chunk allocator
` [PATCH v11 19/40] btrfs: extract page adding function

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-12  8:04 UTC  (3+ messages)
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each "

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-12  8:01 UTC  (11+ messages)
` [PATCH 1/6] iomap: convert iomap_dio_rw() to an args structure
` [PATCH 2/6] iomap: move DIO NOWAIT setup up into filesystems
` [PATCH 3/6] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 4/6] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 5/6] xfs: split unaligned DIO write code out
` [PATCH 6/6] xfs: reduce exclusive locking on unaligned dio

[PATCH v3] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-12  7:24 UTC  (5+ messages)

[PATCH 0/6] fs: deduplicate compat logic
 2021-01-12  7:11 UTC  (10+ messages)
` [PATCH 1/6] selftests/filesystems: add initial select and poll selftest
` [PATCH 2/6] select: deduplicate compat logic
` [PATCH 3/6] ppoll: "
` [PATCH 4/6] epoll: "
` [PATCH 5/6] compat: add set_maybe_compat_user_sigmask helper
` [PATCH 6/6] io_pgetevents: deduplicate compat logic

[PATCH manpages] epoll_wait.2: add epoll_pwait2
 2021-01-12  7:11 UTC  (2+ messages)

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-12  5:21 UTC  (34+ 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()

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-12  4:37 UTC  (3+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-12  2:55 UTC  (4+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] mm: thp: introduce NR_PARTIAL_THPS
 2021-01-12  2:12 UTC 

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

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2021-01-12  1:12 UTC  (19+ messages)
` [PATCH man-pages v6] Document encoded I/O
                ` Ping: "
` [PATCH v6 03/11] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-12  0:14 UTC  (5+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

[PATCH 0/6] kernfs: proposed locking and concurrency improvement
 2021-01-12  0:27 UTC  (10+ messages)

[RFC v3 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-11 21:57 UTC  (32+ 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

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

[PATCH] char_dev: replace cdev_map with an xarray
 2021-01-11 20:58 UTC  (8+ messages)

[PATCH] iov_iter: fix the uaccess area in copy_compat_iovec_from_user
 2021-01-11 20:38 UTC  (3+ messages)

[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 v2] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-11 19:50 UTC  (11+ messages)

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] 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  (5+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration

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  (2+ messages)
` [PATCH v15 4/4] userfaultfd: use secure anon inodes for userfaultfd


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 read-only IMAP folder(s) and NNTP newsgroup(s).