linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 16:35:13 to 2020-05-13 10:07:05 UTC [more...]

[PATCH 00/12] vfs patch queue
 2020-05-13 10:07 UTC  (21+ messages)
` [PATCH 02/12] aio: fix async fsync creds
` [PATCH 04/12] utimensat: AT_EMPTY_PATH support
` [PATCH 05/12] f*xattr: allow O_PATH descriptors
` [PATCH 06/12] uapi: deprecate STATX_ALL
` [PATCH 07/12] statx: don't clear STATX_ATIME on SB_RDONLY
` [PATCH 08/12] statx: add mount ID
` [PATCH 09/12] statx: add mount_root
` [PATCH 10/12] vfs: don't parse forbidden flags
` [PATCH 11/12] vfs: don't parse "posixacl" option
` [13/12 PATCH] vfs: add faccessat2 syscall

[PATCH RFC] fuse: invalidate inode attr in writeback cache mode
 2020-05-13  9:39 UTC  (5+ messages)
` [PATCH v2] "

mmotm 2020-05-11-15-43 uploaded
 2020-05-13  9:20 UTC  (7+ messages)
    ` mmotm 2020-05-11-15-43 uploaded (mm/memcontrol.c, huge pages)
    ` mmotm 2020-05-11-15-43 uploaded (ethernet/ti/ti_cpsw)

[PATCH v5 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-05-13  8:16 UTC  (13+ 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

[RFC][PATCH 1/3] evm: Move hooks outside LSM infrastructure
 2020-05-13  7:21 UTC  (18+ messages)

clean up kernel_{read,write} & friends v2
 2020-05-13  6:56 UTC  (15+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: remove the call_{read,write}_iter functions
` [PATCH 07/14] fs: implement kernel_write using __kernel_write
` [PATCH 08/14] fs: remove __vfs_write
` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 10/14] fs: add a __kernel_read helper
` [PATCH 11/14] integrity/ima: switch to using __kernel_read
` [PATCH 12/14] fs: implement kernel_read "
` [PATCH 13/14] fs: remove __vfs_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[vfs:work.regset 9/9] arch/s390/kernel/ptrace.c:1306:11: error: initialization of 'int (*)(struct task_struct *, const struct user_regset *, struct membuf)' from incompatible pointer type 'int (*)(struct task_struct *, const struct user_regset *, unsigned int, struct membuf)'
 2020-05-13  6:32 UTC 

[PATCH 19/31] riscv: use asm-generic/cacheflush.h
 2020-05-13  6:23 UTC  (3+ messages)

[PATCH v2 0/2] fs: avoid fdput() after failed fdget()
 2020-05-13  5:49 UTC  (5+ 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()

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-13  5:43 UTC  (10+ messages)
` [PATCH 1/9] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH 3/9] fs/ext4: Disallow encryption "
` [PATCH 4/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH 5/9] fs/ext4: Update ext4_should_use_dax()
` [PATCH 6/9] fs/ext4: Only change S_DAX on inode load
` [PATCH 7/9] fs/ext4: Make DAX mount option a tri-state
` [PATCH 8/9] fs/ext4: Introduce DAX inode flag
` [PATCH 9/9] Documentation/dax: Update DAX enablement for ext4

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-13  4:04 UTC  (9+ messages)

[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

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-13  2:39 UTC  (25+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [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

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

Null-ptr-deref due to "vfs, fsinfo: Add an RCU safe per-ns mount list"
 2020-05-12 23:29 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/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)

[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  (14+ messages)
` [PATCH 16/31] m68knommu: use asm-generic/cacheflush.h
` [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  (4+ messages)

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)

[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  (2+ messages)

[PATCH 9/9 linux-next] fsnotify: fsnotify_clear_marks_by_group() massage
 2020-05-11 21:57 UTC  (2+ messages)

[PATCH 8/9 linux-next] fanotify: clarify mark type extraction
 2020-05-11 21:54 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 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  (4+ 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  (5+ 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).