linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 21:41:11 to 2021-06-22 12:42:01 UTC [more...]

[PATCH v2 00/46] Folio-enabling the page cache
 2021-06-22 12:15 UTC  (29+ messages)
` [PATCH v2 01/46] mm: Add folio_to_pfn()
` [PATCH v2 02/46] mm: Add folio_rmapping()
` [PATCH v2 03/46] mm: Add kmap_local_folio()
` [PATCH v2 04/46] mm: Add flush_dcache_folio()
` [PATCH v2 05/46] mm: Add arch_make_folio_accessible()
` [PATCH v2 06/46] mm: Add folio_young() and folio_idle()
` [PATCH v2 07/46] mm/workingset: Convert workingset_activation to take a folio
` [PATCH v2 08/46] mm/swap: Add folio_activate()
` [PATCH v2 09/46] mm/swap: Add folio_mark_accessed()
` [PATCH v2 10/46] mm/rmap: Add folio_mkclean()
` [PATCH v2 11/46] mm/memcg: Remove 'page' parameter to mem_cgroup_charge_statistics()
` [PATCH v2 12/46] mm/memcg: Use the node id in mem_cgroup_update_tree()
` [PATCH v2 13/46] mm/memcg: Convert commit_charge() to take a folio
` [PATCH v2 14/46] mm/memcg: Add folio_charge_cgroup()
` [PATCH v2 15/46] mm/memcg: Add folio_uncharge_cgroup()
` [PATCH v2 16/46] mm/memcg: Add folio_migrate_cgroup()
` [PATCH v2 17/46] mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio
` [PATCH v2 18/46] mm/migrate: Add folio_migrate_mapping()
` [PATCH v2 19/46] mm/migrate: Add folio_migrate_flags()
` [PATCH v2 20/46] mm/migrate: Add folio_migrate_copy()
` [PATCH v2 21/46] mm/writeback: Rename __add_wb_stat() to wb_stat_mod()
` [PATCH v2 22/46] flex_proportions: Allow N events instead of 1
` [PATCH v2 23/46] mm/writeback: Change __wb_writeout_inc() to __wb_writeout_add()
` [PATCH v2 24/46] mm/writeback: Add __folio_end_writeback()
` [PATCH v2 25/46] mm/writeback: Add folio_start_writeback()
` [PATCH v2 26/46] mm/writeback: Add folio_mark_dirty()
` [PATCH v2 27/46] mm/writeback: Add __folio_mark_dirty()
` [PATCH v2 29/46] mm/writeback: Add folio_account_cleaned()

[PATCH] ovl: fix mmap denywrite
 2021-06-22 12:30 UTC 

[PATCH] backing_dev_info: introduce min_bw/max_bw limits
 2021-06-22 12:29 UTC  (7+ messages)

[PATCH v2] fuse: use newer inode info when writeback cache is enabled
 2021-06-22 12:25 UTC  (3+ messages)

[PATCH v12 00/33] Memory folios
 2021-06-22 11:41 UTC  (34+ messages)
` [PATCH v12 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v12 02/33] mm: Introduce struct folio
` [PATCH v12 03/33] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v12 04/33] mm/vmstat: Add functions to account folio statistics
` [PATCH v12 05/33] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v12 06/33] mm: Add folio reference count functions
` [PATCH v12 07/33] mm: Add folio_put()
` [PATCH v12 08/33] mm: Add folio_get()
` [PATCH v12 09/33] mm: Add folio_try_get_rcu()
` [PATCH v12 10/33] mm: Add folio flag manipulation functions
` [PATCH v12 11/33] mm/lru: Add folio LRU functions
` [PATCH v12 12/33] mm: Handle per-folio private data
` [PATCH v12 13/33] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v12 14/33] mm/filemap: Add folio_next_index()
` [PATCH v12 15/33] mm/filemap: Add folio_pos() and folio_file_pos()
` [PATCH v12 16/33] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v12 17/33] mm/memcg: Add folio wrappers for various functions
` [PATCH v12 18/33] mm/filemap: Add folio_unlock()
` [PATCH v12 19/33] mm/filemap: Add folio_lock()
` [PATCH v12 20/33] mm/filemap: Add folio_lock_killable()
` [PATCH v12 21/33] mm/filemap: Add __folio_lock_async()
` [PATCH v12 22/33] mm/filemap: Add folio_wait_locked()
` [PATCH v12 23/33] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v12 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v12 25/33] mm/filemap: Add folio_end_writeback()
` [PATCH v12 26/33] mm/writeback: Add folio_wait_writeback()
` [PATCH v12 27/33] mm/writeback: Add folio_wait_stable()
` [PATCH v12 28/33] mm/filemap: Add folio_wait_bit()
` [PATCH v12 29/33] mm/filemap: Add folio_wake_bit()
` [PATCH v12 30/33] mm/filemap: Convert page wait queues to be folios
` [PATCH v12 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v12 32/33] fs/netfs: Add folio fscache functions
` [PATCH v12 33/33] mm: Add folio_mapped()

RFC: generic file operation for fstrim ioctl()
 2021-06-22 12:11 UTC  (7+ messages)
` [RFC PATCH 1/6] fs: generic file operation for fstrim
` [RFC PATCH 2/6] fs: ext4: move fstrim to file_operation
` [RFC PATCH 3/6] fs: hpfs: "
` [RFC PATCH 4/6] fs: btrfs: "
` [RFC PATCH 5/6] fs: fat: "
` [RFC PATCH 6/6] fs: f2fs: "

[PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
 2021-06-22 11:56 UTC  (19+ messages)
` [PATCH v5 02/10] io_uring: add support for IORING_OP_MKDIRAT
` [PATCH v5 08/10] io_uring: add support for IORING_OP_SYMLINKAT
` [PATCH v5 09/10] io_uring: add support for IORING_OP_LINKAT
` [PATCH v5 10/10] io_uring: add support for IORING_OP_MKNODAT

[GIT PULL] fs: Hole punch fixes
 2021-06-22 10:05 UTC 

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-22  9:54 UTC  (4+ messages)
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock

support booting of arbitrary non-blockdevice file systems v2
 2021-06-22  8:36 UTC  (13+ messages)
` [PATCH 1/2] init: split get_fs_names
` [PATCH 2/2] init: allow mounting arbitrary non-blockdevice filesystems as root
` [Virtio-fs] support booting of arbitrary non-blockdevice file systems v2
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
  ` [Virtio-fs] "

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-22  8:24 UTC  (4+ messages)

[PATCH v2] fuse: fix illegal access to inode with reused nodeid
 2021-06-22  8:15 UTC  (2+ messages)

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-22  8:14 UTC  (8+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

[PATCH] configfs: fix memleak in configfs_release_bin_file
 2021-06-22  8:04 UTC  (4+ messages)

[PATCH 14/15] ksmbd: use ksmbd name instead of cifsd
 2021-06-22  7:41 UTC  (2+ messages)

[PATCH RFC] fuse: add generic file store
 2021-06-22  6:46 UTC  (14+ messages)

[PATCHv8] exec: Fix dead-lock in de_thread with ptrace_attach
 2021-06-22  5:10 UTC  (7+ messages)
  ` [PATCH v9] "

[PATCH RFCv4 0/4] make '%pD' print full path for file
 2021-06-22  2:21 UTC  (8+ messages)
` [PATCH RFCv4 2/4] lib/vsprintf.c: "
` [PATCH RFCv4 4/4] lib/test_printf.c: add test cases for '%pD'

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-06-22  0:50 UTC  (5+ messages)

[PATCH v3] fs: Improve eventpoll logging to stop indicting timerfd
 2021-06-21 22:06 UTC  (2+ messages)

[PATCH 00/12] fscache: Some prep work for fscache rewrite
 2021-06-21 21:47 UTC  (13+ messages)
` [PATCH 01/12] fscache: Select netfs stats if fscache stats are enabled
` [PATCH 02/12] netfs: Move cookie debug ID to struct netfs_cache_resources
` [PATCH 03/12] cachefiles: Use file_inode() rather than accessing ->f_inode
` [PATCH 04/12] fscache: Add a cookie debug ID and use that in traces
` [PATCH 05/12] fscache: Procfile to display cookies
` [PATCH 06/12] fscache, cachefiles: Remove the histogram stuff
` [PATCH 07/12] fscache: Remove the object list procfile
` [PATCH 08/12] fscache: Change %p in format strings to something else
` [PATCH 09/12] cachefiles: "
` [PATCH 10/12] fscache: Fix cookie key hashing
` [PATCH 11/12] fscache: Fix fscache_cookie_put() to not deref after dec
` [PATCH 12/12] fscache: Use refcount_t for the cookie refcount instead of atomic_t

[PATCH] afs: Fix tracepoint string placement with built-in AFS
 2021-06-21 20:57 UTC 

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-21 20:55 UTC  (18+ messages)
` [PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()

[GIT PULL] netfs, afs: Fix write_begin/end
 2021-06-21 20:41 UTC 

[PATCH] exec/binfmt_script: trip zero bytes from the buffer
 2021-06-21 19:27 UTC  (4+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-21 18:20 UTC  (7+ messages)

[RFC] what the hell is ->f_mapping->host->i_mapping thing about?
 2021-06-21 17:48 UTC  (3+ messages)

[PATCH 1/2] net: Remove mm.h from net.h
 2021-06-21 16:49 UTC  (2+ messages)
` [PATCH 2/2] net: Remove fs.h "

[PATCH v3 0/2] netfs, afs: Fix write_begin/end
 2021-06-21 16:01 UTC  (4+ messages)
` [PATCH v3 1/2] afs: Fix afs_write_end() to handle short writes
` [PATCH v3 2/2] netfs: fix test for whether we can skip read when writing beyond EOF

[RFC] what to do with IOCB_DSYNC?
 2021-06-21 15:22 UTC  (10+ messages)

[PATCH v2 0/3] netfs, afs: Fix netfs_write_begin and THP handling
 2021-06-21 14:50 UTC  (7+ messages)
` [PATCH v2 1/3] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 2/3] afs: Fix afs_write_end() to handle short writes
` [PATCH v2 3/3] netfs: fix test for whether we can skip read when writing beyond EOF

[PATCH] fuse: Send FUSE_WRITE_KILL_SUIDGID for killpriv v1
 2021-06-21 13:54 UTC  (3+ messages)

[PATCH] fuse: fix illegal access to inode with reused nodeid
 2021-06-21 13:27 UTC  (3+ messages)

[PATCH v9 0/4] block device interposer
 2021-06-21 10:41 UTC  (2+ messages)

[PATCH] fuse: fix unfreezable tasks
 2021-06-21  9:05 UTC  (2+ messages)

[PATCH -next] cuse: use DEVICE_ATTR_*() macros
 2021-06-21  8:46 UTC  (2+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-21  8:35 UTC  (4+ messages)

[PATCH -next] virtiofs: Fix spelling mistakes
 2021-06-21  8:44 UTC  (2+ messages)

switch block layer polling to a bio based model v4
 2021-06-21  8:35 UTC  (7+ messages)
` [PATCH 13/16] block: switch polling to be bio based

[PATCH] fuse: use DIV_ROUND_UP helper macro for calculations
 2021-06-21  8:32 UTC  (2+ messages)

[PATCH V1] fuse: Set fuse request error upon fuse abort connection
 2021-06-21  7:48 UTC  (2+ messages)

remove the implicit .set_page_dirty default
 2021-06-21  5:26 UTC  (4+ messages)
` [PATCH 3/3] mm: require ->set_page_dirty to be explicitly wire up

[PATCH v2] mm: slub: fix the leak of alloc/free traces debugfs interface
 2021-06-21  4:01 UTC 

futex/call -to plist_for_each_entry_safe with head=NULL
 2021-06-20 16:04 UTC  (5+ messages)

[PATCH v1] mm: slub: fix the leak of alloc/free traces debugfs interface
 2021-06-20 16:01 UTC  (3+ messages)

[RESEND PATCH v2] nsfs: warn if ns->ops is not provided
 2021-06-20  2:52 UTC 

[PATCH] fs: Allow open with O_CREAT to succeed if existing dir is specified
 2021-06-19 15:09 UTC  (4+ messages)

[PATCH v3 1/4] fs: add generic helper for filling statx attribute flags
 2021-06-19  9:31 UTC 


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