linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 19:54:40 to 2020-04-17 22:26:20 UTC [more...]

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-04-17 22:23 UTC  (15+ messages)

remove set_fs calls from the exec and coredump code v2
 2020-04-17 21:09 UTC  (12+ messages)
` [PATCH 2/8] signal: clean up __copy_siginfo_to_user32
    ` [PATCH 1/2] signal: Factor copy_siginfo_to_external32 from copy_siginfo_to_user32
    ` [PATCH 2/2] signal: Remove the set_fs in binfmt_elf.c:fill_siginfo_note
` [PATCH 4/8] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer

pass kernel pointers to the sysctl ->proc_handler method
 2020-04-17 19:50 UTC  (12+ messages)
` [PATCH 1/6] bpf-cgroup: remove unused exports
` [PATCH 2/6] firmware_loader: "
` [PATCH 3/6] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 4/6] sysctl: remove all extern declaration from sysctl.c
` [PATCH 5/6] sysctl: avoid forward declarations
  ` [PATCH 6/6] sysctl: pass kernel pointers to ->proc_handler

[PATCH RESEND v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-17 19:05 UTC  (5+ messages)
` [PATCH RESEND v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH RESEND v11 7/8] proc: use human-readable values for hidepid

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-17 18:05 UTC  (9+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[PATCH v7 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-17 17:48 UTC  (14+ messages)
` [PATCH v7 01/11] scsi: free sgtables in case command setup fails
` [PATCH v7 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v7 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v7 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v7 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v7 06/11] block: Modify revalidate zones
` [PATCH v7 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v7 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v7 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v7 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v7 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-17 17:19 UTC  (31+ messages)
` [PATCH RFC 2/8] fs/ext4: Disallow verity if inode is DAX
` [PATCH RFC 3/8] fs/ext4: Disallow encryption "
` [PATCH RFC 4/8] fs/ext4: Introduce DAX inode flag
` [PATCH RFC 6/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH RFC 7/8] fs/ext4: Only change S_DAX on inode load

[PATCH] fs/buffer: Remove the initialization of variables bh_{accounting, lrus}
 2020-04-17 16:20 UTC 

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-17 15:36 UTC  (2+ messages)

improve use_mm / unuse_mm v2
 2020-04-17 14:25 UTC  (9+ messages)
` [PATCH 1/3] kernel: move use_mm/unuse_mm to kthread.c
` [PATCH 2/3] kernel: better document the use_mm/unuse_mm API contract
` [PATCH 3/3] kernel: set USER_DS in kthread_use_mm

[PATCH v6 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-17 12:07 UTC  (17+ messages)
` [PATCH v6 01/11] scsi: free sgtables in case command setup fails
` [PATCH v6 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v6 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v6 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v6 06/11] block: Modify revalidate zones
` [PATCH v6 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-17 11:12 UTC  (14+ messages)
` [PATCH v3 01/11] alpha: Add clear_bit_unlock_is_negative_byte implementation
` [PATCH v3 02/11] ia64: "
` [PATCH v3 03/11] m68k: "
` [PATCH v3 04/11] mips: "
` [PATCH v3 05/11] riscv: "
` [PATCH v3 06/11] s390: "
` [PATCH v3 07/11] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [PATCH v3 08/11] mm: Move PG_writeback into the bottom byte
` [PATCH v3 09/11] mm: Convert writeback BUG to WARN_ON
` [PATCH v3 10/11] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback
` [PATCH v3 11/11] mm: Remove TestClearPageWriteback

[PATCH] coredump: fix crash when umh is disabled
 2020-04-17  8:32 UTC  (2+ messages)

implicit AOP_FLAG_NOFS for grab_cache_page_write_begin
 2020-04-17  8:06 UTC  (4+ messages)

[PATCH v3 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2020-04-17  7:53 UTC  (8+ messages)
` [PATCH v3 2/4] fs/ext4/acl: apply umask if ACL support is disabled
` [PATCH v3 3/4] linux/fs.h: fix umask on NFS with CONFIG_FS_POSIX_ACL=n
` [PATCH v3 4/4] nfs/super: check NFS_CAP_ACLS instead of the NFS version

[PATCH 0/2] exfat: timestamp fixes
 2020-04-17  6:07 UTC  (5+ messages)
  ` [PATCH 1/2] exfat: properly set s_time_gran
  ` [PATCH 2/2] exfat: zero out atime subsecond timestamp
    ` [PATCH 2/2 V2] exfat: truncate atimes to 2s granularity

[PATCH 0/5] blktrace: fix use after free
 2020-04-17  4:09 UTC  (40+ messages)
` [PATCH 2/5] blktrace: fix debugfs "
` [PATCH 3/5] blktrace: refcount the request_queue during ioctl
` [PATCH 4/5] mm/swapfile: refcount block and queue before using blkcg_schedule_throttle()
` [PATCH 5/5] block: revert back to synchronous request_queue removal

[PATCH] proc: rename "catch" function argument
 2020-04-17  3:04 UTC  (4+ messages)

[PATCH v3] exfat: replace 'time_ms' with 'time_cs'
 2020-04-17  2:39 UTC  (2+ messages)

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-04-16 20:39 UTC  (5+ messages)
` [PATCH man-pages v4] Document encoded I/O

[PATCH] coredump: fix null pointer dereference on coredump
 2020-04-16 19:46 UTC 

[PATCHv2 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*
 2020-04-16 18:52 UTC 

[PATCH v2 0/5] Make PageWriteback use the PageLocked optimisation
 2020-04-16 17:13 UTC  (8+ messages)
` [PATCH v2 1/5] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [PATCH v2 2/5] mm: Move PG_writeback into the bottom byte
` [PATCH v2 3/5] mm: Convert writeback BUG to WARN_ON
` [PATCH v2 4/5] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback
` [PATCH v2 5/5] mm: Remove TestClearPageWriteback

[PATCH v2] unicode: implement utf8 unit tests as a KUnit test suite
 2020-04-16 15:07 UTC 

WARNING in iomap_apply
 2020-04-16 14:58 UTC 

[PATCH] vfs: add faccessat2 syscall
 2020-04-16 14:43 UTC  (2+ messages)

[PATCH V8 0/5] Refactor ioctl_fibmap() internal interface
 2020-04-16 14:03 UTC  (4+ messages)
` [PATCH 2/5] cachefiles: drop direct usage of ->bmap method

[PATCH 0/2] Make PageWriteback use the PageLocked optimisation
 2020-04-16 14:31 UTC  (4+ messages)
` [PATCH 1/2] mm: Remove definition of clear_bit_unlock_is_negative_byte

[PATCH] Implement utf8 unit tests as a kunit test suite
 2020-04-16 14:17 UTC  (4+ messages)

[PATCH] io_getevents.2: Add EINVAL for case of timeout parameter out of range
 2020-04-16 12:56 UTC  (3+ messages)

[PATCH v2 00/16] Fanotify event with name info
 2020-04-16 12:16 UTC  (3+ messages)
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event

[PATCH v16 00/10] Landlock LSM
 2020-04-16 10:39 UTC  (11+ messages)
` [PATCH v16 01/10] landlock: Add object management
` [PATCH v16 02/10] landlock: Add ruleset and domain management
` [PATCH v16 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v16 04/10] landlock: Add ptrace restrictions
` [PATCH v16 05/10] fs,landlock: Support filesystem access-control
` [PATCH v16 06/10] landlock: Add syscall implementation
` [PATCH v16 07/10] arch: Wire up landlock() syscall
` [PATCH v16 08/10] selftests/landlock: Add initial tests
` [PATCH v16 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v16 10/10] landlock: Add user and kernel documentation

[PATCH v6 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-16 11:41 UTC  (4+ messages)
` [PATCH v6 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v6 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v5 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-16 11:31 UTC  (6+ messages)
` [PATCH v5 2/2] buffer: record blockdev write errors in super_block that it backs

[RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()
 2020-04-16 10:27 UTC  (3+ messages)

[PATCH 00/34] fs: convert remaining docs to ReST file format
 2020-04-16  8:45 UTC  (7+ messages)
` [PATCH 01/34] docs: filesystems: fix references for doc files there
` [PATCH 14/34] docs: filesystems: convert dnotify.txt to ReST
` [PATCH 22/34] docs: filesystems: rename path-lookup.txt file

[ANNOUNCE] exfat-utils-1.0.1 initial version released
 2020-04-16  8:21 UTC  (4+ messages)

[PATCH v2] exfat: replace 'time_ms' with 'time_10ms'
 2020-04-16  7:45 UTC  (5+ messages)

WARNING in iomap_apply
 2020-04-16  7:38 UTC  (4+ messages)
` [RFC 1/1] ext4: Fix overflow case for map.m_len in ext4_iomap_begin_*

[PATCH] exfat: remove the assignment of 0 to bool variable
 2020-04-16  6:34 UTC  (2+ messages)

[PATCH] test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
 2020-04-16  6:00 UTC  (5+ messages)

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-16  5:36 UTC  (18+ messages)
` [PATCH V8 05/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V8 08/11] fs: Define I_DONTCACNE in VFS layer
` [PATCH V8 09/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V8 10/11] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()
` [PATCH V8 11/11] Documentation/dax: Update Usage section

[PATCH] dcache: unlock inode->i_lock before goto restart tag in, d_prune_aliases
 2020-04-16  1:52 UTC  (3+ messages)

[PATCH] parisc: add sysctl file interface panic_on_stackoverflow
 2020-04-16  0:09 UTC  (2+ messages)

[PATCH 0/4] Fixes for exfat driver
 2020-04-15 23:43 UTC  (4+ messages)

possible deadlock in proc_pid_personality
 2020-04-15 21:20 UTC  (5+ messages)
` [PATCH] proc: Handle umounts cleanly

[PATCH man-pages v2 0/2] document openat2(2)
 2020-04-15 20:24 UTC  (9+ messages)
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall


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