Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
remove the last set_fs() in common code, and remove it for x86 and powerpc v3
2020-09-04 6:38 UTC (30+ 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()
[PATCH] quota: widen timestamps for the fs_disk_quota structure
2020-09-04 5:39 UTC
Splitting an iomap_page
2020-09-04 3:37 UTC (2+ messages)
[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
2020-09-04 3:34 UTC (11+ messages)
[PATCH] exfat: eliminate dead code in exfat_find()
2020-09-04 2:51 UTC (3+ messages)
[PATCH] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-09-03 21:58 UTC (2+ messages)
[PATCH] iomap: Fix direct I/O write consistency check
2020-09-03 21:47 UTC (3+ messages)
Broken O_{D,}SYNC behavior with FICLONE*?
2020-09-03 21:13 UTC (3+ messages)
[PATCH v2 0/3] Unaligned DIO read error path fix and clean ups
2020-09-03 20:04 UTC (4+ messages)
` [PATCH v2 1/3] direct-io: clean up error paths of do_blockdev_direct_IO
` [PATCH v2 2/3] direct-io: don't force writeback for reads beyond EOF
` [PATCH v2 3/3] direct-io: defer alignment check until after the EOF check
[PATCH 0/9] Readahead patches for 5.9/5.10
2020-09-03 19:33 UTC (12+ 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
[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
2020-09-03 16:46 UTC (16+ messages)
INFO: task can't die in io_uring_setup
2020-09-03 16:43 UTC (2+ messages)
[PATCH next] io_uring: fix task hung in io_uring_setup
2020-09-03 14:04 UTC
[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)
INFO: task hung in io_uring_setup
2020-09-03 11:44 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
remove the last set_fs() in common code, and remove it for x86 and powerpc v2
2020-09-03 8:55 UTC (24+ 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()
[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] epoll fixup
2020-09-02 20:08 UTC (3+ messages)
[GIT PULL] xfs: small fixes for 5.9
2020-09-02 20:08 UTC (2+ 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 (7+ messages)
[PATCH] writeback: clear auto_free in initializaiton
2020-09-02 14:49 UTC (3+ messages)
remove revalidate_disk()
2020-09-02 14:02 UTC (18+ 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)
[RFC PATCH 0/7] mm: Make more use of readahead_control
2020-09-01 16:45 UTC
page: next (older) | prev (newer) | latest
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).