Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
2020-05-13 5:43 UTC (4+ messages)
` [PATCH 3/9] fs/ext4: Disallow encryption if inode is DAX
` [PATCH 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH 8/9] fs/ext4: Introduce DAX inode flag
linux-next: manual merge of the vfs tree with the parisc-hd tree
2020-05-13 4:04 UTC (9+ messages)
exec: Promised cleanups after introducing exec_update_mutex
2020-05-13 2:39 UTC (28+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
` [PATCH 3/6] exec: Stop open coding mutex_lock_killable of cred_guard_mutex
` [PATCH 0/5] exec: Control flow simplifications
` [PATCH 2/5] exec: Directly call security_bprm_set_creds from __do_execve_file
` [PATCH 3/5] exec: Remove recursion from search_binary_handler
` [PATCH 4/5] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
` [PATCH 5/5] exec: Move the call of prepare_binprm into search_binary_handler
[PATCH v11 00/10] Introduce Zone Append for writing to zoned block devices
2020-05-13 2:37 UTC (18+ messages)
` [PATCH v11 01/10] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v11 02/10] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v11 03/10] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v11 04/10] block: introduce blk_req_zone_write_trylock
` [PATCH v11 05/10] block: Modify revalidate zones
` [PATCH v11 06/10] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v11 07/10] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v11 08/10] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v11 09/10] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v11 10/10] zonefs: use REQ_OP_ZONE_APPEND for sync DIO
[RFC PATCH v2] ovl: suppress negative dentry in lookup
2020-05-13 2:15 UTC (4+ messages)
[PATCH RFC 0/8] dcache: increase poison resistance
2020-05-13 1:52 UTC (3+ messages)
` [PATCH RFC 2/8] selftests: add stress testing tool for dcache
[PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
2020-05-13 1:32 UTC (3+ messages)
[PATCH v2] kernel: sysctl: ignore out-of-range taint bits introduced via kernel.tainted
2020-05-13 0:54 UTC (3+ messages)
[PATCH v5 0/7] firmware: add partial read support in request_firmware_into_buf
2020-05-13 0:38 UTC (8+ messages)
` [PATCH v5 1/7] fs: introduce kernel_pread_file* support
` [PATCH v5 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH v5 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v5 6/7] misc: bcm-vk: add Broadcom VK driver
Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
2020-05-12 23:29 UTC (2+ messages)
[PATCH 19/31] riscv: use asm-generic/cacheflush.h
2020-05-12 23:00 UTC (2+ messages)
[PATCH v5 0/6] Add support for O_MAYEXEC
2020-05-12 22:56 UTC (13+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
[PATCH] kernel: sysctl: ignore out-of-range taint bits introduced via kernel.tainted
2020-05-12 22:31 UTC (4+ messages)
[PATCH v2 0/2] fs: avoid fdput() after failed fdget()
2020-05-12 19:43 UTC (3+ messages)
` [PATCH v2 1/2] fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
` [PATCH v2 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()
[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
2020-05-12 19:38 UTC (17+ messages)
[PATCH V2 0/6 linux-next] fs/notify: cleanup
2020-05-12 18:32 UTC (2+ messages)
[PATCH][next] fs: remove redundant assignment to variable ret
2020-05-12 18:22 UTC
[PATCH V2 6/6 linux-next] fanotify: don't write with size under sizeof(response)
2020-05-12 18:19 UTC
[PATCH V2 5/6 linux-next] fsnotify/fdinfo: remove proc_fs.h inclusion
2020-05-12 18:19 UTC
[PATCH V2 4/6 linux-next] fanotify: remove reference to fill_event_metadata()
2020-05-12 18:18 UTC
[PATCH V2 3/6 linux-next] notify: add mutex destroy
2020-05-12 18:18 UTC
[PATCH V2 2/6 linux-next] notify: explicit shutdown initialization
2020-05-12 18:17 UTC
[PATCH V2 1/6 linux-next] fanotify: prefix should_merge()
2020-05-12 18:17 UTC
kernel BUG at mm/hugetlb.c:LINE!
2020-05-12 18:11 UTC (4+ messages)
mmotm 2020-05-11-15-43 uploaded
2020-05-12 17:16 UTC (6+ messages)
` mmotm 2020-05-11-15-43 uploaded (mm/memcontrol.c, huge pages)
[PATCH] kernel: sysctl: ignore invalid taint bits introduced via kernel.tainted and taint the kernel with TAINT_USER on writes
2020-05-12 16:01 UTC (9+ messages)
INFO: rcu detected stall in io_uring_release
2020-05-12 15:25 UTC (3+ messages)
sort out the flush_icache_range mess
2020-05-12 14:46 UTC (29+ messages)
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 16/31] m68knommu: "
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k
[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
2020-05-12 13:35 UTC (3+ messages)
[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
2020-05-12 11:46 UTC (5+ messages)
` [PATCH 2/2] Documentation/sysctl: Document uclamp sysctl knobs
exfatprogs-1.0.3 version released
2020-05-12 8:15 UTC
[PATCH] eventfd: Enlarge recursion limit to allow vhost to work
2020-05-12 7:00 UTC (2+ messages)
[PATCH RFC] fuse: invalidate inode attr in writeback cache mode
2020-05-12 2:29 UTC (4+ messages)
` [PATCH v2] "
[RFC 00/43] PKRAM: Preserved-over-Kexec RAM
2020-05-11 23:29 UTC (4+ messages)
` [RFC 14/43] mm: memblock: PKRAM: prevent memblock resize from clobbering preserved pages
[PATCH 0/5] cachefiles, nfs: Fixes
2020-05-11 22:38 UTC (4+ messages)
[PATCH 9/9 linux-next] fsnotify: fsnotify_clear_marks_by_group() massage
2020-05-11 21:57 UTC (2+ messages)
[PATCH v17 00/10] Landlock LSM
2020-05-11 21:54 UTC (12+ messages)
` [PATCH v17 01/10] landlock: Add object management
` [PATCH v17 02/10] landlock: Add ruleset and domain management
` [PATCH v17 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v17 04/10] landlock: Add ptrace restrictions
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control
` [PATCH v17 06/10] landlock: Add syscall implementation
` [PATCH v17 07/10] arch: Wire up landlock() syscall
` [PATCH v17 08/10] selftests/landlock: Add initial tests
` [PATCH v17 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v17 10/10] landlock: Add user and kernel documentation
[PATCH 8/9 linux-next] fanotify: clarify mark type extraction
2020-05-11 21:54 UTC (2+ messages)
[PATCH 7/9 linux-next] fanotify: don't write with zero size
2020-05-11 21:49 UTC (2+ messages)
[PATCH 2/9 linux-next] fanotify: fanotify_encode_fid(): variable init
2020-05-11 21:36 UTC (2+ messages)
[PATCH v3] kernel: add panic_on_taint
2020-05-11 21:05 UTC (7+ messages)
[PATCH 6/9 linux-next] fsnotify/fdinfo: remove proc_fs.h inclusion
2020-05-11 18:01 UTC
[PATCH 5/9 linux-next] fanotify: remove reference to fill_event_metadata()
2020-05-11 18:01 UTC
[PATCH 4/9 linux-next] notify: add mutex destroy
2020-05-11 18:00 UTC
[PATCH 3/9 linux-next] notify: explicit shutdown initialization
2020-05-11 18:00 UTC
[PATCH 1/9 linux-next] fanotify: prefix should_merge()
2020-05-11 17:58 UTC
[PATCH 0/9 linux-next] fs/notify: cleanup
2020-05-11 17:58 UTC
[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-11 17:34 UTC (6+ messages)
[PATCH v4 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
2020-05-11 15:28 UTC (6+ messages)
` [PATCH v4 2/2] Documentation/sysctl: Document uclamp sysctl knobs
[PATCH] fs:io_uring:Remove duplicate semicolons at the end of line
2020-05-11 15:04 UTC (2+ messages)
[PATCH v4 0/5] block: fix blktrace debugfs use after free
2020-05-11 14:03 UTC (12+ messages)
` [PATCH v4 1/5] block: revert back to synchronous request_queue removal
` [PATCH v4 3/5] blktrace: fix debugfs use after free
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls
[PATCH] fuse:rely on fuse_perm for exec when no mode bits set
2020-05-11 12:25 UTC (7+ messages)
[fuse] Getting visibility into reads from page cache
2020-05-11 12:12 UTC (4+ messages)
` [fuse-devel] "
[PATCH] kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
2020-05-11 10:31 UTC (4+ messages)
[PATCHES] uaccess simple access_ok() removals
2020-05-10 14:34 UTC (2+ 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).