linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-03 14:41:14 to 2019-11-06 09:15:43 UTC [more...]

[PATCH v3 0/7] Add quota support to UBIFS
 2019-11-06  9:15 UTC  (3+ messages)
` [PATCH 1/7] quota: Allow to pass mount path to quotactl
` [PATCH 7/7] ubifs: Add quota support

KCSAN: data-race in fat16_ent_put / fat_search_long
 2019-11-06  8:31 UTC  (3+ messages)

[PATCH 0/7] quota: Allow quota support without quota files
 2019-11-06  8:17 UTC  (9+ 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()

NULL pointer deref in put_fs_context with unprivileged LXC
 2019-11-06  7:24 UTC  (4+ messages)

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06  6:39 UTC  (5+ messages)

mmotm 2019-11-05-20-44 uploaded
 2019-11-06  4:45 UTC 

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-11-06  4:05 UTC  (6+ messages)
` [PATCH v2 1/3] fscrypt: add "
` [PATCH v2 2/3] ext4: add support for IV_INO_LBLK_64 encryption policies

[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-06  3:38 UTC  (17+ messages)
` [PATCH] FS: timerfd: Fix unexpected return value of timerfd_read function

[PATCH v7 00/11] ext4: port direct I/O to iomap infrastructure
 2019-11-06  0:59 UTC  (22+ 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

general protection fault in pagemap_pmd_range
 2019-11-05 23:52 UTC 

[PATCH v2 00/10] staging: exfat: Clean up return codes, revisited
 2019-11-05 22:20 UTC  (21+ 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 v15 0/4] overlayfs override_creds=off & nested get xattr fix
 2019-11-05 19:25 UTC 

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 19:00 UTC  (51+ 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 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 18:16 UTC  (9+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH][next] staging: vboxsf: fix dereference of pointer dentry before it is null checked
 2019-11-05 17:51 UTC 

[PATCH 00/28] mm, xfs: non-blocking inode reclaim
 2019-11-05 17:06 UTC  (35+ 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 17/28] xfs: synchronous AIL pushing
` [PATCH 19/28] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/28] xfs: kill background reclaim work
` [PATCH 21/28] xfs: use AIL pushing for inode reclaim IO

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-05 16:02 UTC  (2+ messages)
` Details on the UAPI of implementing notifications on pipes

[PATCH] afs: xattr: use scnprintf
 2019-11-05 15:56 UTC  (2+ messages)

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-11-05 15:44 UTC  (10+ messages)

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

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

[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 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  (15+ 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)


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