linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-11 22:09:58 to 2020-04-15 03:10:57 UTC [more...]

[PATCH] test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
 2020-04-15  3:10 UTC  (2+ messages)

remove set_fs calls from the exec and coredump code v2
 2020-04-15  3:01 UTC  (12+ messages)
` [PATCH 1/8] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/8] signal: clean up __copy_siginfo_to_user32
` [PATCH 3/8] signal: replace __copy_siginfo_to_user32 with to_compat_siginfo
` [PATCH 4/8] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer
` [PATCH 5/8] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 6/8] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
` [PATCH 7/8] exec: simplify the copy_strings_kernel calling convention
` [PATCH 8/8] exec: open code copy_string_kernel

[PATCH 0/5] blktrace: fix use after free
 2020-04-15  2:46 UTC  (16+ messages)
` [PATCH 1/5] block: move main block debugfs initialization to its own file
` [PATCH 2/5] blktrace: fix debugfs use after free
` [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 v11 00/25] Change readahead API
 2020-04-15  2:18 UTC  (28+ messages)
` [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [PATCH v11 02/25] mm: Return void from various readahead functions
` [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [PATCH v11 05/25] mm: Add new readahead_control API
` [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [PATCH v11 11/25] mm: Add readahead address space operation
` [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [PATCH v11 18/25] erofs: Convert uncompressed files "
` [PATCH v11 19/25] erofs: Convert compressed "
` [PATCH v11 20/25] ext4: Convert "
` [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v11 22/25] f2fs: Convert from readpages to readahead
` [PATCH v11 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [PATCH v11 24/25] fuse: Convert from readpages to readahead
` [PATCH v11 25/25] iomap: "

[PATCH V7 0/9] Enable per-file/per-directory DAX operations V7
 2020-04-14 21:02 UTC  (46+ messages)
` [PATCH V7 1/9] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V7 2/9] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V7 3/9] fs/stat: Define DAX statx attribute
` [PATCH V7 4/9] fs/xfs: Make DAX mount option a tri-state
` [PATCH V7 5/9] fs/xfs: Create function xfs_inode_enable_dax()
` [PATCH V7 6/9] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V7 7/9] fs: Define I_DONTCACNE in VFS layer
` [PATCH V7 8/9] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()
` [PATCH V7 9/9] Documentation/dax: Update Usage section

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-14 19:30 UTC  (9+ messages)
` [PATCH 13/20] fuse, dax: Implement dax read/write operations
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[GIT PULL] afs: Fixes
 2020-04-14 19:05 UTC  (3+ messages)

Event Registration:
 2020-04-14 18:56 UTC 

Event Registration:
 2020-04-14 18:56 UTC 

Event Registration:
 2020-04-14 18:56 UTC 

Event Registration:
 2020-04-14 18:56 UTC 

Event Registration:
 2020-04-14 18:56 UTC 

Event Registration:
 2020-04-14 18:56 UTC 

[PATCH v4 RESEND 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-04-14 18:37 UTC  (6+ messages)
` [PATCH v4 RESEND 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v4 RESEND 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-14 18:21 UTC  (2+ messages)

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (3+ messages)
` [PATCH v2 11/33] docs: filesystems: fix renamed references
` [PATCH v2 31/33] fs: inode.c: get rid of docs warnings

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

[PATCH] buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason
 2020-04-14 15:09 UTC  (2+ messages)

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-14 12:25 UTC  (2+ messages)

[PATCH] exfat: remove the assignment of 0 to bool variable
 2020-04-14 12:02 UTC 

[PATCH] ioctl: use true,false for bool variable 'past_eof'
 2020-04-14 12:02 UTC 

[PATCH v5 00/10] Introduce Zone Append for writing to zoned block devices
 2020-04-14 11:30 UTC  (12+ messages)
` [PATCH v5 02/10] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v5 07/10] scsi: sd_zbc: emulate ZONE_APPEND commands

[PATCH man-pages v2 0/2] document openat2(2)
 2020-04-14 10:35 UTC  (8+ messages)
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall

[PATCH v2] unicode: Expose available encodings in sysfs
 2020-04-14  9:33 UTC  (4+ messages)

[PATCH 1/4] exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF
 2020-04-14  9:47 UTC  (10+ messages)

improve use_mm / unuse_mm
 2020-04-14  7:03 UTC  (11+ messages)
` [PATCH 2/6] i915/gvt/kvm: a NULL ->mm does not mean a thread is a kthread
` [PATCH 3/6] i915/gvt: remove unused xen bits

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-14  4:00 UTC  (9+ messages)
` [PATCH RFC 1/8] fs/ext4: Narrow scope of DAX check in setflags
` [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 5/8] fs/ext4: Make DAX mount option a tri-state
` [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 RFC 8/8] Documentation/dax: Update DAX enablement for ext4

[RFC v2 0/5] blktrace: fix use after free
 2020-04-14  3:38 UTC  (13+ messages)
` [RFC v2 2/5] blktrace: fix debugfs "
` [RFC v2 5/5] block: revert back to synchronous request_queue removal

Same mountpoint restriction in FICLONE ioctls
 2020-04-14  3:00 UTC  (6+ messages)

[PATCH v4 0/3] Support userspace-selected fds
 2020-04-14  2:16 UTC  (4+ messages)
` [PATCH v4 1/3] fs: Support setting a minimum fd for "lowest available fd" allocation
` [PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds
` [PATCH v4 3/3] fs: pipe2: Support O_SPECIFIC_FD

[PATCH v2] fsnotify: Add missing annotation for fsnotify_finish_user_wait() and for fsnotify_prepare_user_wait()
 2020-04-13 21:42 UTC 

[ANNOUNCE] erofs-utils: release 1.1
 2020-04-13 16:46 UTC 

[PATCH] xfs/XXX: Add xfs/XXX
 2020-04-13 16:30 UTC  (6+ messages)

[GIT PULL] afs: Fixes [try #2]
 2020-04-13 15:18 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-13 13:29 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v2] exfat: replace 'time_ms' with 'time_10ms'
 2020-04-13  9:41 UTC  (3+ messages)

[PATCH] fs: only pass valid chmod mode_t bits to security_path_chmod
 2020-04-13  8:56 UTC 

[PATCH] unicode: Expose available encodings in sysfs
 2020-04-12 12:01 UTC  (3+ messages)
` [RFC PATCH] unicode: ucd_init() can be static

[PATCH] ovl: skip overlayfs superblocks at global sync
 2020-04-12  6:46 UTC  (3+ messages)

[GIT PULL] Rename page_offset() to page_pos()
 2020-04-11 23:22 UTC  (7+ 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).