linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 19:21:00 to 2019-10-30 22:50:55 UTC [more...]

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-30 22:49 UTC  (6+ messages)
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[RFC PATCH v2 0/5] fs: interface for directly reading/writing compressed data
 2019-10-30 22:46 UTC  (17+ messages)
` [PATCH man-pages] Document encoded I/O
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-10-30 22:38 UTC  (12+ messages)
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() "
` [RFC PATCH 11/10] pipe: Add fsync() support "

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-30 22:03 UTC  (30+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-30 21:43 UTC  (10+ messages)
` [PATCH 01/26] xfs: Lower CIL flush limit for large logs
` [PATCH 03/26] xfs: don't allow log IO to be throttled
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/26] xfs: correctly acount for reclaimable slabs

[RFC] Don't propagate automount
 2019-10-30 19:28 UTC  (19+ messages)

[PATCH 0/4] statx: expose the fs-verity bit
 2019-10-30 18:27 UTC  (7+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
` [PATCH 2/4] ext4: support STATX_ATTR_VERITY
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] docs: fs-verity: mention statx() support

[PATCH] xfs/log: protect xc_cil in xlog_cil_push()
 2019-10-30 16:48 UTC  (5+ messages)
    ` [PATCH] xfs/log: protect the logging content under xc_ctx_lock

[PATCH] ext4: bio_alloc never fails
 2019-10-30 16:12 UTC  (4+ messages)

[PATCH v2 00/10] Add quota support to UBIFS
 2019-10-30 15:27 UTC  (11+ messages)
` [PATCH 01/10] quota: Make inode optional
` [PATCH 02/10] quota: Pass sb to vfs_load_quota_inode()
` [PATCH 03/10] quota: Introduce dquot_enable_sb()
` [PATCH 04/10] quota: Allow to pass mount path to quotactl
` [PATCH 05/10] ubifs: move checks and preparation into setflags()
` [PATCH 06/10] ubifs: Add support for FS_IOC_FS[SG]ETXATTR ioctls
` [PATCH 07/10] ubifs: do not ubifs_inode() on potentially NULL pointer
` [PATCH 08/10] ubifs: Add support for project id
` [PATCH 09/10] ubifs: export get_znode
` [PATCH 10/10] ubifs: Add quota support

[PATCH 0/3] virtiofs: Small Cleanups for 5.5
 2019-10-30 15:07 UTC  (4+ messages)
` [PATCH 1/3] virtiofs: Use a common function to send forget
` [PATCH 2/3] virtiofs: Do not send forget request "struct list_head" element
` [PATCH 3/3] virtiofs: Use completions while waiting for queue to be drained

BUG: unable to handle kernel paging request in io_wq_cancel_all
 2019-10-30 14:41 UTC  (3+ messages)

[PATCH] fsnotify: Use NULL instead of 0 for pointer
 2019-10-30 14:10 UTC  (4+ messages)

[PATCH] ceph_fill_trace(): add missing check in d_revalidate snapdir handling
 2019-10-30 13:49 UTC  (2+ messages)

[PATCH] fs/ext4: get project quota from inode for mangling statfs results
 2019-10-30 12:57 UTC  (4+ messages)

[PATCH] fs: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
 2019-10-30 12:49 UTC  (2+ messages)

[PATCH v2] fs: affs: fix a memory leak in affs_remount
 2019-10-30 11:44 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6 00/11] ext4: port direct I/O to iomap infrastructure
 2019-10-30 11:39 UTC  (25+ messages)
` [PATCH v6 01/11] ext4: reorder map.m_flags checks within ext4_iomap_begin()
` [PATCH v6 02/11] ext4: update direct I/O read lock pattern for IOCB_NOWAIT
` [PATCH v6 03/11] ext4: iomap that extends beyond EOF should be marked dirty
` [PATCH v6 04/11] ext4: move set iomap routines into a separate helper ext4_set_iomap()
` [PATCH v6 05/11] ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
` [PATCH v6 06/11] ext4: introduce new callback for IOMAP_REPORT
` [PATCH v6 07/11] ext4: introduce direct I/O read using iomap infrastructure
` [PATCH v6 08/11] ext4: move inode extension/truncate code out from ->iomap_end() callback
` [PATCH v6 09/11] ext4: move inode extension check out from ext4_iomap_alloc()
` [PATCH v6 11/11] ext4: introduce direct I/O write using iomap infrastructure
` [PATCH v6 10/11] ext4: update ext4_sync_file() to not use __generic_file_fsync()

[PATCH] elf: Relocate brk elsewhere for static-PIE ELFs
 2019-10-30 10:49 UTC 

[PATCH] mm/filemap: do not allocate cache pages beyond end of file at read
 2019-10-30 10:54 UTC  (11+ messages)

[PATCH] Documentation: atomic_open called with shared lock on non-O_CREAT open
 2019-10-30 10:46 UTC 

[PATCH] fs/ppoll: skip excess EINTR if we never sleep
 2019-10-30  9:21 UTC 

[PATCH] fs: warn if stale pagecache is left after direct write
 2019-10-30  8:09 UTC  (3+ messages)

[PATCH v3 0/3] treewide: Use sizeof_member() macro
 2019-10-29 22:47 UTC  (3+ messages)
` [PATCH v3 1/3] MIPS: OCTEON: Replace SIZEOF_FIELD() macro
` [PATCH v3 2/3] linux/stddef.h: Add sizeof_member() macro

[PATCH v2 0/4] treewide: Use sizeof_member() macro
 2019-10-29 22:30 UTC  (3+ messages)
  ` [PATCH v2 3/4] "

[PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-10-29 20:15 UTC  (3+ messages)
` [PATCH 11/16] zuf: Write/Read implementation

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-10-29 17:47 UTC  (3+ messages)
` [PATCH v2 1/3] fscrypt: add "

[PATCH] fs: use READ_ONCE/WRITE_ONCE with the i_size helpers
 2019-10-29 17:22 UTC  (3+ messages)

[RFC PATCH 0/5] allow unprivileged overlay mounts
 2019-10-29 17:01 UTC  (5+ messages)
` [RFC PATCH 4/5] ovl: user xattr

[GIT PULL] fuse fixes for 5.4-rc6
 2019-10-29 17:05 UTC  (2+ messages)

[PATCH] fs/iomap: remove redundant check in iomap_dio_rw()
 2019-10-29 16:14 UTC  (4+ messages)

[PATCH] ceph_fill_trace(): add missing check in d_revalidate snapdir handling
 2019-10-29 13:51 UTC 

[PATCH] ceph_d_revalidate(): fix RCU case handling
 2019-10-29 13:50 UTC 

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-10-29  7:19 UTC  (3+ messages)

Please add the zuf tree to linux-next
 2019-10-29  5:53 UTC  (4+ messages)

❌ FAIL: Test report for kernel 5.3.8-rc2-96dab43.cki (stable)
 2019-10-29  5:25 UTC 

[PATCH] fs: buffer.c: Fix use true/false for bool type
 2019-10-29  4:05 UTC 

INFO: task hung in io_wq_destroy
 2019-10-28 21:00 UTC  (2+ messages)

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-28 18:56 UTC  (2+ messages)

KASAN: use-after-free Read in io_uring_setup
 2019-10-28 15:15 UTC  (3+ messages)

[PATCH] exfat: get rid of ->d_time mess
 2019-10-28 13:54 UTC 

[PATCH RFC] fs/fcntl: add fcntl F_GET_RSS
 2019-10-28 13:05 UTC  (8+ messages)

[PATCH v17 0/1] staging: Add VirtualBox guest shared folder (vboxsf) support
 2019-10-28 11:41 UTC  (3+ messages)

possible deadlock in proc_tid_io_accounting
 2019-10-28 10:12 UTC 

[PATCH v5 0/9] Inline Encryption Support
 2019-10-28  7:20 UTC  (10+ messages)
` [PATCH v5 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v5 2/9] block: Add encryption context to struct bio
` [PATCH v5 3/9] block: blk-crypto for Inline Encryption
` [PATCH v5 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v5 5/9] scsi: ufs: UFS crypto API
` [PATCH v5 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v5 7/9] fscrypt: add inline encryption support
` [PATCH v5 8/9] f2fs: "
` [PATCH v5 9/9] ext4: "

[PATCH RESEND v5] fs/epoll: Remove unnecessary wakeups of nested epoll
 2019-10-28  0:58 UTC  (3+ messages)

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-27 22:10 UTC  (12+ messages)

[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall
 2019-10-27 15:41 UTC  (9+ messages)
` [PATCH RESEND v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH RESEND v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH RESEND v14 4/6] open: introduce openat2(2) syscall
` [PATCH RESEND v14 5/6] selftests: add openat2(2) selftests
` [PATCH RESEND v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

clean up xfs space management interfaces
 2019-10-27 15:19 UTC  (6+ messages)
` [PATCH 2/4] fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers

KASAN: null-ptr-deref Write in io_wq_cancel_all
 2019-10-27  6:33 UTC  (4+ messages)

[PATCH v2 0/8] Fix cdrom autoclose
 2019-10-26  6:46 UTC  (7+ messages)
` [PATCH v2 2/8] cdrom: factor out common open_for_* code

[PATCH v9 00/12] nvmet: add target passthru commands support
 2019-10-25 23:09 UTC  (4+ messages)
` [PATCH v9 05/12] Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> [logang@deltatee.com: fixed some of the wording in the help message] Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
    ` [PATCH v9 05/12]

[PATCH v3 0/3] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
 2019-10-25 20:21 UTC  (6+ messages)

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-10-25 19:55 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).