messages from 2017-12-12 02:15:35 to 2017-12-15 22:03:55 UTC [more...]
[PATCH v5 00/78] XArray v5
2017-12-15 22:03 UTC (24+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [PATCH v5 08/78] xarray: Define struct xa_node
` [PATCH v5 09/78] xarray: Add documentation
` [PATCH v5 10/78] xarray: Add xa_load
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v5 12/78] xarray: Add xa_store
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 19/78] xarray: Add xas_create_range
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 22/78] idr: Convert to XArray
` [PATCH v5 23/78] ida: "
About the try to remove cross-release feature entirely by Ingo
2017-12-15 21:15 UTC (14+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks
[RFC PATCH 0/4] ima: filesystems not mounted with i_version
2017-12-15 21:13 UTC (8+ messages)
` [RFC PATCH 2/4] ima: define new ima_sb_post_new_mount hook
[PATCH v8 0/8] Intel SGX Driver
2017-12-15 20:27 UTC (2+ messages)
` [PATCH v8 7/8] fs/pipe.c: export create_pipe_files()
[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
2017-12-15 19:58 UTC (8+ messages)
[PATCH 0/2] ext4: Fix ENOSPC handling for DAX faults
2017-12-15 19:36 UTC (4+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler
[PATCH v4 00/73] XArray version 4
2017-12-15 17:10 UTC (6+ messages)
` [PATCH v4 08/73] xarray: Add documentation
` Naming of tag operations in the XArray
` Storing errors "
[PATCH 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-15 15:26 UTC (41+ messages)
` [PATCH 01/19] fs: new API for handling inode->i_version
` [PATCH 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH 03/19] fat: convert to new i_version API
` [PATCH 04/19] affs: "
` [PATCH 05/19] afs: "
` [PATCH 06/19] btrfs: "
` [PATCH 07/19] exofs: switch "
` [PATCH 08/19] ext2: convert "
` [PATCH 09/19] ext4: "
` [PATCH 10/19] nfs: "
` [PATCH 11/19] nfsd: "
` [PATCH 12/19] ocfs2: "
` [PATCH 13/19] ufs: use "
` [PATCH 14/19] xfs: convert to "
` [PATCH 15/19] IMA: switch IMA over "
` [PATCH 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH 19/19] fs: handle inode->i_version more efficiently
[GIT PULL] overlayfs fixes for 4.15-rc4
2017-12-15 15:25 UTC
sysfs_kf_seq_show() spends 87% of time in memset()
2017-12-15 13:19 UTC (2+ messages)
[PATCH] mm: save/restore current->journal_info in handle_mm_fault
2017-12-15 10:33 UTC (8+ messages)
[PATCH] fsck.f2fs: check nid range before use to avoid segmentation fault
2017-12-15 10:06 UTC (2+ messages)
[PATCH] fsck.f2fs: check and fix i_namelen to avoid double free
2017-12-15 10:01 UTC (2+ messages)
[RFC PATCH v2 0/4] Add rlimit-resources change notification mechanism
2017-12-15 8:05 UTC (7+ messages)
` [RFC PATCH v2 1/4] sched: Allow to get() and put() signal struct
` [RFC PATCH v2 2/4] Add rlimit-events framework
` [RFC PATCH v2 3/4] Connect rlimit-events with process life cycle
` [RFC PATCH v2 4/4] Allow to trace fd usage with rlimit-events
[PATCH] fs/namespace: __mnt_is_readonly can be boolean
2017-12-15 6:56 UTC
[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
2017-12-15 2:06 UTC (12+ messages)
` [f2fs-dev] "
mmotm 2017-12-14-16-17 uploaded
2017-12-15 0:18 UTC
[PATCH v4 72/73] xfs: Convert mru cache to XArray
2017-12-14 18:23 UTC (8+ messages)
waitqueue lockdep annotation V3
2017-12-14 15:23 UTC (4+ messages)
` [PATCH 1/3] epoll: use the waitqueue lock to protect ep->wq
` [PATCH 2/3] userfaultfd: use fault_wqh lock
` [PATCH 3/3] sched/wait: assert the wait_queue_head lock is held in __wake_up_common
waitqueue lockdep annotation
2017-12-14 13:08 UTC (9+ messages)
` [PATCH 1/2] epoll: use the waitqueue lock to protect ep->wq
` [PATCH 2/2] sched/wait: assert the wait_queue_head lock is held in __wake_up_common
[PATCH v6 00/11] Intel SGX Driver
2017-12-14 11:18 UTC (3+ messages)
FS: EXT4: should we sync error info in __ext4_grp_locked_error?
2017-12-14 7:26 UTC
[PATCH 1/1] aio: make sure the input "timeout" value is valid
2017-12-14 3:18 UTC (6+ messages)
[PATCH] mm: save current->journal_info before calling fault/page_mkwrite
2017-12-14 2:30 UTC (7+ messages)
[PATCHv6 1/1] ima: re-introduce own integrity cache lock
2017-12-13 22:22 UTC (2+ messages)
[PATCH] writeback: synchronize sync(2) against cgroup writeback membership switches
2017-12-13 15:39 UTC (6+ messages)
` [PATCH v2] "
Using overlay on top of overlay
2017-12-13 10:10 UTC
[PATCH] locking/lockdep: Add CONFIG_LOCKDEP_AGGRESSIVE
2017-12-13 5:38 UTC (8+ messages)
[PATCH] fcntl.2, read.2, write.2: document "Lost locks" as cause for EIO
2017-12-13 4:19 UTC
[PATCH 0/4] VFS: fix assorted issues with name_to_handle conversions
2017-12-13 2:20 UTC (6+ messages)
` [PATCH 1/4] fs/notify: fdinfo can report unsupported file handles
mmotm 2017-12-12-16-32 uploaded
2017-12-13 2:14 UTC (3+ messages)
` mmotm 2017-12-12-16-32 uploaded (drivers/gpu/drm/i915/)
` mmotm 2017-12-12-16-32 uploaded (net/wireless certs)
[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
2017-12-13 1:09 UTC (2+ messages)
[PATCH v3 00/11] Metadata specific accouting and dirty writeout
2017-12-12 23:59 UTC (6+ messages)
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata
possible deadlock in seq_read
2017-12-12 22:06 UTC
possible deadlock in fifo_open
2017-12-12 21:25 UTC
WARNING in mark_buffer_dirty
2017-12-12 20:56 UTC
WARNING in lock_release
2017-12-12 20:53 UTC (3+ messages)
[PATCH 00/18] orangefs: page cache
2017-12-12 18:34 UTC (19+ messages)
` [PATCH 01/18] orangefs: open code short single-use functions
` [PATCH 02/18] orangefs: implement vm_ops->fault
` [PATCH 03/18] orangefs: do not invalidate attributes on inode create
` [PATCH 04/18] orangefs: do not invalidate attribute cache on setattr
` [PATCH 05/18] orangefs: reverse sense of revalidate is-inode-stale test
` [PATCH 06/18] orangefs: move orangefs_address_operations to file.c
` [PATCH 07/18] orangefs: remove orangefs_readpages
` [PATCH 08/18] orangefs: make orangefs_inode_read static
` [PATCH 09/18] orangefs: only set a_ops for regular files
` [PATCH 10/18] orangefs: BUG_ON if i_mode invalid
` [PATCH 11/18] orangefs: remove mapping_nrpages macro
` [PATCH 12/18] orangefs: set up and use backing_dev_info
` [PATCH 13/18] orangefs: inodes linger in cache
` [PATCH 14/18] orangefs: implement direct_IO for the read case
` [PATCH 15/18] orangefs: call generic_file_read_iter
` [PATCH 16/18] orangefs: implement write through the page cache
` [PATCH 17/18] orangefs: no more explicit setattr
` [PATCH 18/18] orangefs: implement xattr cache
general protection fault in string
2017-12-12 17:58 UTC (4+ messages)
[RFC] what's going on with file->f_pos uses in orangefs_file_write_iter()?
2017-12-12 16:31 UTC (3+ messages)
[PATCH v4 72/73] xfs: Convert mru cache to XArray
2017-12-12 15:51 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox