Linux-Fsdevel Archive on lore.kernel.org
help / color / mirror / Atom feed
WARNING: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected (2)
2020-09-09 13:19 UTC (2+ messages)
[PATCH] fs/read_write.c: remove extra space
2020-09-09 13:07 UTC
[RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
2020-09-09 13:02 UTC (42+ messages)
` [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
` [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 09/18] ceph: crypto context handling for ceph
` [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 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 18/18] ceph: create symlinks with encrypted and base64-encoded targets
[PATCH] fs: Eliminate a local variable to make the code more clear
2020-09-09 12:54 UTC (5+ messages)
[PATCH v2 0/3] zonefs: introduce -o explicit-open mount option
2020-09-09 12:52 UTC (7+ messages)
` [PATCH v2 1/3] zonefs: introduce helper for zone management
` [PATCH v2 2/3] zonefs: open/close zone on file open/close
` [PATCH v2 3/3] zonefs: document the explicit-open mount option
[PATCH v3] quota: widen timestamps for the fs_disk_quota structure
2020-09-09 12:42 UTC (5+ messages)
[PATCH -next] io_uring: Remove unneeded semicolon
2020-09-09 12:12 UTC
[PATCH] fsync.2: ERRORS: add EIO and ENOSPC
2020-09-09 11:21 UTC (7+ messages)
Question: Why is there no notification when a file is opened using filp_open()?
2020-09-09 11:11 UTC (9+ messages)
INFO: task hung in io_sq_thread_stop
2020-09-09 10:03 UTC (2+ messages)
possible deadlock in send_sigio (2)
2020-09-09 8:58 UTC
[PATCH] exfat: remove 'rwoffset' in exfat_inode_info
2020-09-09 7:56 UTC
rework check_disk_change() v2
2020-09-09 7:52 UTC (43+ 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
[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
2020-09-09 7:19 UTC (17+ 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
[PATCH for-next] io_uring: return EBADFD when ring isn't in the right state
2020-09-09 7:09 UTC (3+ messages)
[RESEND PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
2020-09-09 6:01 UTC (3+ messages)
[PATCH 00/29] treewide: Convert comma separated statements
2020-09-09 2:09 UTC (2+ messages)
[PATCH v2] quota: widen timestamps for the fs_disk_quota structure
2020-09-09 1:33 UTC (8+ messages)
` [PATCH] quotatools: support grace period expirations past y2038 in userspace
[PATCH next] io_uring: fix task hung in io_uring_setup
2020-09-08 23:34 UTC (6+ messages)
[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
2020-09-08 23:03 UTC (2+ messages)
[PATCH v6] fuse: Add support for passthrough read/write
2020-09-08 21:42 UTC (7+ messages)
[PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
2020-09-08 20:56 UTC (3+ messages)
PROBLEM: Long Workqueue delays V2
2020-09-08 15:54 UTC (4+ messages)
[PATCH v4 6/6] io_uring: add support for zone-append
2020-09-08 15:18 UTC (11+ 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
[PATCH] fuse : Improve file open behavior for recently created/unlinked files
2020-09-08 14:32 UTC
rework check_disk_change()
2020-09-08 14:23 UTC (4+ messages)
` [PATCH 11/19] gdrom: use bdev_check_media_change
BUG: unable to handle kernel paging request in __sb_start_write
2020-09-08 14:19 UTC
[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 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
Splitting an iomap_page
2020-09-08 11:43 UTC (4+ messages)
[PATCH RESEND] fs: Move @f_count to different cacheline with @f_mode
2020-09-08 11:37 UTC (2+ messages)
[PATCH] fs: adjust dirtytime_interval_handler definition to match prototype
2020-09-08 11:31 UTC (2+ messages)
[PATCH V4] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
2020-09-08 11:27 UTC (3+ 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 (2+ 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)
[PATCH] debugfs: Fix module state check condition
2020-09-07 11:47 UTC (4+ messages)
[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
2020-09-07 11:47 UTC (10+ messages)
[PATCH 0/3] zonefs: introduce -o explicit-open mount option
2020-09-07 9:52 UTC (5+ messages)
` [PATCH 2/3] zonefs: open/close zone on file open/close
[PATCH v3 0/3] Unaligned DIO read error path fix and clean ups
2020-09-07 9:36 UTC (5+ messages)
` [PATCH v3 1/3] direct-io: clean up error paths of do_blockdev_direct_IO
` [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 (2+ messages)
[PATCH] iomap: Fix direct I/O write consistency check
2020-09-07 7:07 UTC (2+ messages)
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).