linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 16:01:22 to 2020-09-03 15:01:16 UTC [more...]

[PATCH v3 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-09-03 14:03 UTC  (4+ messages)

[PATCH 0/9] Readahead patches for 5.9/5.10
 2020-09-03 14:08 UTC  (10+ messages)
` [PATCH 1/9] Fix khugepaged's request size in collapse_file
` [PATCH 2/9] mm/readahead: Add DEFINE_READAHEAD
` [PATCH 3/9] mm/readahead: Make page_cache_ra_unbounded take a readahead_control
` [PATCH 4/9] mm/readahead: Make do_page_cache_ra "
` [PATCH 5/9] mm/readahead: Make ondemand_readahead "
` [PATCH 6/9] mm/readahead: Pass readahead_control to force_page_cache_ra
` [PATCH 7/9] mm/readahead: Add page_cache_sync_ra and page_cache_async_ra
` [PATCH 8/9] mm/filemap: Fold ra_submit into do_sync_mmap_readahead
` [PATCH 9/9] mm/readahead: Pass a file_ra_state into force_page_cache_ra

[PATCH next] io_uring: fix task hung in io_uring_setup
 2020-09-03 14:04 UTC 

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-03 14:40 UTC  (19+ messages)
` [PATCH 01/14] proc: remove a level of indentation in proc_get_inode
` [PATCH 02/14] proc: cleanup the compat vs no compat file ops
` [PATCH 03/14] proc: add a read_iter method to proc proc_ops
` [PATCH 04/14] sysctl: Convert to iter interfaces
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops
` [PATCH 06/14] fs: don't allow splice read/write without explicit ops
` [PATCH 07/14] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 08/14] test_bitmap: remove user bitmap tests
` [PATCH 09/14] lkdtm: remove set_fs-based tests
` [PATCH 10/14] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 11/14] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 12/14] x86: remove address space overrides using set_fs()
` [PATCH 13/14] powerpc: use non-set_fs based maccess routines
` [PATCH 14/14] powerpc: remove address space overrides using set_fs()

Broken O_{D,}SYNC behavior with FICLONE*?
 2020-09-03 14:27 UTC  (2+ messages)

[PATCH] exfat: eliminate dead code in exfat_find()
 2020-09-03 11:12 UTC  (2+ messages)

[PATCH 0/4 v2] writeback: Lazytime handling fix and cleanups
 2020-09-03 10:10 UTC  (4+ messages)
` [PATCH 4/4] writeback: Drop I_DIRTY_TIME_EXPIRE

[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
 2020-09-03  9:49 UTC  (16+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-03  8:55 UTC  (27+ messages)
` [PATCH 05/10] lkdtm: disable set_fs-based tests for !CONFIG_SET_FS
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

INFO: task hung in io_uring_setup
 2020-09-03  8:38 UTC 

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (2+ messages)

rework check_disk_change()
 2020-09-02 22:00 UTC  (42+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 09/19] xsysace: simplify media change handling
` [PATCH 10/19] paride/pcd: use bdev_check_media_change
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 14/19] ide-gd: stop using the disk events mechanism
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change

BUG: sleeping function called from invalid context in do_user_addr_fault
 2020-09-02 21:41 UTC  (2+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-09-02 20:14 UTC  (5+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

[GIT PULL] xfs: small fixes for 5.9
 2020-09-02 20:08 UTC  (2+ messages)

[git pull] epoll fixup
 2020-09-02 20:08 UTC  (3+ messages)

[RFC PATCH 0/2] fuse: Enable SB_NOSEC if filesystem is not shared
 2020-09-02 19:14 UTC  (7+ messages)
` [PATCH 1/2] fuse: Add a flag FUSE_NONSHARED_FS
` [PATCH 2/2] fuse: Enable SB_NOSEC if filesystem is not shared

general protection fault in snd_ctl_release
 2020-09-02 17:23 UTC  (5+ messages)

bdi cleanups v3
 2020-09-02 16:20 UTC  (5+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[RFC PATCH 0/6] mm: Make more use of readahead_control [ver #2]
 2020-09-02 15:54 UTC  (8+ messages)
` [RFC PATCH 1/6] Fix khugepaged's request size in collapse_file() "
` [RFC PATCH 2/6] mm: Make ondemand_readahead() take a readahead_control struct "
` [RFC PATCH 3/6] mm: Push readahead_control down into force_page_cache_readahead() "
` [RFC PATCH 4/6] mm: Pass readahead_control into page_cache_{sync,async}_readahead() "
` [RFC PATCH 5/6] mm: Fold ra_submit() into do_sync_mmap_readahead() "
` [RFC PATCH 6/6] mm: Pass a file_ra_state struct into force_page_cache_readahead() "

[RFC PATCH 0/7] mm: Make more use of readahead_control
 2020-09-02 15:42 UTC  (16+ messages)
` [RFC PATCH 1/7] Fix khugepaged's request size in collapse_file()
` [RFC PATCH 2/7] mm: Make ondemand_readahead() take a readahead_control struct
` [RFC PATCH 3/7] mm: Push readahead_control down into force_page_cache_readahead()
` [RFC PATCH 4/7] mm: Pass readahead_control into page_cache_{sync,async}_readahead()
` [RFC PATCH 5/7] mm: Make __do_page_cache_readahead() use rac->_nr_pages
` [RFC PATCH 6/7] mm: Fold ra_submit() into do_sync_mmap_readahead()
` [RFC PATCH 7/7] mm: Pass a file_ra_state struct into force_page_cache_readahead()

[PATCH] writeback: clear auto_free in initializaiton
 2020-09-02 14:49 UTC  (3+ messages)

remove revalidate_disk()
 2020-09-02 14:02 UTC  (19+ messages)
` [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence
` [PATCH 3/9] block: rename bd_invalidated
` [PATCH 4/9] block: add a new revalidate_disk_size helper
` [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify
` [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns
` [PATCH 7/9] sd: open code revalidate_disk
` [PATCH 9/9] block: remove revalidate_disk()

[PATCH] ACPI: sysfs: copy ACPI data using io memory copying
 2020-09-02 11:48 UTC  (6+ messages)

[PATCH] locks: Remove extra "0x" in tracepoint format specifier
 2020-09-02 10:41 UTC  (2+ messages)

possible deadlock in proc_pid_syscall (2)
 2020-09-02  9:57 UTC  (5+ messages)

xattr names for unprivileged stacking?
 2020-09-02  5:19 UTC  (11+ messages)

[PATCH] io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work()
 2020-09-02  2:12 UTC 

[PATCH] io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work()
 2020-09-01 20:12 UTC  (4+ messages)

[PATCH v4] iomap: fix WARN_ON_ONCE() from unprivileged users
 2020-09-01 15:12 UTC  (2+ messages)

[PATCH 0/6] Some buffer management fixes for proc
 2020-09-01 15:15 UTC  (9+ messages)
` [PATCH 1/6] proc: use vmalloc for our kernel buffer
` [PATCH 2/6] tree-wide: rename vmemdup_user to kvmemdup_user
` [PATCH 3/6] proc: allocate count + 1 for our read buffer
` [PATCH 6/6] sunrpc: rework proc handlers to take advantage of the new buffer

[PATCH v7 0/3] Anonymous VMA naming patches
 2020-09-01 16:14 UTC  (2+ messages)
` [PATCH v7 2/3] mm: memory: Add access_remote_vm_locked variant


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