linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 23:48:07 to 2019-11-04 23:08:11 UTC [more...]

[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

[RFC PATCH 00/35] user xattr support (RFC8276)
 2019-11-04 22:58 UTC  (8+ messages)

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 22:49 UTC  (46+ 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/28] mm, xfs: non-blocking inode reclaim
 2019-11-04 22:48 UTC  (31+ messages)
` [PATCH 01/28] xfs: Lower CIL flush limit for large logs
` [PATCH 02/28] xfs: Throttle commits on delayed background CIL push
` [PATCH 03/28] xfs: don't allow log IO to be throttled
` [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability
` [PATCH 05/28] xfs: correctly acount for reclaimable slabs
` [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 10/28] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers
` [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 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 

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 19:20 UTC  (17+ messages)
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH] Allow restricting permissions in /proc/sys
 2019-11-04 17:58 UTC  (7+ messages)

[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] staging: exfat: Clean up return codes, revisited
 2019-11-04 10:56 UTC  (15+ 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 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  (6+ messages)
` [PATCH 01/10] quota: Make inode optional
` [PATCH 04/10] quota: Allow to pass mount path to quotactl

[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 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
 2019-11-03 12:02 UTC  (25+ messages)
` [RFC PATCH 00/10] pipe: Notification queue preparation "
  ` [RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() "
  ` [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  (15+ messages)
` [RFC PATCH 01/11] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/11] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/11] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/11] pipe: Conditionalise wakeup "
` [RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count "

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

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-01 16:22 UTC  (9+ messages)
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH v4] loop: fix no-unmap write-zeroes request behavior
 2019-11-01 14:43 UTC  (2+ messages)

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

[PATCH] seq_file: fix condition while loop
 2019-11-01  5:48 UTC  (3+ messages)

[PATCH] xfs/log: protect xc_cil in xlog_cil_push()
 2019-11-01  3:39 UTC  (4+ messages)
` [PATCH] xfs/log: protect the logging content under xc_ctx_lock

mmotm 2019-10-31-18-51 uploaded
 2019-11-01  1:52 UTC 

[RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() [ver #2]
 2019-10-27 15:57 UTC 

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