Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH v2] Bug fix to ELF Loader which rejects valid ELFs
2020-08-19 14:59 UTC
unregister_netdevice: waiting for DEV to become free (4)
2020-08-19 14:51 UTC
[PATCH v5 0/2] Anonymous VMA naming patches
2020-08-19 14:16 UTC
PROBLEM: Long Workqueue delays V2
2020-08-19 13:12 UTC (3+ messages)
[RFC PATCH V3] iomap: add support to track dirty state of sub pages
2020-08-19 12:56 UTC (2+ messages)
[PATCH] fput: Allow calling __fput_sync() from !PF_KTHREAD thread
2020-08-19 12:42 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v2 (resend)] "
[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
2020-08-19 12:10 UTC (13+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot
[PATCH v1] fs: Add function declaration of simple_dname
2020-08-19 12:06 UTC
[PATCH] fs: Add function declaration of simple_dname
2020-08-19 11:58 UTC (5+ messages)
mountinfo contents changed when rootfs is ramfs
2020-08-19 11:50 UTC
Is there anyway to ensure iov iter won't break a page copy?
2020-08-19 11:39 UTC (3+ messages)
[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
2020-08-19 10:28 UTC
[PATCH v6] fuse: Add support for passthrough read/write
2020-08-19 10:04 UTC (8+ messages)
[PATCH RESEND] fs: Delete always true compilation define
2020-08-19 7:50 UTC
[PATCH v4 0/3] Try to release mmap_lock temporarily in smaps_rollup
2020-08-19 7:37 UTC (5+ messages)
` [PATCH v4 1/3] mmap locking API: add mmap_lock_is_contended()
` [PATCH v4 2/3] mm: smaps*: extend smap_gather_stats to support specified beginning
` [PATCH v4 3/3] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
remove the last set_fs() in common code, and remove it for x86 and powerpc
2020-08-19 7:22 UTC (33+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
` [PATCH 10/11] powerpc: use non-set_fs based maccess routines
` iter and normal ops on /dev/zero & co, was Re: remove the last set_fs() in common code, and remove it for x86 and powerpc
[PATCH v2 1/2] exfat: add NameLength check when extracting name
2020-08-19 6:36 UTC (2+ messages)
` [PATCH v2 2/2] exfat: unify name extraction
[PATCH v5 0/2] avoid xfs transaction reservation recursion
2020-08-19 5:49 UTC (5+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v5 2/2] xfs: avoid transaction reservation recursion
[GIT PULL] Mount notifications
2020-08-19 2:29 UTC (23+ messages)
` [GIT PULL] Filesystem Information
` file metadata via fs API (was: [GIT PULL] Filesystem Information)
` file metadata via fs API
[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
2020-08-18 19:30 UTC (36+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action
` [RFC PATCH 2/8] memcg, mm: Return ENOMEM or delay if memcg_over_limit
` [RFC PATCH 3/8] memcg: Allow the use of task RSS memory as over-high action trigger
` [RFC PATCH 4/8] fs/proc: Support a new procfs memctl file
` [RFC PATCH 5/8] memcg: Allow direct per-task memory limit checking
` [RFC PATCH 6/8] memcg: Introduce additional memory control slowdown if needed
` [RFC PATCH 7/8] memcg: Enable logging of memory control mitigation action
` [RFC PATCH 8/8] memcg: Add over-high action prctl() documentation
[RFC PATCH V2] iomap: add support to track dirty state of sub pages
2020-08-18 18:11 UTC (5+ messages)
Support for I/O to a bitbucket
2020-08-18 17:22 UTC
[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
2020-08-18 15:17 UTC (11+ messages)
` [PATCH v3 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v3 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v3 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v3 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v3 5/5] mm/gup: Take mmap_lock in get_dump_page()
[PATCH] writeback: clear auto_free in initializaiton
2020-08-18 14:13 UTC
[PATCH v2 0/4] Update SELinuxfs out of tree and then swapover
2020-08-18 13:55 UTC (5+ messages)
` [PATCH v2 4/4] selinux: Create new booleans and class dirs out of tree
exec: Move unshare_files and guarantee files_struct.count is correct
2020-08-18 12:54 UTC (41+ messages)
` [PATCH 01/17] exec: Move unshare_files to fix posix file locking during exec
` [PATCH 02/17] exec: Simplify unshare_files
` [PATCH 03/17] exec: Remove reset_files_struct
` [PATCH 04/17] kcmp: In kcmp_epoll_target use fget_task
` [PATCH 05/17] bpf: In bpf_task_fd_query "
` [PATCH 06/17] file: Implement fcheck_task
` [PATCH 07/17] proc/fd: In tid_fd_mode use fcheck_task
` [PATCH 08/17] proc/fd: In proc_fd_link "
` [PATCH 09/17] file: Implement fnext_task
` [PATCH 10/17] proc/fd: In proc_readfd_common use fnext_task
` [PATCH 11/17] bpf/task_iter: In task_file_seq_get_next "
` [PATCH 12/17] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH 13/17] file: Remove get_files_struct
` [PATCH 14/17] file: Merge __fd_install into fd_install
` [PATCH 15/17] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH 16/17] file: Merge __alloc_fd into alloc_fd
` [PATCH 17/17] file: Rename __close_fd to close_fd and remove the files parameter
file metadata via fs API (was: [GIT PULL] Filesystem Information)
2020-08-18 9:41 UTC (14+ messages)
[PATCH v3] exfat: remove EXFAT_SB_DIRTY flag
2020-08-18 1:20 UTC (9+ messages)
[PATCH] exfat: use i_blocksize() to get blocksize
2020-08-17 23:48 UTC (2+ messages)
[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
2020-08-17 22:11 UTC (12+ messages)
[PATCH v6 0/3] SELinux support for anonymous inodes and UFFD
2020-08-17 21:10 UTC (4+ messages)
` [PATCH v6 1/3] Add a new LSM-supporting anonymous inode interface
[PATCH v2 00/20] virtiofs: Add DAX support
2020-08-17 20:29 UTC (10+ messages)
` [PATCH v2 01/20] dax: Modify bdev_dax_pgoff() to handle NULL bdev
` [PATCH v2 02/20] dax: Create a range version of dax_layout_busy_page()
` [PATCH v2 04/20] virtio: Implement get_shm_region for PCI transport
Upcoming: fscache rewrite
2020-08-17 19:07 UTC (8+ messages)
` [GIT PULL] "
` [GIT PULL] fscache rewrite -- please drop for now
[PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
2020-08-17 18:53 UTC (15+ messages)
fanotify feature request FAN_MARK_PID
2020-08-17 17:02 UTC (2+ messages)
add file system helpers that take kernel pointers for the init code v4
2020-08-17 13:44 UTC (4+ messages)
` [PATCH 02/23] fs: refactor ksys_umount
severe proc dentry lock contention
2020-08-17 12:19 UTC (12+ messages)
` [PATCH] proc: Avoid a thundering herd of threads freeing proc dentries
[PATCH v4 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
2020-08-17 10:41 UTC (3+ messages)
xattr names for unprivileged stacking?
2020-08-17 10:37 UTC (4+ messages)
` file forks vs. xattr (was: xattr names for unprivileged stacking?)
[PATCH 1/2] exfat: add NameLength check when extracting name
2020-08-17 9:26 UTC (5+ messages)
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).