linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 17:11:20 to 2020-05-05 20:43:06 UTC [more...]

remove set_fs calls from the coredump code v6
 2020-05-05 20:42 UTC  (12+ messages)
` [PATCH 1/7] powerpc/spufs: fix copy_to_user while atomic
` [PATCH 2/7] powerpc/spufs: stop using access_ok
` [PATCH 3/7] powerpc/spufs: simplify spufs core dumping
` [PATCH 4/7] signal: refactor copy_siginfo_to_user32
` [PATCH 5/7] binfmt_elf: remove the set_fs in fill_siginfo_note
` [PATCH 6/7] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 7/7] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump

[PATCH] sysctl: Make sure proc handlers can't expose heap memory
 2020-05-05 20:41 UTC  (7+ messages)

[PATCH 1/1] epoll: call final ep_events_available() check under the lock
 2020-05-05 20:35 UTC  (5+ messages)

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-05 19:46 UTC  (8+ messages)
` [PATCH 1/7] binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elf
` [PATCH 2/7] exec: Make unlocking exec_update_mutex explict
` [PATCH 3/7] exec: Rename the flag called_exec_mmap point_of_no_return
` [PATCH 4/7] exec: Merge install_exec_creds into setup_new_exec
` [PATCH 5/7] exec: In setup_new_exec cache current in the local variable me
` [PATCH 6/7] exec: Move most of setup_new_exec into flush_old_exec
` [PATCH 7/7] exec: Rename flush_old_exec begin_new_exec

[PATCH] iomap: iomap_bmap should accept unwritten maps
 2020-05-05 19:30 UTC  (2+ messages)

[PATCH] iomap: Submit the BIO at the end of each extent
 2020-05-05 19:08 UTC  (6+ messages)

[PATCH] sysctl: fix unused function warning
 2020-05-05 19:01 UTC  (5+ messages)

[PATCH v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-05-05 19:01 UTC  (3+ messages)

splice() rcu_sched self-detected stall on CPU
 2020-05-05 19:00 UTC  (3+ messages)

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-05 17:40 UTC  (11+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
` [PATCH v5 6/6] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-05 17:30 UTC  (10+ messages)
` [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values

[PATCH] fsnotify: avoid gcc-10 zero-length-bounds warning
 2020-05-05 16:58 UTC  (6+ messages)

[PATCH v3 0/7] fanotify events on child with name info
 2020-05-05 16:20 UTC  (8+ messages)
` [PATCH v3 1/7] fanotify: create overflow event type
` [PATCH v3 2/7] fanotify: break up fanotify_alloc_event()
` [PATCH v3 3/7] fanotify: generalize the handling of extra event flags
` [PATCH v3 4/7] fanotify: distinguish between fid encode error and null fid
` [PATCH v3 5/7] fanotify: report parent fid + name for events on children
` [PATCH v3 6/7] fsnotify: send event "on child" to sb/mount marks
` [PATCH v3 7/7] fanotify: report events "on child" with name info "

fix fiemap for ext4 bitmap files (+ cleanups) v3
 2020-05-05 16:01 UTC  (13+ messages)
` [PATCH 01/11] ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
` [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 v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05 15:38 UTC  (9+ messages)

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-05-05 15:28 UTC  (3+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (6+ messages)

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

[PATCH v2] epoll: call final ep_events_available() check under the lock
 2020-05-05 14:56 UTC 

[PATCH 00/12] vfs patch queue
 2020-05-05 14:24 UTC  (14+ messages)
` [PATCH 01/12] vfs: allow unprivileged whiteout creation
` [PATCH 02/12] aio: fix async fsync creds
` [PATCH 03/12] proc/mounts: add cursor
` [PATCH 04/12] utimensat: AT_EMPTY_PATH support
` [PATCH 05/12] f*xattr: allow O_PATH descriptors
` [PATCH 06/12] uapi: deprecate STATX_ALL
` [PATCH 07/12] statx: don't clear STATX_ATIME on SB_RDONLY
` [PATCH 08/12] statx: add mount ID
` [PATCH 09/12] statx: add mount_root
` [PATCH 10/12] vfs: don't parse forbidden flags
` [PATCH 11/12] vfs: don't parse "posixacl" option
` [PATCH 12/12] vfs: don't parse "silent" option

[PATCH v2 0/2] Add file-system authentication to BTRFS
 2020-05-05 12:48 UTC  (18+ messages)
` [PATCH v2 1/2] btrfs: add authentication support

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-05 12:43 UTC  (3+ messages)
` [PATCH 5/8] hfs: stop using ioctl_by_bdev

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-05-05 12:15 UTC  (11+ messages)
` [PATCH v2 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v2 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v2 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot

[PATCH]i[next] io_uring: remove redundant check on force_nonblock
 2020-05-05 11:59 UTC  (2+ messages)

[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
 2020-05-05 11:59 UTC  (43+ messages)
` [RFC PATCH 23/61] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 24/61] fscache: Remove fscache_wait_on_invalidate()
` [RFC PATCH 25/61] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 26/61] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 27/61] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 28/61] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 29/61] cachefiles: trace: Log coherency checks
` [RFC PATCH 30/61] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 31/61] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 32/61] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 33/61] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 34/61] cachefiles: Implement extent shaper
` [RFC PATCH 35/61] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 36/61] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 37/61] cachefiles: Add I/O tracepoints
` [RFC PATCH 38/61] fscache: Add read helper
` [RFC PATCH 39/61] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 40/61] fscache: Remove more obsolete stats
` [RFC PATCH 41/61] fscache: New stats
` [RFC PATCH 42/61] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 43/61] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 44/61] fscache: Provide resize operation
` [RFC PATCH 45/61] fscache: Remove the update operation
` [RFC PATCH 46/61] cachefiles: Shape write requests
` [RFC PATCH 47/61] afs: Remove afs_zero_fid as it's not used
` [RFC PATCH 48/61] afs: Move key to afs_read struct
` [RFC PATCH 49/61] afs: Don't truncate iter during data fetch
` [RFC PATCH 50/61] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 51/61] afs: Use ITER_MAPPING for writing
` [RFC PATCH 52/61] afs: Interpose struct fscache_io_request into struct afs_read
` [RFC PATCH 53/61] afs: Note the amount transferred in fetch-data delivery
` [RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 55/61] afs: Use new fscache I/O API
` [RFC PATCH 56/61] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 57/61] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 58/61] fscache: Rewrite the main document
` [RFC PATCH 59/61] fscache: Remove the obsolete API bits from the documentation
` [RFC PATCH 60/61] fscache: Document the new netfs API
` [RFC PATCH 61/61] fscache: Document the rewritten cache backend API

[PATCH] vfs: allow unprivileged whiteout creation
 2020-05-05 10:50 UTC  (5+ messages)

fix fiemap for ext4 bitmap files (+ cleanups) v2
 2020-05-05 10:44 UTC  (13+ messages)
` [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

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-05-05  5:57 UTC  (9+ messages)
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[RFC 00/20] ext4: Fix ENOSPC error, improve mballoc dbg, other cleanups
 2020-05-05  0:36 UTC  (5+ messages)
` [RFC 02/20] ext4: Introduce percpu seq counter for freeing blocks(PA) to avoid ENOSPC err

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-05-05  0:20 UTC 

Question: How to prefix "../root" to output of readlink in /proc/<pid>/fd/ ?
 2020-05-04 20:42 UTC 

[PATCH for-5.7] io_uring: fix zero len do_splice()
 2020-05-04 20:14 UTC 

[PATCH for-5.7] splice: move f_mode checks to do_{splice,tee}()
 2020-05-04 19:39 UTC 

[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
 2020-05-04 18:33 UTC  (3+ 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).