Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2020-05-02 06:23:56 to 2020-05-05 10:13:32 UTC [more...]
remove set_fs calls from the coredump code v6
2020-05-05 10:12 UTC (4+ messages)
` [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 v2 0/2] Add file-system authentication to BTRFS
2020-05-05 9:59 UTC (17+ messages)
` [PATCH v2 1/2] btrfs: add authentication support
[PATCH 00/12] vfs patch queue
2020-05-05 9:59 UTC (13+ 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]i[next] io_uring: remove redundant check on force_nonblock
2020-05-05 9:33 UTC
[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
2020-05-05 9:18 UTC (9+ 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 1/1] epoll: call final ep_events_available() check under the lock
2020-05-05 8:42 UTC (2+ messages)
[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
2020-05-05 6:41 UTC (6+ messages)
[PATCH] sysctl: Make sure proc handlers can't expose heap memory
2020-05-05 6:34 UTC (6+ messages)
[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter
2020-05-05 6:05 UTC (63+ 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
` [RFC PATCH 08/61] fscache: Procfile to display cookies
` [RFC PATCH 09/61] fscache: Temporarily disable network filesystems' use of fscache
` [RFC PATCH 10/61] fscache: Remove the old I/O API
` [RFC PATCH 11/61] fscache: Remove the netfs data from the cookie
` [RFC PATCH 12/61] fscache: Remove struct fscache_cookie_def
` [RFC PATCH 13/61] fscache: Remove store_limit* from struct fscache_object
` [RFC PATCH 14/61] fscache: Remove fscache_check_consistency()
` [RFC PATCH 15/61] fscache: Remove fscache_attr_changed()
` [RFC PATCH 16/61] fscache: Remove obsolete stats
` [RFC PATCH 17/61] fscache: Remove old I/O tracepoints
` [RFC PATCH 18/61] fscache: Temporarily disable fscache_invalidate()
` [RFC PATCH 19/61] fscache: Remove the I/O operation manager
` [RFC PATCH 20/61] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [RFC PATCH 21/61] fscache: Provide a simple thread pool for running ops asynchronously
` [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
pass kernel pointers to the sysctl ->proc_handler method v3
2020-05-05 5:57 UTC (10+ 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
[PATCH] iomap: Submit the BIO at the end of each extent
2020-05-05 2:59 UTC (5+ messages)
[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
splice() rcu_sched self-detected stall on CPU
2020-05-04 19:11 UTC
[PATCH][v2] fuse, virtiofs: Do not alloc/install fuse device in fuse_fill_super_common()
2020-05-04 18:33 UTC (3+ messages)
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 (9+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [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 (6+ 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 (9+ messages)
` [PATCH 1/4] fs: "
[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 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 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 "
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 (5+ messages)
remove set_fs from copy_strings_kernel
2020-05-02 6:23 UTC (7+ messages)
` [PATCH 2/2] exec: open code copy_string_kernel
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).