linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 16:59:07 to 2021-03-12 20:57:01 UTC [more...]

[PATCH] seq_file: Unconditionally use vmalloc for buffer
 2021-03-12 20:55 UTC 

[PATCH 0/4] btrfs: Convert more kmaps to kmap_local_page()
 2021-03-12 20:05 UTC  (9+ messages)
` [PATCH 1/4] fs/btrfs: Convert kmap to kmap_local_page() using coccinelle
` [PATCH 2/4] fs/btrfs: Convert raid5/6 kmaps to kmap_local_page()

[GIT PULL] configfs fix for 5.12
 2021-03-12 20:03 UTC  (2+ messages)

[PATCH v18 0/9] Free some vmemmap pages of HugeTLB page
 2021-03-12 17:50 UTC  (48+ messages)
` [PATCH v18 1/9] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
    ` [External] "
` [PATCH v18 3/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [PATCH v18 4/9] mm: hugetlb: alloc "
    ` [External] "
` [PATCH v18 5/9] mm: hugetlb: set the PageHWPoison to the raw error page
    ` [External] "
` [PATCH v18 6/9] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
      ` [External] "
` [PATCH v18 9/9] mm: hugetlb: optimize the code with the help of the compiler
    ` [External] "

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-12 17:17 UTC  (11+ messages)
` [PATCH v3 2/3] mm: disable LRU pagevec during the migration temporarily
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration

mmotm 2021-03-11-21-46 uploaded
 2021-03-12 17:14 UTC  (2+ messages)
` mmotm 2021-03-11-21-46 uploaded (mm/shmem.c)

[PATCH v6 0/5] proc: subset=pid: Relax check of mount visibility
 2021-03-12 16:41 UTC  (6+ messages)
` [PATCH v6 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v6 2/5] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v6 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v6 4/5] proc: Relax check of mount visibility
` [PATCH v6 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v4 1/2] readdir: split the core of getdents64(2) out into vfs_getdents()
 2021-03-12 15:49 UTC 

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-12 14:33 UTC  (9+ messages)
` [PATCH 1/6] seq_file: rename mangle_path to seq_mangle_path
` [PATCH 2/6] module: add support for CONFIG_MODULE_DESTRUCTORS
` [PATCH 3/6] .gitignore: also ignore gcda files
` [PATCH 4/6] um: split up CONFIG_GCOV
` [PATCH 5/6] um: fix CONFIG_GCOV for built-in code
` [PATCH 6/6] um: fix CONFIG_GCOV for modules

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-03-12 14:12 UTC  (3+ messages)

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-12 13:11 UTC  (4+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-12 10:18 UTC  (8+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[syzbot] INFO: task hung in walk_component (2)
 2021-03-12  9:37 UTC 

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-12  9:01 UTC  (11+ messages)
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()

[question] Panic in dax_writeback_one
 2021-03-12  2:40 UTC  (4+ messages)

[PATCH v2 0/2] AFS metadata xattr fixes
 2021-03-11 23:06 UTC  (3+ messages)
` [PATCH v2 1/2] afs: Fix accessing YFS xattrs on a non-YFS server
` [PATCH v2 2/2] afs: Stop listxattr() from listing "afs.*" attributes

[PATCH v3] flock.2: add CIFS details
 2021-03-11 22:39 UTC  (11+ messages)
` [PATCH v4] "

[v10 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-11 19:08 UTC  (14+ messages)
` [v10 PATCH 01/13] mm: vmscan: use nid from shrink_control for tracepoint
` [v10 PATCH 02/13] mm: vmscan: consolidate shrinker_maps handling code
` [v10 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v10 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v10 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v10 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v10 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v10 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v10 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v10 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v10 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v10 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline
` [v10 PATCH 13/13] mm: vmscan: shrink deferred objects proportional to priority

[PATCH 0/2] AFS metadata xattr fixes
 2021-03-11 18:59 UTC  (6+ messages)
` [PATCH 1/2] afs: Fix accessing YFS xattrs on a non-YFS server
` [PATCH 2/2] afs: Fix afs_listxattr() to not list afs ACL special xattrs

[ANNOUNCE] xfs-linux: iomap-for-next updated to 5808fecc5723
 2021-03-11 17:47 UTC 

rename BIO_MAX_PAGES
 2021-03-11 15:00 UTC  (6+ messages)
` [PATCH] block: rename BIO_MAX_PAGES to BIO_MAX_VECS

[PATCH] fs/locks: print full locks information
 2021-03-11 13:52 UTC  (5+ messages)
` [PATCH v3] "

[PATCHv2] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-11 13:01 UTC  (2+ messages)

[PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
 2021-03-11 12:30 UTC  (3+ messages)
` [RESEND PATCH v2.1 "

[PATCH v3 0/1] Unprivileged chroot
 2021-03-11 10:52 UTC  (2+ messages)
` [PATCH v3 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v1 0/1] Unprivileged chroot
 2021-03-11 10:42 UTC  (8+ messages)
` [PATCH v1 1/1] fs: Allow no_new_privs tasks to call chroot(2)

[PATCH v2 0/1] Unprivileged chroot
 2021-03-11 10:37 UTC  (6+ messages)
` [PATCH v2 1/1] fs: Allow no_new_privs tasks to call chroot(2)

make alloc_anon_inode more useful
 2021-03-11  8:42 UTC  (7+ messages)
` [PATCH 3/9] powerpc/pseries: remove the ppc-cmm file system
` [PATCH 4/9] drm: remove the drm "

[syzbot] inconsistent lock state in end_bio_bh_io_sync
 2021-03-11  8:17 UTC 

[PATCH] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate
 2021-03-11  5:57 UTC  (3+ messages)

[PATCH] zonefs: Fix O_APPEND async write handling
 2021-03-11  5:01 UTC  (3+ messages)

[PATCH] configfs: Fix use-after-free issue in __configfs_open_file
 2021-03-11  3:42 UTC  (3+ messages)

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-11  2:28 UTC  (4+ messages)
` [RFC v4 07/11] vduse: "
    `  "

[v9 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-03-10 23:01 UTC  (20+ messages)
` [v9 PATCH 01/13] mm: vmscan: use nid from shrink_control for tracepoint
` [v9 PATCH 02/13] mm: vmscan: consolidate shrinker_maps handling code
` [v9 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v9 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v9 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v9 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v9 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v9 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v9 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v9 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v9 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v9 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline
` [v9 PATCH 13/13] mm: vmscan: shrink deferred objects proportional to priority

[PATCH] eventfd: Introduce EFD_ZERO_ON_WAKE
 2021-03-10 21:50 UTC 

[PATCH v5 0/5] proc: Relax check of mount visibility
 2021-03-10 20:07 UTC  (8+ messages)
` [PATCH v5 1/5] docs: proc: add documentation about mount restrictions
` [PATCH v5 2/5] proc: Show /proc/self/net only for CAP_NET_ADMIN
` [PATCH v5 3/5] proc: Disable cancellation of subset=pid option
` [PATCH v5 4/5] proc: Relax check of mount visibility
` [PATCH v5 5/5] docs: proc: add documentation about relaxing visibility restrictions

[PATCH v4] fs/proc: Expose RSEQ configuration
 2021-03-10 19:08 UTC  (2+ messages)

[PATCH] fb_defio: Remove custom address_space_operations
 2021-03-10 18:49 UTC  (3+ messages)

[RESEND PATCH v4 0/3] proc: Relax check of mount visibility
 2021-03-10 18:22 UTC  (3+ messages)

[PATCH v4 00/28] Network fs helper library & fscache kiocb API
 2021-03-10 17:00 UTC  (15+ messages)
` [PATCH v4 15/28] afs: Disable use of the fscache I/O routines
` [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v4 18/28] afs: Move key to afs_read struct
` [PATCH v4 19/28] afs: Don't truncate iter during data fetch
` [PATCH v4 20/28] afs: Log remote unmarshalling errors
` [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v4 22/28] afs: Use ITER_XARRAY for writing
` [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v4 24/28] afs: Extract writeback extension into its own function
` [PATCH v4 25/28] afs: Prepare for use of THPs
` [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v4 27/28] afs: Use new fscache read helper API
` [PATCH v4 28/28] afs: Use the fscache_write_begin() helper


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