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-20 13:11 UTC (12+ messages)
` [PATCH 2/9] fs/ext4: Disallow verity if inode is DAX
` [PATCH 3/9] fs/ext4: Disallow encryption "
[PATCH v4 0/4] cleaning up the sysctls table (hung_task watchdog)
2020-05-20 13:08 UTC (11+ 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
exec: Promised cleanups after introducing exec_update_mutex
2020-05-20 13:02 UTC (38+ 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 2/8] radix-tree: Use local_lock for protection
2020-05-20 12:28 UTC (7+ messages)
fuse_notify_inval_inode() may be ineffective when getattr request is in progress
2020-05-20 12:26 UTC (4+ messages)
kernel BUG at mm/hugetlb.c:LINE!
2020-05-20 11:20 UTC (10+ messages)
[PATCH] exfat: optimize dir-cache
2020-05-20 7:56 UTC
[PATCHv5 0/5] Improve ext4 handling of ENOSPC with multi-threaded use-case
2020-05-20 6:40 UTC (6+ messages)
` [PATCHv5 1/5] ext4: mballoc: Add blocks to PA list under same spinlock after allocating blocks
` [PATCHv5 2/5] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [PATCHv5 3/5] ext4: mballoc: Introduce pcpu seqcnt for freeing PA to improve ENOSPC handling
` [PATCHv5 4/5] ext4: mballoc: Refactor ext4_mb_good_group()
` [PATCHv5 5/5] ext4: mballoc: Use lock for checking free blocks while retrying
[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
2020-05-20 5:57 UTC (9+ messages)
` [PATCH V3 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [PATCH V3 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH V3 3/8] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
` [PATCH V3 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V3 5/8] fs/ext4: Only change S_DAX on inode load
` [PATCH V3 6/8] fs/ext4: Make DAX mount option a tri-state
` [PATCH V3 7/8] fs/ext4: Introduce DAX inode flag
` [PATCH V3 8/8] Documentation/dax: Update DAX enablement for ext4
[PATCH 0/2] Control over userfaultfd kernel-fault handling
2020-05-20 4:59 UTC (8+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
mmotm 2020-05-15-16-29 uploaded
2020-05-20 4:48 UTC (4+ messages)
` mmotm 2020-05-19-21-47 uploaded
fix fiemap for ext4 bitmap files (+ cleanups) v3
2020-05-20 3:28 UTC (5+ messages)
[PATCH] pipe: Fix pipe_full() test in opipe_prep()
2020-05-19 23:59 UTC
[git pull] vfs.git fix
2020-05-19 23:40 UTC (2+ messages)
[PATCH 0/4] Relocate execve() sanity checks
2020-05-19 22:58 UTC (26+ 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
fcntl(F_DUPFD) causing apparent file descriptor table corruption
2020-05-19 22:28 UTC (5+ messages)
[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
2020-05-19 21:45 UTC (3+ messages)
` [PATCH v1 19/25] vfs: Use sequence counter with associated spinlock
` [PATCH v1 23/25] userfaultfd: "
[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
2020-05-19 20:44 UTC (10+ messages)
` [PATCH 10/10] mm/migrate.c: call detach_page_private "
[PATCH 0/1] hibernate: restrict writes to the snapshot device
2020-05-19 18:17 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v2] PM: hibernate: restrict writes to the resume device
2020-05-19 18:14 UTC
[PATCH v5 0/7] block: fix blktrace debugfs use after free
2020-05-19 17:03 UTC (14+ messages)
` [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
linux-next: Tree for May 12 (fs/namespace.c)
2020-05-19 16:51 UTC
[PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
2020-05-19 16:33 UTC (4+ messages)
[PATCH] fsinfo: Fix uninitialized variable in fsinfo_generic_mount_all()
2020-05-19 16:18 UTC (2+ messages)
[PATCH][next] fsinfo: fix an uninialized variable 'conn'
2020-05-19 16:15 UTC (2+ messages)
[PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
2020-05-19 10:13 UTC (14+ messages)
` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)
[RFC PATCH v3 0/9] Suppress negative dentry
2020-05-19 9:23 UTC (11+ messages)
NULL pointer dereference in coredump code
2020-05-19 7:16 UTC (2+ messages)
[PATCH 0/5] ext4/overlayfs: fiemap related fixes
2020-05-19 2:43 UTC (2+ messages)
[PATCH v3 0/4] cleaning up the sysctls table (hung_task watchdog)
2020-05-19 1:13 UTC (3+ messages)
[PATCH] sysctl: const-ify ngroups_max
2020-05-18 21:14 UTC (6+ messages)
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 (8+ messages)
` [PATCH v2] proc: proc_pid_ns takes super_block as an argument
` [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)
[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
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).