linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 17:00:34 to 2020-02-12 18:54:30 UTC [more...]

[PATCH 00/24] user_namespace: introduce fsid mappings
 2020-02-12 18:53 UTC  (20+ messages)
` [PATCH 01/24] user_namespace: introduce fsid mappings infrastructure
` [PATCH 02/24] proc: add /proc/<pid>/fsuid_map
` [PATCH 03/24] proc: add /proc/<pid>/fsgid_map
` [PATCH 04/24] fsuidgid: add fsid mapping helpers
` [PATCH 05/24] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH 06/24] fs: add is_userns_visible() helper
` [PATCH 07/24] namei: may_{o_}create(): handle fsid mappings
` [PATCH 08/24] inode: inode_owner_or_capable(): "
` [PATCH 09/24] capability: privileged_wrt_inode_uidgid(): "
` [PATCH 10/24] stat: "
` [PATCH 20/24] sys:__sys_setreuid(): "
` [PATCH 21/24] sys:__sys_setregid(): "
` [PATCH 22/24] sys:__sys_setresuid(): "
` [PATCH 23/24] sys:__sys_setresgid(): "
` [PATCH 24/24] devpts: "

[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
 2020-02-12 18:52 UTC  (16+ messages)

XFS reports lchmod failure, but changes file system contents
 2020-02-12 18:50 UTC  (6+ messages)

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-12 18:45 UTC  (21+ messages)
` [PATCH v8 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v8 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
` [PATCH v8 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v8 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior

[PATCH v5 00/13] Change readahead API
 2020-02-12 18:18 UTC  (10+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 04/13] mm: Add readahead address space operation

[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
 2020-02-12 18:14 UTC  (16+ messages)
` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function

[PATCH v2 00/25] Large pages in the page cache
 2020-02-12 17:54 UTC  (46+ messages)
` [PATCH v2 01/25] mm: Use vm_fault error code directly
` [PATCH v2 02/25] mm: Optimise find_subpage for !THP
` [PATCH v2 03/25] mm: Use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [PATCH v2 04/25] mm: Unexport find_get_entry
` [PATCH v2 05/25] mm: Fix documentation of FGP flags
` [PATCH v2 06/25] mm: Allow hpages to be arbitrary order
` [PATCH v2 07/25] mm: Introduce thp_size
` [PATCH v2 08/25] mm: Introduce thp_order
` [PATCH v2 09/25] fs: Add a filesystem flag for large pages
` [PATCH v2 10/25] fs: Introduce i_blocks_per_page
` [PATCH v2 11/25] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v2 12/25] mm: Add file_offset_of_ helpers
` [PATCH v2 13/25] fs: Add zero_user_large
` [PATCH v2 14/25] iomap: Support arbitrarily many blocks per page
` [PATCH v2 15/25] iomap: Support large pages in iomap_adjust_read_range
` [PATCH v2 16/25] iomap: Support large pages in read paths
` [PATCH v2 17/25] iomap: Support large pages in write paths
` [PATCH v2 18/25] iomap: Inline data shouldn't see large pages
` [PATCH v2 19/25] xfs: Support "
` [PATCH v2 20/25] mm: Make prep_transhuge_page return its argument
` [PATCH v2 21/25] mm: Add __page_cache_alloc_order
` [PATCH v2 22/25] mm: Allow large pages to be added to the page cache
` [PATCH v2 23/25] mm: Allow large pages to be removed from "
` [PATCH v2 24/25] mm: Add large page readahead
` [PATCH v2 25/25] mm: Align THP mappings for non-DAX

[RFC PATCH 0/6] dax: Replace bdev_dax_pgoff() with dax_pgoff()
 2020-02-12 17:07 UTC  (7+ messages)
` [PATCH 1/6] dax: Define a helper dax_pgoff() which takes in dax_offset as argument
` [PATCH 2/6] dax,iomap,ext4,ext2,xfs: Save dax_offset in "struct iomap"
` [PATCH 3/6] fs/dax.c: Start using dax_pgoff() instead of bdev_dax_pgoff()
` [PATCH 4/6] dax, dm/md: Use "
` [PATCH 5/6] drivers/dax: "
` [PATCH 6/6] dax: Remove bdev_dax_pgoff() helper

[PATCH v2] mm, swap: move inode_lock out of claim_swapfile
 2020-02-12 16:49 UTC  (2+ messages)

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-12 16:10 UTC  (23+ messages)
` [PATCH v3 04/12] fs/xfs: Clean up DAX support check
` [PATCH v3 05/12] fs: remove unneeded IS_DAX() check
` [PATCH v3 06/12] fs/xfs: Check if the inode supports DAX under lock
` [PATCH v3 07/12] fs: Add locking for a dynamic DAX state

[PATCH v2] debugfs: Check module state before warning in {full/open}_proxy_open()
 2020-02-12 15:39 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] ZUFS: going side-by-side with FUSE
 2020-02-12 14:59 UTC 

[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-12 14:56 UTC  (36+ messages)
` [PATCH v2 01/21] btrfs: change type of full_search to bool
` [PATCH v2 02/21] btrfs: do not BUG_ON with invalid profile
` [PATCH v2 03/21] btrfs: introduce chunk allocation policy
` [PATCH v2 04/21] btrfs: refactor find_free_dev_extent_start()
` [PATCH v2 05/21] btrfs: introduce alloc_chunk_ctl
` [PATCH v2 06/21] btrfs: factor out init_alloc_chunk_ctl
` [PATCH v2 07/21] btrfs: factor out gather_device_info()
` [PATCH v2 08/21] btrfs: factor out decide_stripe_size()
` [PATCH v2 09/21] btrfs: factor out create_chunk()
` [PATCH v2 10/21] btrfs: parameterize dev_extent_min
` [PATCH v2 11/21] btrfs: introduce extent allocation policy
` [PATCH v2 12/21] btrfs: move hint_byte into find_free_extent_ctl
` [PATCH v2 13/21] btrfs: move vairalbes for clustered allocation "
` [PATCH v2 14/21] btrfs: factor out do_allocation()
` [PATCH v2 15/21] btrfs: drop unnecessary arguments from clustered allocation functions
` [PATCH v2 16/21] btrfs: factor out release_block_group()
` [PATCH v2 17/21] btrfs: factor out found_extent()
` [PATCH v2 18/21] btrfs: drop unnecessary arguments from find_free_extent_update_loop()
` [PATCH v2 19/21] btrfs: factor out chunk_allocation_failed()
` [PATCH v2 20/21] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
` [PATCH v2 21/21] btrfs: factor out prepare_allocation()

[PATCH] fs: optimise kiocb_set_rw_flags()
 2020-02-12 12:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-12 12:21 UTC  (2+ messages)

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-12 10:54 UTC  (6+ messages)

Still a pretty bad time on 5.4.6 with fuse_request_end
 2020-02-12  9:38 UTC  (6+ messages)

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-02-12  9:17 UTC  (6+ messages)
` [PATCH v6 08/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v6 12/12] mm: dump_page(): additional diagnostics for huge pinned pages

[RFC v1] xarray: start converting test_xarray to KUnit
 2020-02-12  8:29 UTC  (2+ messages)

RFC: hold i_rwsem until aio completes
 2020-02-12  7:37 UTC  (4+ messages)
` [PATCH 01/12] mm: fix a comment in sys_swapon

[PATCH] fs: clean up __block_commit_write
 2020-02-12  7:33 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-12  6:58 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-12  6:57 UTC  (22+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption

[PATCH v2] ima: export the measurement list when needed
 2020-02-11 23:10 UTC  (5+ messages)

[PATCH 00/22] staging: exfat: Fix checkpatch warning: Avoid
 2020-02-11 21:44 UTC  (4+ messages)
` [PATCH 07/22] staging: exfat: Rename variable "MilliSecond" to "milli_second"

[LSF/MM/BPF TOPIC] Multi-actuator HDDs
 2020-02-11 19:23 UTC  (5+ messages)

[PATCH 00/18] Rename some identifier and functions
 2020-02-11 19:27 UTC  (3+ messages)
` [PATCH 01/18] staging: exfat: Rename function "ffsUmountVol" to "ffs_umount_vol"

[PATCH 02/22] staging: exfat: Rename variable "Month" to "mont"h
 2020-02-11 19:26 UTC  (3+ messages)
` [PATCH v2 00/19] Renaming some identifiers

[PATCH 01/19] dax: remove block device dependencies
 2020-02-11 17:33 UTC  (11+ 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).