linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-15 15:24:47 to 2020-05-19 10:07:34 UTC [more...]

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-19 10:06 UTC  (14+ messages)
` [PATCH 01/10] include/linux/pagemap.h: introduce attach/detach_page_private
` [PATCH 02/10] md: remove __clear_page_buffers and use attach/detach_page_private
` [PATCH 03/10] btrfs: "
` [PATCH 04/10] fs/buffer.c: "
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] iomap: "
` [PATCH 07/10] ntfs: replace attach_page_buffers with attach_page_private
` [PATCH 08/10] orangefs: use attach/detach_page_private
` [PATCH 09/10] buffer_head.h: remove attach_page_buffers
` [PATCH 10/10] mm/migrate.c: call detach_page_private to cleanup code

[RFC PATCH v3 0/9] Suppress negative dentry
 2020-05-19  9:23 UTC  (11+ messages)

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-19  8:37 UTC  (11+ messages)
` [PATCH 1/4] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH 2/4] exec: Relocate S_ISREG() check
` [PATCH 3/4] exec: Relocate path_noexec() check
` [PATCH 4/4] fs: Include FMODE_EXEC when converting flags to f_mode

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-19  8:04 UTC  (4+ messages)

NULL pointer dereference in coredump code
 2020-05-19  7:16 UTC  (2+ messages)

[PATCH v4 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-19  4:44 UTC  (6+ messages)
` [PATCH v4 1/4] sysctl: Add register_sysctl_init() interface
` [PATCH v4 2/4] sysctl: Move some boundary constants form sysctl.c to sysctl_vals
` [PATCH v4 3/4] hung_task: Move hung_task sysctl interface to hung_task.c
` [PATCH v4 4/4] watchdog: move watchdog sysctl interface to watchdog.c

[PATCH 0/5] ext4/overlayfs: fiemap related fixes
 2020-05-19  2:43 UTC  (2+ messages)

[PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
 2020-05-19  2:23 UTC  (18+ messages)
              ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19  1:25 UTC  (13+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 1/8] exec: Teach prepare_exec_creds how exec treats uids & gids
      ` [PATCH v2 2/8] exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
      ` [PATCH v2 3/8] exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
      ` [PATCH v2 4/8] exec: Allow load_misc_binary to call prepare_binfmt unconditionally
      ` [PATCH v2 5/8] exec: Move the call of prepare_binprm into search_binary_handler
      ` [PATCH v2 6/8] exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXEC
      ` [PATCH v2 7/8] exec: Generic execfd support
      ` [PATCH v2 8/8] exec: Remove recursion from search_binary_handler

[PATCH v3 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-19  1:13 UTC  (7+ messages)
` [PATCH v3 1/4] sysctl: Add register_sysctl_init() interface
` [PATCH v3 2/4] sysctl: Move some boundary constants form sysctl.c to sysctl_vals
` [PATCH v3 3/4] hung_task: Move hung_task sysctl interface to hung_task.c
` [PATCH v3 4/4] watchdog: move watchdog sysctl interface to watchdog.c

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-19  0:35 UTC  (9+ messages)

mmotm 2020-05-15-16-29 uploaded
 2020-05-18 23:15 UTC  (3+ messages)

[PATCH] sysctl: const-ify ngroups_max
 2020-05-18 21:14 UTC  (6+ messages)

[PATCH 0/9] Enable ext4 support for per-file/directory DAX operations
 2020-05-18 19:44 UTC  (10+ messages)
` [PATCH 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH 3/9] fs/ext4: Disallow encryption "

INFO: trying to register non-static key in clear_inode
 2020-05-18 18:23 UTC 

sort out the flush_icache_range mess v2
 2020-05-18 18:20 UTC  (5+ messages)
` [PATCH 10/29] c6x: use asm-generic/cacheflush.h
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

linux-next boot error: general protection fault in tomoyo_get_local_path
 2020-05-18 18:07 UTC  (15+ messages)
    ` [PATCH] proc: proc_pid_ns takes super_block as an argument
    ` [PATCH v2] "
    ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v13 00/12] Inline Encryption Support
 2020-05-18 16:50 UTC  (8+ messages)

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-18 16:49 UTC  (3+ messages)

fuse: trying to steal weird page
 2020-05-18 15:26 UTC  (9+ messages)
    ` [fuse-devel] "

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-05-18 15:21 UTC  (6+ messages)

Setting mount propagation type in new mount API
 2020-05-18 14:42 UTC  (3+ messages)

fuse_notify_inval_inode() may be ineffective when getattr request is in progress
 2020-05-18 13:08 UTC  (2+ messages)

[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-05-18 12:15 UTC  (4+ messages)

[PATCH v3 0/7] fanotify events on child with name info
 2020-05-18  9:40 UTC  (2+ messages)

Unable to access fuse mountpoint with seteuid()
 2020-05-18  9:32 UTC  (2+ messages)

clean up kernel_{read,write} & friends v2
 2020-05-18  6:42 UTC  (2+ messages)
  ` [PATCH 09/14] fs: don't change the address limit for ->write_iter in __kernel_write

[RFC PATCH] fs: Move @f_count to different cacheline with @f_mode
 2020-05-18  2:01 UTC  (2+ messages)

[PATCH] afs: Don't unlock fetched data pages until the op completes successfully
 2020-05-17 22:36 UTC  (3+ messages)

truncate for block size > page size
 2020-05-17 21:54 UTC 

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-17 16:57 UTC  (6+ messages)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property

INFO: trying to register non-static key in io_cqring_ev_posted (3)
 2020-05-17 15:19 UTC  (2+ messages)

Determining owner of a (fuse) mountpoint?
 2020-05-17 14:59 UTC  (3+ messages)
  ` [fuse-devel] "

"BUG: MAX_LOCKDEP_ENTRIES too low" with 6979 "&type->s_umount_key"
 2020-05-17 11:12 UTC  (3+ messages)

[PATCH v2 0/4] cleaning up the sysctls table (hung_task watchdog)
 2020-05-17  3:01 UTC  (10+ messages)
` [PATCH v2 1/4] sysctl: Add register_sysctl_init() interface
` [PATCH v2 2/4] sysctl: Move some boundary constants form sysctl.c to sysctl_vals
` [PATCH v2 3/4] hung_task: Move hung_task sysctl interface to hung_task.c
` [PATCH v2 4/4] watchdog: move watchdog sysctl interface to watchdog.c

[PATCH 0/4] Move the sysctl interface to the corresponding feature code file
 2020-05-17  2:38 UTC  (14+ messages)
` [PATCH 1/4] hung_task: Move hung_task sysctl interface to hung_task_sysctl.c
` [PATCH 2/4] proc/sysctl: add shared variables -1

[PATCH v2] Implement close-on-fork
 2020-05-16 13:29 UTC  (14+ messages)
` [PATCH v2 1/4] fs: "

[PATCH -next] nfs: fsinfo: fix build when CONFIG_NFS_V4 is not enabled
 2020-05-16 10:53 UTC  (4+ messages)

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-16  3:19 UTC  (8+ messages)
` [PATCH v5 1/7] block: add docs for gendisk / request_queue refcount helpers
` [PATCH v5 2/7] block: clarify context for gendisk / request_queue refcount increment helpers
` [PATCH v5 3/7] block: revert back to synchronous request_queue removal
` [PATCH v5 4/7] block: move main block debugfs initialization to its own file
` [PATCH v5 5/7] blktrace: fix debugfs use after free
` [PATCH v5 6/7] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v5 7/7] loop: be paranoid on exit and prevent new additions / removals

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-16  1:39 UTC  (5+ messages)
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls

[PATCH v5 0/7] firmware: add partial read support in request_firmware_into_buf
 2020-05-16  1:05 UTC  (9+ messages)
` [PATCH v5 2/7] firmware: add offset to request_firmware_into_buf

[PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
 2020-05-15 20:41 UTC 

[PATCH v5] kernel: add panic_on_taint
 2020-05-15 20:26 UTC  (2+ messages)

[PATCH v3 0/2] fs: avoid fdput() after failed fdget()
 2020-05-15 19:22 UTC  (5+ messages)
` [PATCH v3 1/2] fs: avoid fdput() after failed fdget() in ksys_sync_file_range()
` [PATCH v3 2/2] fs: avoid fdput() after failed fdget() in kernel_read_file_from_fd()

[PATCH] ext4: fix race between ext4_sync_parent() and rename()
 2020-05-15 19:14 UTC  (2+ messages)

[PATCH v2 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 18:17 UTC  (4+ messages)
` [PATCH v2 1/2] io_uring: add 'cq_flags' field for the CQ ring
` [PATCH v2 2/2] io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags

[PATCH] docs: sysctl/kernel: document ngroups_max
 2020-05-15 17:24 UTC  (3+ messages)

[PATCH -next] fs: fix namespace.c build error when CONFIG_MOUNT_NOTIFICATIONS is not set
 2020-05-15 16:54 UTC 

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-15 16:08 UTC  (11+ messages)

[PATCH 0/2] io_uring: add a CQ ring flag to enable/disable eventfd notification
 2020-05-15 15:26 UTC  (6+ 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).