linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-02 21:59:17 to 2018-03-08 01:04:11 UTC [more...]

[PATCH v7 1/2] xfs: remove assert to check bytes returned
 2018-03-08  0:53 UTC  (3+ messages)
` [PATCH v7 2/2] Return bytes transferred for partial direct I/O

mmotm 2018-03-07-16-19 uploaded
 2018-03-08  0:20 UTC 

resize2fs hang at read function
 2018-03-07 23:32 UTC  (7+ messages)

[PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters
 2018-03-07 22:48 UTC  (7+ messages)
` [PATCH 1/5] sysctl: Clarify how the ctl_table.flags should be set
` [PATCH 2/5] sysctl: Add a new handler proc_show_minmax()
` [PATCH 3/5] sysctl: Add a new ctl_table flag to show min/max range
` [PATCH 4/5] proc/sysctl: Handle CTL_FLAGS_SHOW_RANGE ctl_table flag
` [PATCH 5/5] ipc: Show ranges of msgmni and shmmni with CTL_FLAGS_SHOW_RANGE

[PATCH] locks: change POSIX lock ownership on execve when file_struct is displaced
 2018-03-07 18:43 UTC 

[PATCH v8 00/63] XArray v8
 2018-03-07 14:25 UTC  (66+ messages)
` [PATCH v8 01/63] mac80211_hwsim: Use DEFINE_IDA
` [PATCH v8 02/63] radix tree: Use GFP_ZONEMASK bits of gfp_t for flags
` [PATCH v8 03/63] arm64: Turn flush_dcache_mmap_lock into a no-op
` [PATCH v8 04/63] unicore32: "
` [PATCH v8 05/63] Export __set_page_dirty
` [PATCH v8 06/63] btrfs: Use filemap_range_has_page()
` [PATCH v8 07/63] xfs: Rename xa_ elements to ail_
` [PATCH v8 08/63] fscache: Use appropriate radix tree accessors
` [PATCH v8 09/63] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v8 10/63] page cache: Use xa_lock
` [PATCH v8 11/63] xarray: Replace exceptional entries
` [PATCH v8 12/63] xarray: Change definition of sibling entries
` [PATCH v8 13/63] xarray: Add definition of struct xarray
` [PATCH v8 14/63] xarray: Define struct xa_node
` [PATCH v8 15/63] xarray: Add documentation
` [PATCH v8 16/63] xarray: Add xa_load
` [PATCH v8 17/63] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v8 18/63] xarray: Add xa_store
` [PATCH v8 19/63] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v8 20/63] xarray: Add xa_for_each
` [PATCH v8 21/63] xarray: Add xa_extract
` [PATCH v8 22/63] xarray: Add xa_destroy
` [PATCH v8 23/63] xarray: Add xas_next and xas_prev
` [PATCH v8 24/63] xarray: Add xas_create_range
` [PATCH v8 25/63] xarray: Add MAINTAINERS entry
` [PATCH v8 26/63] page cache: Rearrange address_space
` [PATCH v8 27/63] page cache: Convert hole search to XArray
` [PATCH v8 28/63] page cache: Add and replace pages using the XArray
` [PATCH v8 29/63] page cache: Convert page deletion to XArray
` [PATCH v8 30/63] page cache: Convert page cache lookups "
` [PATCH v8 31/63] page cache: Convert delete_batch "
` [PATCH v8 32/63] page cache: Remove stray radix comment
` [PATCH v8 33/63] page cache: Convert filemap_range_has_page to XArray
` [PATCH v8 34/63] mm: Convert page-writeback "
` [PATCH v8 35/63] mm: Convert workingset "
` [PATCH v8 36/63] mm: Convert truncate "
` [PATCH v8 37/63] mm: Convert add_to_swap_cache "
` [PATCH v8 38/63] mm: Convert delete_from_swap_cache "
` [PATCH v8 39/63] mm: Convert __do_page_cache_readahead "
` [PATCH v8 40/63] mm: Convert page migration "
` [PATCH v8 41/63] mm: Convert huge_memory "
` [PATCH v8 42/63] mm: Convert collapse_shmem "
` [PATCH v8 43/63] mm: Convert khugepaged_scan_shmem "
` [PATCH v8 44/63] pagevec: Use xa_tag_t
` [PATCH v8 45/63] shmem: Convert replace to XArray
` [PATCH v8 46/63] shmem: Convert shmem_confirm_swap "
` [PATCH v8 47/63] shmem: Convert find_swap_entry "
` [PATCH v8 48/63] shmem: Convert shmem_add_to_page_cache "
` [PATCH v8 49/63] shmem: Convert shmem_alloc_hugepage "
` [PATCH v8 50/63] shmem: Convert shmem_free_swap "
` [PATCH v8 51/63] shmem: Convert shmem_partial_swap_usage "
` [PATCH v8 52/63] memfd: Convert shmem_tag_pins "
` [PATCH v8 53/63] memfd: Convert shmem_wait_for_pins "
` [PATCH v8 54/63] shmem: Comment fixups
` [PATCH v8 55/63] btrfs: Convert page cache to XArray
` [PATCH v8 56/63] fs: Convert buffer "
` [PATCH v8 57/63] fs: Convert writeback "
` [PATCH v8 58/63] nilfs2: Convert "
` [PATCH v8 59/63] f2fs: "
` [PATCH v8 60/63] lustre: "
` [PATCH v8 61/63] dax: "
` [PATCH v8 62/63] page cache: Finish XArray conversion
` [PATCH v8 63/63] radix tree: Remove unused functions

ext4 confusion
 2018-03-07  5:35 UTC  (14+ messages)

[PATCH] inode: don't memset the inode address space twice
 2018-03-07  1:32 UTC  (3+ messages)

[RESEND PATCHv2 0/2] A couple of i_dir_seq fixes for fs/dcache.c
 2018-03-06 19:05 UTC  (3+ messages)
` [RESEND PATCHv2 1/2] fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
` [RESEND PATCHv2 2/2] fs: dcache: Use READ_ONCE when accessing i_dir_seq

[PATCH v2] fs: select/pselect buffer overrun with x32 abi
 2018-03-06 18:07 UTC  (2+ messages)

[RFC PATCH V1 00/12] audit: implement container id
 2018-03-06 15:04 UTC  (9+ messages)
` [RFC PATCH V1 01/12] audit: add "

advice on how to use path_get/put()
 2018-03-06  8:02 UTC 

aio poll, io_pgetevents and a new in-kernel poll API V5
 2018-03-05 21:51 UTC  (39+ messages)
` [PATCH 01/36] aio: don't print the page size at boot time
` [PATCH 02/36] aio: remove an outdated comment in aio_complete
` [PATCH 03/36] aio: refactor read/write iocb setup
` [PATCH 04/36] aio: sanitize ki_list handling
` [PATCH 05/36] aio: simplify cancellation
` [PATCH 06/36] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 07/36] aio: add delayed cancel support
` [PATCH 08/36] aio: implement io_pgetevents
` [PATCH 09/36] fs: unexport poll_schedule_timeout
` [PATCH 10/36] fs: cleanup do_pollfd
` [PATCH 11/36] fs: update documentation for __poll_t
` [PATCH 12/36] fs: add new vfs_poll and file_can_poll helpers
` [PATCH 13/36] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 14/36] aio: implement IOCB_CMD_POLL
` [PATCH 15/36] net: refactor socket_poll
` [PATCH 16/36] net: add support for ->poll_mask in proto_ops
` [PATCH 17/36] net: remove sock_no_poll
` [PATCH 18/36] net/tcp: convert to ->poll_mask
` [PATCH 19/36] net/unix: "
` [PATCH 20/36] net: convert datagram_poll users tp ->poll_mask
` [PATCH 21/36] net/dccp: convert to ->poll_mask
` [PATCH 22/36] net/atm: "
` [PATCH 23/36] net/vmw_vsock: "
` [PATCH 24/36] net/tipc: "
` [PATCH 25/36] net/sctp: "
` [PATCH 26/36] net/bluetooth: "
` [PATCH 27/36] net/caif: "
` [PATCH 28/36] net/nfc: "
` [PATCH 29/36] net/phonet: "
` [PATCH 30/36] net/iucv: "
` [PATCH 31/36] net/rxrpc: "
` [PATCH 32/36] crypto: af_alg: "
` [PATCH 33/36] pipe: "
` [PATCH 34/36] eventfd: switch "
` [PATCH 35/36] timerfd: convert "
` [PATCH 36/36] random: "

Any known soft lockup issue with vfs_write()->fsnotify()?
 2018-03-05 20:48 UTC  (2+ messages)

[PATCH v4 0/2] Directed kmem charging
 2018-03-05 20:24 UTC  (4+ messages)
` [PATCH v4 1/2] mm: memcg: remote memcg charging for kmem allocations
` [PATCH v4 2/2] fs: fsnotify: account fsnotify metadata to kmemcg

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-05 15:11 UTC  (10+ messages)

[PATCH v8 0/6] fuse: mounts from non-init user namespaces
 2018-03-05 13:53 UTC  (8+ messages)
` [PATCH v8 1/6] fs/posix_acl: Update the comments and support lightweight cache skipping
` [PATCH v8 3/6] fuse: Remove the buggy retranslation of pids in fuse_dev_do_read
` [PATCH v8 4/6] fuse: Fail all requests with invalid uids or gids
` [PATCH v8 5/6] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v8 6/6] fuse: Restrict allow_other to the superblock's namespace or a descendant

[PATCH 0/3] indirectly reclaimable memory
 2018-03-05 13:47 UTC  (6+ messages)
` [PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
` [PATCH 2/3] mm: add indirectly reclaimable memory to MemAvailable
` [PATCH 2/3] mm: treat indirectly reclaimable memory as available in MemAvailable
` [PATCH 3/3] dcache: account external names as indirectly reclaimable memory

[LSF/MM TOPIC ATTEND][RFD] ZUFS - Zero-copy User-mode File System
 2018-03-05 12:18 UTC  (4+ messages)

[PATCH RFC v2 00/13] NLS/UTF-8 Case-Insensitive lookups for ext4 and VFS proposal
 2018-03-05 12:10 UTC  (5+ messages)

[RFC PATCH] auditctl: add support for containerid filter
 2018-03-05  8:06 UTC 

WARNING: refcount bug in should_fail
 2018-03-04  5:57 UTC 

[PATCH v7 00/61] XArray version 7 -- for merging
 2018-03-03 17:09 UTC  (14+ messages)
` [PATCH v7 02/61] radix tree: Use bottom four bits of gfp_t for flags
` [PATCH v7 05/61] Export __set_page_dirty
` [PATCH v7 07/61] fscache: Use appropriate radix tree accessors
` [PATCH v7 08/61] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v7 09/61] page cache: Use xa_lock

[PATCH] direct-io: Minor cleanups in do_blockdev_direct_IO
 2018-03-03  8:16 UTC  (3+ messages)

[PATCH v5 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-03-03  2:19 UTC  (12+ messages)
` [PATCH v5 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v5 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v5 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()


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