linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 04:05:56 to 2020-05-04 17:08:47 UTC [more...]

[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
 2020-05-04 17:08 UTC  (8+ messages)
` [RFC PATCH 01/61] afs: Make afs_zap_data() static
` [RFC PATCH 02/61] iov_iter: Add ITER_MAPPING
` [RFC PATCH 03/61] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 04/61] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 05/61] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 06/61] afs: Disable use of the fscache I/O routines
` [RFC PATCH 07/61] fscache: Add a cookie debug ID and use that in traces

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-05-04 16:42 UTC  (6+ messages)
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev

[PATCH 0/2] add tee(2) support
 2020-05-04 16:39 UTC  (9+ messages)
` [PATCH 1/2] splice: export do_tee()
` [PATCH 2/2] io_uring: add tee(2) support

[PATCH][next] io_uring: Remove logically dead code in io_splice
 2020-05-04 15:58 UTC  (5+ messages)

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-05-04 16:18 UTC  (27+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 3/6] blktrace: move blktrace debugfs creation to helper function
` [PATCH v3 4/6] blktrace: fix debugfs use after free
` [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v3 6/6] loop: be paranoid on exit and prevent new additions / removals

[ANNOUNCE] xfs-linux: vfs-for-next updated to 83d9088659e8
 2020-05-04 16:13 UTC 

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-04 15:38 UTC  (7+ messages)

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-04 13:59 UTC  (9+ messages)
` [PATCH 1/8] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/8] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/8] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/8] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/8] hfs: stop using ioctl_by_bdev
` [PATCH 6/8] hfsplus: "
` [PATCH 7/8] isofs: "
` [PATCH 8/8] udf: "

linux-5.7-rc4/fs/io_uring.c:2786: bad if test ?
 2020-05-04 13:47 UTC 

Implement close-on-fork
 2020-05-04 13:46 UTC  (10+ messages)
` [PATCH 1/4] fs: "

[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-05-04 13:30 UTC  (3+ messages)

[PATCH v4] eventfd: convert to f_op->read_iter()
 2020-05-04 12:39 UTC  (7+ messages)

fuse_notify_inval_inode() may be ineffective when getattr request is in progress
 2020-05-04 11:00 UTC 

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-04 11:03 UTC  (6+ messages)
` [PATCH v2 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values
` [PATCH v2 3/5] kunit: tests for stats_fs API
` [PATCH v2 4/5] stats_fs fs: virtual fs to show stats to the end-user
` [PATCH v2 5/5] kvm_main: replace debugfs with stats_fs

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

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-05-04 10:09 UTC  (9+ messages)
` [PATCH v2 1/2] btrfs: add authentication support

[PATCH v3 0/7] libfs: group and simplify linux fs code
 2020-05-04  9:00 UTC  (8+ messages)
` [PATCH v3 1/7] apparmor: just use vfs_kern_mount to make .null
` [PATCH v3 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH v3 3/7] libfs: introduce new_inode_current_time
` [PATCH v3 4/7] libfs: add alloc_anon_inode wrapper
` [PATCH v3 5/7] libfs: add file creation functions
` [PATCH v3 6/7] debugfs: switch to simplefs inode creation API
` [PATCH v3 7/7] tracefs: "

[PATCH 00/12] various vfs patches
 2020-05-04  8:05 UTC  (3+ messages)
` [PATCH 01/12] aio: fix async fsync creds

WARNING: bad unlock balance in rcu_core
 2020-05-04  7:05 UTC  (2+ messages)

[PATCH v3 00/25] Large pages in the page cache
 2020-05-04  3:10 UTC  (3+ messages)
` [PATCH v3 18/25] mm: Allow large pages to be added to "

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-05-04  1:25 UTC  (3+ messages)
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c

fuse: trying to steal weird page
 2020-05-03 21:34 UTC  (9+ messages)
    ` [fuse-devel] "

[PATCH v4 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-03 17:45 UTC  (4+ messages)
` [PATCH v4 2/2] Documentation/sysctl: Document uclamp sysctl knobs

[PATCH] exfat: use iter_file_splice_write
 2020-05-03 14:47 UTC  (2+ messages)

[GIT PULL] iomap: bug fix for 5.7-rc3
 2020-05-02 18:45 UTC  (2+ messages)

possible deadlock in lock_trace (3)
 2020-05-02 10:07 UTC  (2+ messages)

[RFC PATCH V2 0/9] Introduce attach/clear_page_private to cleanup code
 2020-05-02  8:56 UTC  (13+ messages)
` [RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private

remove set_fs from copy_strings_kernel
 2020-05-02  6:23 UTC  (11+ messages)
` [PATCH 1/2] exec: simplify the copy_strings_kernel calling convention
` [PATCH 2/2] exec: open code copy_string_kernel

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-01 23:34 UTC  (21+ messages)
` [PATCH 02/11] ext4: fix fiemap size checks for bitmap files
` [PATCH 03/11] ext4: split _ext4_fiemap
` [PATCH 04/11] ext4: remove the call to fiemap_check_flags in ext4_fiemap
` [PATCH 05/11] fs: mark __generic_block_fiemap static
` [PATCH 06/11] fs: move the fiemap definitions out of fs.h
` [PATCH 07/11] iomap: fix the iomap_fiemap prototype
` [PATCH 08/11] fs: move fiemap range validation into the file systems instances
` [PATCH 09/11] fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
` [PATCH 10/11] fs: remove the access_ok() check in ioctl_fiemap
` [PATCH 11/11] ext4: remove the access_ok() check in ext4_ioctl_get_es_cache

[PATCH RFC 00/18] xfs: atomic file updates
 2020-05-01 22:54 UTC  (5+ messages)
` [PATCH 02/18] xfs: fix xfs_reflink_remap_prep calling conventions

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-05-01 20:36 UTC  (3+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)

[PATCH 1/2] kselftests: introduce new epoll60 testcase for catching lost wakeups
 2020-05-01 19:27 UTC  (3+ messages)
` [PATCH 2/2] epoll: atomically remove wait entry on wake up

[PATCH v3b] eventfd: convert to f_op->read_iter()
 2020-05-01 19:08 UTC  (3+ messages)

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-01 19:09 UTC  (12+ messages)

fuse doesn't use security_inode_init_security?
 2020-05-01 18:32 UTC  (4+ messages)

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-01 18:31 UTC  (22+ messages)
` [RFC 01/20] ext4: mballoc: Refactor ext4_mb_discard_preallocations()
` [RFC 02/20] ext4: Introduce percpu seq counter for freeing blocks(PA) to avoid ENOSPC err
` [RFC 03/20] ext4: mballoc: Do print bb_free info even when it is 0
` [RFC 04/20] ext4: mballoc: Refactor ext4_mb_show_ac()
` [RFC 05/20] ext4: mballoc: Add more mb_debug() msgs
` [RFC 06/20] ext4: mballoc: Correct the mb_debug() format specifier for pa_len var
` [RFC 07/20] ext4: mballoc: Fix few other format specifier in mb_debug()
` [RFC 08/20] ext4: mballoc: Simplify error handling in ext4_init_mballoc()
` [RFC 09/20] ext4: mballoc: Make ext4_mb_use_preallocated() return type as bool
` [RFC 10/20] ext4: mballoc: Remove EXT4_MB_HINT_GOAL_ONLY and it's related code
` [RFC 11/20] ext4: mballoc: Refactor code inside DOUBLE_CHECK into separate function
` [RFC 12/20] ext4: mballoc: Fix possible NULL ptr dereference from mb_cmp_bitmaps()
` [RFC 13/20] ext4: mballoc: Don't BUG if kmalloc or read blk bitmap fail for DOUBLE_CHECK
` [RFC 14/20] ext4: balloc: Use task_pid_nr() helper
` [RFC 15/20] ext4: Use BIT() macro for BH_** state bits
` [RFC 16/20] ext4: Improve ext_debug() msg in case of block allocation failure
` [RFC 17/20] ext4: Replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents()
` [RFC 18/20] ext4: mballoc: Make mb_debug() implementation to use pr_debug()
` [RFC 19/20] ext4: Make ext_debug() "
` [RFC 20/20] ext4: Add process name and pid in ext4_msg()

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-01 18:05 UTC  (15+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC

[PATCH v3] eventfd: convert to f_op->read_iter()
 2020-05-01 17:54 UTC  (2+ messages)

[PATCH v3v] eventfd: convert to f_op->read_iter()
 2020-05-01 17:53 UTC 

[PATCH v2] eventfd: convert to f_op->read_iter()
 2020-05-01 17:49 UTC  (3+ messages)

[PATCH 1/2] fuse: virtiofs: Fix nullptr dereference
 2020-05-01 15:47 UTC  (5+ messages)
` [PATCH 2/2] fuse: virtiofs: Add basic multiqueue support

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-05-01 11:03 UTC  (5+ messages)

[RESEND PATCH 0/1] Use inode_lock/unlock class of provided APIs in filesystems
 2020-05-01  6:37 UTC  (3+ messages)

[PATCH] pipe: read/write_iter() handler should check for IOCB_NOWAIT
 2020-05-01  4:21 UTC  (4+ 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).