linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 15:26:24 to 2020-09-08 23:03:38 UTC [more...]

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-08 23:03 UTC  (3+ messages)

[RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
 2020-09-08 22:53 UTC  (44+ messages)
` [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
` [RFC PATCH v2 02/18] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
` [RFC PATCH v2 03/18] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
` [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
` [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/
` [RFC PATCH v2 08/18] ceph: add fscrypt ioctls
` [RFC PATCH v2 09/18] ceph: crypto context handling for ceph
` [RFC PATCH v2 10/18] ceph: preallocate inode for ops that may create one
` [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC
` [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH v2 13/18] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v2 17/18] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH v6] fuse: Add support for passthrough read/write
 2020-09-08 21:42 UTC  (7+ messages)

[PATCH next] io_uring: fix task hung in io_uring_setup
 2020-09-08 20:58 UTC  (5+ messages)

[PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
 2020-09-08 20:56 UTC  (3+ messages)

[PATCH 0/2] Fix silent write loss in iomap
 2020-09-08 15:03 UTC  (5+ messages)
` [PATCH 1/2] iomap: Clear page error before beginning a write
` [PATCH 2/2] iomap: Mark read blocks uptodate in write_begin

rework check_disk_change() v2
 2020-09-08 14:53 UTC  (20+ messages)
` [PATCH 01/19] block: add a bdev_check_media_change helper
` [PATCH 02/19] amiflop: use bdev_check_media_change
` [PATCH 03/19] ataflop: "
` [PATCH 04/19] floppy: "
` [PATCH 05/19] swim: "
` [PATCH 06/19] swim: simplify media change handling
` [PATCH 07/19] swim3: use bdev_check_media_changed
` [PATCH 08/19] xsysace: use bdev_check_media_change
` [PATCH 09/19] xsysace: simplify media change handling
` [PATCH 10/19] paride/pcd: use bdev_check_media_change
` [PATCH 11/19] gdrom: "
` [PATCH 12/19] ide-cd: use bdev_check_media_changed
` [PATCH 13/19] ide-cd: remove idecd_revalidate_disk
` [PATCH 14/19] ide-gd: stop using the disk events mechanism
` [PATCH 15/19] md: use bdev_check_media_change
` [PATCH 16/19] sd: "
` [PATCH 17/19] sr: "
` [PATCH 18/19] sr: simplify sr_block_revalidate_disk
` [PATCH 19/19] block: remove check_disk_change

[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-09-08 14:11 UTC  (6+ messages)
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation

[PATCH] fsync.2: ERRORS: add EIO and ENOSPC
 2020-09-08 19:44 UTC  (4+ messages)

[PATCH] fuse : Improve file open behavior for recently created/unlinked files
 2020-09-08 14:32 UTC 

[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
 2020-09-08 18:50 UTC  (16+ messages)
` [RFC PATCH v8 1/3] fs: Introduce AT_INTERPRETED flag for faccessat2(2)
` [RFC PATCH v8 2/3] fs,doc: Enable to configure exec checks for AT_INTERPRETED
` [RFC PATCH v8 3/3] selftest/interpreter: Add tests for AT_INTERPRETED enforcing

PROBLEM: Long Workqueue delays V2
 2020-09-08 15:54 UTC  (4+ messages)

[PATCH] fs: Eliminate a local variable to make the code more clear
 2020-09-08 18:48 UTC  (3+ messages)

Question: Why is there no notification when a file is opened using filp_open()?
 2020-09-08 17:18 UTC  (5+ messages)

[PATCH for-next] io_uring: return EBADFD when ring isn't in the right state
 2020-09-08 17:02 UTC  (2+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-08 12:31 UTC  (10+ messages)
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[PATCH v2] quota: widen timestamps for the fs_disk_quota structure
 2020-09-08 14:33 UTC  (9+ messages)
` [PATCH] quotatools: support grace period expirations past y2038 in userspace

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-09-08 15:18 UTC  (13+ messages)

BUG: unable to handle kernel paging request in __sb_start_write
 2020-09-08 14:19 UTC 

rework check_disk_change()
 2020-09-08 14:23 UTC  (4+ messages)
` [PATCH 11/19] gdrom: use bdev_check_media_change

[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-09-08 11:27 UTC  (3+ messages)

[PATCH RESEND] fs: Move @f_count to different cacheline with @f_mode
 2020-09-08 11:37 UTC  (2+ messages)

Splitting an iomap_page
 2020-09-08 11:43 UTC  (4+ messages)

[PATCH] fs: adjust dirtytime_interval_handler definition to match prototype
 2020-09-08 11:31 UTC  (2+ messages)

BUG: spinlock bad magic in try_to_wake_up
 2020-09-08  7:32 UTC 

[PATCH] fs: align IOCB_* flags with RWF_* flags
 2020-09-08  2:12 UTC  (4+ messages)

KASAN: use-after-free Write in io_wq_worker_running
 2020-09-07 22:45 UTC 

WARNING: refcount bug in io_wqe_worker
 2020-09-07 21:19 UTC 

[RFC] Make ->readpage synchronous
 2020-09-07 20:14 UTC 

[PATCH] fs/nsfs.c: fix ioctl support of compat processes
 2020-09-07 18:17 UTC  (5+ messages)

[PATCH v3] fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS
 2020-09-07 16:46 UTC  (3+ messages)

[PATCH 0/2 v2] bdev: Avoid discarding buffers under a filesystem
 2020-09-07 16:24 UTC  (7+ messages)
` [PATCH 1/2] fs: Don't invalidate page buffers in block_write_full_page()
` [PATCH 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH] pipe: honor IOCB_NOWAIT
 2020-09-07 15:21 UTC 

[PATCH V3] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-09-07 12:13 UTC  (2+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-09-07 11:47 UTC  (10+ messages)

[PATCH] debugfs: Fix module state check condition
 2020-09-07 11:47 UTC  (4+ messages)

[PATCH 0/3] zonefs: introduce -o explicit-open mount option
 2020-09-07  9:52 UTC  (10+ messages)
` [PATCH 1/3] zonefs: introduce helper for zone management
` [PATCH 2/3] zonefs: open/close zone on file open/close
` [PATCH 3/3] zonefs: document the explicit-open mount option

[PATCH v3 0/3] Unaligned DIO read error path fix and clean ups
 2020-09-07  9:36 UTC  (6+ messages)
` [PATCH v3 1/3] direct-io: clean up error paths of do_blockdev_direct_IO
` [PATCH v3 2/3] direct-io: don't force writeback for reads beyond EOF
` [PATCH v3 3/3] direct-io: defer alignment check until after the EOF check

[PATCH v8 0/3] SELinux support for anonymous inodes and UFFD
 2020-09-07  7:45 UTC  (4+ messages)
` [PATCH v8 1/3] Add a new LSM-supporting anonymous inode interface

[PATCH] ext4: Implement swap_activate aops using iomap
 2020-09-07  7:13 UTC  (3+ messages)

[PATCH] iomap: Fix direct I/O write consistency check
 2020-09-07  7:07 UTC  (2+ messages)

Support for I/O to a bitbucket
 2020-09-07  0:56 UTC  (2+ messages)

[RFC PATCH] btrfs: don't call btrfs_sync_file from iomap context
 2020-09-07  0:04 UTC  (3+ messages)

[RFC PATCH 6/9] security/fbfam: Mitigate a fork brute force attack
 2020-09-06 15:24 UTC 

[RFC PATCH 5/9] security/fbfam: Detect a fork brute force attack
 2020-09-06 15:23 UTC 

[RFC PATCH 4/9] security/fbfam: Add a new sysctl to control the crashing rate threshold
 2020-09-06 15:23 UTC 

[RFC PATCH 2/9] security/fbfam: Add the api to manage statistics
 2020-09-06 15:22 UTC 

[RFC PATCH 3/9] security/fbfam: Use the api to manage statistics
 2020-09-06 15:22 UTC 

[RFC PATCH 1/9] security/fbfam: Add a Kconfig to enable the fbfam feature
 2020-09-06 15:21 UTC 

[RFC PATCH 0/9] Fork brute force attack mitigation (fbfam)
 2020-09-06 14:12 UTC  (2+ messages)

[PATCH -next] powerpc/eeh: fix compile warning with CONFIG_PROC_FS=n
 2020-09-06  7:01 UTC 

possible deadlock in iter_file_splice_write
 2020-09-05 21:49 UTC 

[GIT PULL] xfs: small fixes (2) for 5.9
 2020-09-05 17:18 UTC  (2+ messages)

[vfs:base.set_fs 14/14] net/sctp/socket.c:7793:12: warning: stack frame size of 1040 bytes in function 'sctp_getsockopt'
 2020-09-05 15:34 UTC 

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-05 10:13 UTC  (7+ messages)

[PATCH] fs: use correct parameter in notes of generic_file_llseek_size()
 2020-09-05  7:15 UTC 

[PATCH] fs: get rid of warnings when built with W=1
 2020-09-05  3:37 UTC 

[PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only
 2020-09-05  0:36 UTC  (12+ messages)

mmotm 2020-09-04-15-24 uploaded
 2020-09-04 22:24 UTC 

[PATCH 21/23] init: add an init_stat helper
 2020-09-04 16:04 UTC  (3+ messages)
` [PATCH] init: fix error check in clean_path()

[PATCH] quota: widen timestamps for the fs_disk_quota structure
 2020-09-04 15:29 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).