messages from 2014-02-24 17:12:38 to 2014-02-27 22:06:29 UTC [more...]
[PATCHv3 0/2] mm: map few pages around fault address if they are in page cache
2014-02-27 22:06 UTC (7+ messages)
` [PATCHv3 1/2] mm: introduce vm_ops->map_pages()
` [PATCHv3 2/2] mm: implement ->map_pages for page cache
[PATCH] md / procfs: avoid Oops if md-mod removed while /proc/mdstat is being polled
2014-02-27 21:51 UTC (4+ messages)
[PATCH 0/2 v2] bdi: Fix hung tasks and oops in writeback
2014-02-27 21:43 UTC (3+ messages)
` [PATCH 1/2] bdi: Fix hung task on sync
` [PATCH 2/2] bdi: Avoid oops on device removal
[PATCH 0/2] bdi fixes
2014-02-27 21:32 UTC (7+ messages)
` [PATCH 1/2] bdi: Fix hung task on sync
` [PATCH 2/2] bdi: Avoid oops on device removal
Make generic_make_request() handle arbitrary size bios
2014-02-27 21:27 UTC (12+ messages)
` [PATCH 1/9] block: Make generic_make_request handle arbitrary sized bios
` [PATCH 2/9] block: Gut bio_add_page()
` [PATCH 3/9] blk-lib.c: generic_make_request() handles large bios now
` [PATCH 4/9] bcache: "
` [PATCH 5/9] btrfs: generic_make_request() handles arbitrary size "
` [PATCH 6/9] btrfs: Convert to bio_for_each_segment()
` [PATCH 7/9] iov_iter: Move iov_iter to uio.h
` [PATCH 8/9] iov_iter: Kill iov_iter_single_seg_count()
` [PATCH 9/9] iov_iter: Kill written arg to iov_iter_init()
[PATCH 1/6] generic/290: Add test for fallocate zero range
2014-02-27 19:35 UTC (26+ messages)
` [PATCH 2/6] xfstests: Add fallocate zero range operation to fsstress
` [PATCH 3/6] xfstests: fsstress punch should always have FALLOC_FL_KEEP_SIZE set
` [PATCH 4/6] xfstests: Add fallocate zero range operation to fsx
` [PATCH 5/6] xfstests: Define fallocate flags locally in fsx
` [PATCH 6/6] ext4/242: Add ext4 specific test for fallocate zero range
[PATCH] ext4: fix NULL pointer dereference in ext4_validate_block_bitmap()
2014-02-27 18:35 UTC (2+ messages)
[PATCH v6 00/22] Support ext4 on NV-DIMMs
2014-02-27 16:36 UTC (27+ messages)
` [PATCH v6 01/22] Fix XIP fault vs truncate race
` [PATCH v6 02/22] Allow page fault handlers to perform the COW
` [PATCH v6 03/22] axonram: Fix bug in direct_access
` [PATCH v6 04/22] Change direct_access calling convention
` [PATCH v6 05/22] Introduce IS_DAX(inode)
` [PATCH v6 06/22] Replace XIP read and write with DAX I/O
` [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v6 08/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v6 09/22] Remove mm/filemap_xip.c
` [PATCH v6 10/22] Remove get_xip_mem
` [PATCH v6 11/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v6 12/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v6 13/22] ext2: Remove ext2_use_xip
` [PATCH v6 14/22] ext2: Remove xip.c and xip.h
` [PATCH v6 15/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v6 16/22] ext2: Remove ext2_aops_xip
` [PATCH v6 17/22] Get rid of most mentions of XIP in ext2
` [PATCH v6 18/22] xip: Add xip_zero_page_range
` [PATCH v6 19/22] ext4: Make ext4_block_zero_page_range static
` [PATCH v6 20/22] ext4: Add DAX functionality
` [PATCH v6 21/22] ext4: Fix typos
` [PATCH v6 22/22] dax: Add reporting of major faults
` [PATCH v6 23/22] Bugfixes
[PATCH v6 00/11] fuse: An attempt to implement a write-back cache policy
2014-02-27 15:33 UTC (2+ messages)
` fuse write performance
[PATCH 0/2] Bug fix in aio ring page migration
2014-02-27 14:57 UTC (6+ messages)
` [PATCH 1/2] aio, memory-hotplug: Fix confliction when migrating and accessing ring pages
` [PATCH 2/2] aio, mem-hotplug: Add memory barrier to aio ring page migration
` [Update PATCH "
[PATCH 1/1] aio, memory-hotplug: Fix confliction when migrating and accessing ring pages
2014-02-27 14:38 UTC (4+ messages)
[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
2014-02-27 11:56 UTC (10+ messages)
` [PATCH 1/6 v2] ext4: Update inode i_size after the preallocation
` [PATCH 2/6 v2] ext4: refactor ext4_fallocate code
` [PATCH 3/6 v2] ext4: translate fallocate mode bits to strings
` [PATCH 4/6 v2] fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
` [PATCH 5/6 v2] ext4: "
` [PATCH 6/6 v2] xfs: Add support for FALLOC_FL_ZERO_RANGE
[PATCH] f2fs: use existing macro to clean up some codes
2014-02-27 11:52 UTC
[PATCH 1/3] f2fs: remove costly bit operations for f2fs_find_entry
2014-02-27 11:38 UTC (3+ messages)
` [PATCH 2/3] f2fs: introduce large directory support
` [PATCH 3/3] f2fs: add an sysfs entry to control the directory level
[PATCH] f2fs: readahead contiguous SSA blocks for f2fs_gc
2014-02-27 11:12 UTC
[PATCH RESEND 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
2014-02-27 10:35 UTC (7+ messages)
` [PATCH] util-linux/fallocate: introduce an option -c to support FALLOC_FL_COLLAPSE_RANGE
` [PATCH v2] util-linux/fallocate: introduce an option -c to support COLLAPSE_RANGE
[PATCH] xfs_io: add fzero command for zeroing range via fallocate
2014-02-27 5:01 UTC (2+ messages)
[PATCH v6] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
2014-02-27 4:03 UTC (5+ messages)
DoS with unprivileged mounts
2014-02-27 2:05 UTC (36+ messages)
` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
` [PATCH 0/11] Detaching "
` [PATCH 03/11] vfs: Don't allow overwriting mounts in the current mount namespace
` [PATCH 05/11] vfs: Add a function to lazily unmount all mounts from any dentry
` [PATCH 08/11] vfs: Merge check_submounts_and_drop and d_invalidate
` [PATCH 0/12] Detaching mounts on unlink (for 3.15 v2)
` [PATCH 01/12] vfs: Document the effect of d_revalidate on d_find_alias
` [PATCH 02/12] vfs: More precise tests in d_invalidate
` [PATCH 03/12] vfs: Don't allow overwriting mounts in the current mount namespace
` [PATCH 04/12] vfs: Keep a list of mounts on a mount point
` [PATCH 05/12] vfs: factor out lookup_mountpoint from new_mountpoint
` [PATCH 06/12] vfs: Add a function to lazily unmount all mounts from any dentry
` [PATCH 07/12] vfs: Lazily remove mounts on unlinked files and directories
` [PATCH 08/12] vfs: Remove unnecessary calls of check_submounts_and_drop
` [PATCH 09/12] vfs: Merge check_submounts_and_drop and d_invalidate
` [PATCH 10/12] vfs: Make d_invalidate return void
` [PATCH 11/12] vfs: Remove d_drop calls from d_revalidate implementations
` [PATCH 12/12] proc: Update proc_flush_task_mnt to use d_invalidate
[PATCH v5 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
2014-02-27 1:30 UTC (15+ messages)
[PATCH v5 1/10] fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
2014-02-26 23:48 UTC (8+ messages)
[GIT PULL] Notification, writeback, udf, quota fixes for 3.14-rc5
2014-02-26 16:55 UTC
[PATCH 0/3] Implement the f*xattrat family of functions
2014-02-26 15:49 UTC (2+ messages)
[PATCH 00/13] cross rename v4
2014-02-26 15:15 UTC (13+ messages)
[LSF/MM ATTEND] slab cache extension -- slab cache in fixed size
2014-02-26 15:02 UTC (6+ messages)
[PATCH] hfsplus: fix remount issue
2014-02-26 14:55 UTC
fs: clear_inode failed with nrpages not zero!
2014-02-26 14:44 UTC
fs: clear_inode failed with nrpages not zero!
2014-02-26 12:31 UTC (2+ messages)
[PATCH] tools/vm/page-types.c: page-cache sniffing feature
2014-02-26 7:57 UTC
[RFC PATCH for-next 0/4] epoll: combined control/wait syscall
2014-02-25 23:46 UTC (12+ messages)
` [RFC PATCH for-next 2/4] epoll: epoll() syscall declaration
` [RFC PATCH for-next 3/4] epoll: struct epoll support
` [RFC PATCH for-next 4/4] epoll: epoll() syscall definition
mmotm 2014-02-25-14-29 uploaded
2014-02-25 22:30 UTC
[LSF/MM ATTEND] Would like to attend Storage and FS tracks if possible
2014-02-25 20:27 UTC
[PATCH 1/1] hfsplus: fix longname handling
2014-02-25 19:54 UTC (7+ messages)
[PATCH RFC] overlayfs,xattr: allow unprivileged users to whiteout
2014-02-25 17:31 UTC
[patch] fs: NULL dereference in posix_acl_to_xattr()
2014-02-25 10:07 UTC (2+ messages)
[RFC] Draft Linux kernel interfaces for ZBC drives
2014-02-25 9:36 UTC (4+ messages)
Soft-lockup on vfsmount_lock with large numbers of mount namespaces in the cloud
2014-02-25 8:05 UTC (2+ messages)
Hello
2014-02-25 6:21 UTC
Contact US:- daveandangela@foxmail.com
2014-02-24 21:59 UTC
[PATCH] Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
2014-02-24 20:23 UTC (5+ messages)
` [PATCH 1/9] dcache: move d_splice_alias
` [PATCH 5/9] dcache: d_obtain_alias callers don't all want DISCONNECTED
[PATCH 0/1] hfsplus: fix longname handling
2014-02-24 19:23 UTC
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;
as well as URLs for NNTP newsgroup(s).