linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-01 17:56:36 to 2019-11-05 13:11:00 UTC [more...]

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 13:10 UTC  (50+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 11/18] net/xdp: "
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 14/18] vfio, mm: "
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

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

[PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function. 'hrtimer_forward_now()' returns zero due to bigger backward time drift. This causes timerfd_read to return 0. As per man page, read on timerfd is not expected to return 0. This patch fixes this problem. Signed-off-by: Arul Jeniston <arul.jeniston@gmail.com>
 2019-11-05 10:01 UTC  (16+ messages)
` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05  9:49 UTC  (10+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

performance degradation due to extra fuse_update_attributes() call in fuse_file_aio_write()
 2019-11-05  9:25 UTC 

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-05  9:05 UTC  (10+ messages)
` [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall
` [PATCH v15 8/9] selftests: add openat2(2) selftests
` [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH] Allow restricting permissions in /proc/sys
 2019-11-05  7:35 UTC  (9+ messages)

Tasks blocking forever with XFS stack traces
 2019-11-05  7:27 UTC 

[PATCH v2 00/10] staging: exfat: Clean up return codes, revisited
 2019-11-05  3:43 UTC  (18+ messages)
` [PATCH v2 01/10] staging: exfat: Clean up return codes - FFS_FORMATERR
` [PATCH v2 02/10] staging: exfat: Clean up return codes - FFS_MEDIAERR
` [PATCH v2 03/10] staging: exfat: Clean up return codes - FFS_EOF
` [PATCH v2 04/10] staging: exfat: Clean up return codes - FFS_INVALIDFID
` [PATCH v2 05/10] staging: exfat: Clean up return codes - FFS_ERROR
` [PATCH v2 06/10] staging: exfat: Clean up return codes - remove unused codes
` [PATCH v2 07/10] staging: exfat: Clean up return codes - FFS_SUCCESS
` [PATCH v2 08/10] staging: exfat: Collapse redundant return code translations
` [PATCH v2 09/10] staging: exfat: Correct return code
` [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody

[PATCH v5 0/9] Inline Encryption Support
 2019-11-05  3:12 UTC  (14+ messages)
` [PATCH v5 3/9] block: blk-crypto for Inline Encryption
` [PATCH v5 7/9] fscrypt: add inline encryption support

[PATCH v3 0/7] Fix cdrom autoclose
 2019-11-05  0:17 UTC  (3+ messages)
` [PATCH v3 5/7] bdev: add open_finish

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-11-05  0:06 UTC  (9+ messages)

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-04 23:21 UTC  (28+ messages)
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 06/28] xfs: factor common AIL item deletion code
` [PATCH 07/28] xfs: tail updates only need to occur when LSN changes
` [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster
` [PATCH 09/28] mm: directed shrinker work deferral
` [PATCH 11/28] mm: factor shrinker work calculations
` [PATCH 12/28] shrinker: defer work only to kswapd
` [PATCH 13/28] shrinker: clean up variable types and tracepoints
` [PATCH 14/28] mm: reclaim_state records pages reclaimed, not slabs
` [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral
` [PATCH 16/28] mm: kswapd backoff for shrinkers

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-11-04 23:08 UTC  (9+ messages)
` [PATCH 04/26] xfs: Improve metadata buffer reclaim accountability

[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-11-04 21:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: update io_uring entry
 2019-11-04 21:46 UTC 

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-11-04 16:08 UTC  (10+ messages)

[PATCH] proc: Allow restricting permissions in /proc/sys
 2019-11-04 12:07 UTC 

[PATCH 0/7] quota: Allow quota support without quota files
 2019-11-04 10:51 UTC  (8+ messages)
` [PATCH 1/7] quota: Factor out setup of quota inode
` [PATCH 2/7] quota: Simplify dquot_resume()
` [PATCH 3/7] quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()
` [PATCH 4/7] fs: Use dquot_load_quota_inode() from filesystems
` [PATCH 5/7] quota: Drop dquot_enable()
` [PATCH 6/7] quota: Make dquot_disable() work without quota inodes
` [PATCH 7/7] quota: Handle quotas without quota inodes in dquot_get_state()

[PATCH v2 00/10] Add quota support to UBIFS
 2019-11-04  7:48 UTC  (4+ messages)
` [PATCH 01/10] quota: Make inode optional

[PATCH v6 00/11] ext4: port direct I/O to iomap infrastructure
 2019-11-04  6:04 UTC  (3+ messages)

[PATCH RESEND 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-11-03 19:03 UTC  (17+ messages)
                ` [RFC] lookup_one_len_unlocked() lousy calling conventions
                    ` [PATCH][RFC] ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
                      ` [PATCH][RFC] ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
                ` [PATCH][RFC] ecryptfs unlink/rmdir breakage (similar to caught in ecryptfs rename last year)

[PATCH] proc: fix inode uid/gid writeback race
 2019-11-03 13:20 UTC  (4+ messages)

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

Your opportunity
 2019-11-03  9:22 UTC 

[PATCH] cifs: don't use 'pre:' for MODULE_SOFTDEP
 2019-11-03  2:04 UTC 

[PATCH -next] io-wq: using kfree_rcu() to simplify the code
 2019-11-02 13:59 UTC  (2+ messages)

Your opportunity
 2019-11-02 13:38 UTC 

[PATCH v2 1/3] fs: remove redundant cache invalidation after async direct-io write
 2019-11-02 13:13 UTC  (3+ messages)
` [PATCH v2 2/3] fs: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
` [PATCH v2 3/3] fs: warn if stale pagecache is left after direct write

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-02  4:25 UTC  (12+ messages)

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-01 22:12 UTC  (4+ messages)

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-01 21:38 UTC  (3+ messages)

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-11-01 18:33 UTC  (4+ messages)
` [PATCH v2 3/3] f2fs: add support for IV_INO_LBLK_64 encryption policies

BUG: unable to handle kernel paging request in io_wq_cancel_all
 2019-11-01 18:07 UTC  (6+ messages)

[RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
 2019-10-27 14:03 UTC 


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).