messages from 2014-07-29 13:01:54 to 2014-08-01 15:44:48 UTC [more...]
[PATCH] vfs: Fix RCU usage in __propagate_umount()
2014-08-01 15:44 UTC (6+ messages)
` MNT_DETACH and mount namespace issue (was: Re: [PATCH] vfs: Fix RCU usage in __propagate_umount())
` MNT_DETACH and mount namespace issue
[PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area
2014-08-01 15:24 UTC (22+ messages)
[PATCH v9 00/22] Support ext4 on NV-DIMMs
2014-08-01 13:27 UTC (23+ messages)
` [PATCH v9 01/22] axonram: Fix bug in direct_access
` [PATCH v9 02/22] Change direct_access calling convention
` [PATCH v9 03/22] Fix XIP fault vs truncate race
` [PATCH v9 04/22] Allow page fault handlers to perform the COW
` [PATCH v9 05/22] Introduce IS_DAX(inode)
` [PATCH v9 06/22] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v9 07/22] Replace XIP read and write with DAX I/O
` [PATCH v9 08/22] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v9 09/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v9 10/22] Replace xip_truncate_page with dax_truncate_page
` [PATCH v9 11/22] Replace XIP documentation with DAX documentation
` [PATCH v9 12/22] Remove get_xip_mem
` [PATCH v9 13/22] ext2: Remove ext2_xip_verify_sb()
` [PATCH v9 14/22] ext2: Remove ext2_use_xip
` [PATCH v9 15/22] ext2: Remove xip.c and xip.h
` [PATCH v9 16/22] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v9 17/22] ext2: Remove ext2_aops_xip
` [PATCH v9 18/22] Get rid of most mentions of XIP in ext2
` [PATCH v9 19/22] xip: Add xip_zero_page_range
` [PATCH v9 20/22] ext4: Avoid lock inversion between i_mmap_mutex and transaction start
` [PATCH v9 21/22] ext4: Add DAX functionality
` [PATCH v9 22/22] brd: Rename XIP to DAX
Killing process in D state on mount to dead NFS server. (when process is in fsync)
2014-08-01 12:47 UTC (2+ messages)
-- Re: Very Urgent
2014-08-01 10:28 UTC
[RFC PATCH 0/2] dirreadahead system call
2014-08-01 9:14 UTC (15+ messages)
` [RFC PATCH 1/2] fs: Add dirreadahead syscall and VFS hooks
[PATCH] VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode
2014-08-01 8:48 UTC (5+ messages)
[patch] timerfd: remove an always true check
2014-08-01 8:32 UTC (2+ messages)
[REVIEW][PATCH 0/4] /proc/thread-self
2014-08-01 7:45 UTC (11+ messages)
` [REVIEW][PATCH 1/4] proc: Have net show up under /proc/<tgid>/task/<tid>
` [REVIEW][PATCH 2/4] proc: Implement /proc/thread-self to point at the directory of the current thread
` [REVIEW][PATCH 3/4] proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
` [REVIEW][PATCH 4/4] proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts
[Regression 3.16-rc kernel] -55% reduction in throughput for OLTP benchmark
2014-08-01 6:45 UTC (12+ messages)
[RFC PATCH 00/14] Per-sb tracking of dirty inodes
2014-08-01 5:32 UTC (17+ messages)
` [PATCH 01/14] writeback: Get rid of superblock pinning
` [PATCH 02/14] writeback: Remove writeback_inodes_wb()
` [PATCH 03/14] writeback: Remove useless argument of writeback_single_inode()
` [PATCH 04/14] writeback: Don't put inodes which cannot be written to b_more_io
` [PATCH 05/14] writeback: Move dwork and last_old_flush into backing_dev_info
` [PATCH 06/14] writeback: Switch locking of bandwidth fields to wb_lock
` [PATCH 07/14] writeback: Provide a function to get bdi from bdi_writeback
` [PATCH 08/14] writeback: Schedule future writeback if bdi (not wb) has dirty inodes
` [PATCH 09/14] writeback: Switch some function arguments from bdi_writeback to bdi
` [PATCH 10/14] writeback: Move rechecking of work list into bdi_process_work_items()
` [PATCH 11/14] writeback: Shorten list_lock hold times in bdi_writeback()
` [PATCH 12/14] writeback: Move refill of b_io list into writeback_inodes()
` [PATCH 13/14] writeback: Comment update
` [PATCH 14/14] writeback: Per-sb dirty tracking
[PATCH 1/5] Add __designated_init, wrapping __attribute__((designated_init))
2014-08-01 1:30 UTC (7+ messages)
` [PATCH 2/5] raid: Require designated initialization of structures
` [PATCH 3/5] fs: "
` [PATCH 4/5] ftrace: "
` [PATCH 5/5] include/linux/interrupt.h: "
[PATCH v8 00/22] Support ext4 on NV-DIMMs
2014-07-31 20:30 UTC (13+ messages)
` [PATCH v8 04/22] Change direct_access calling convention
A recommendation from Commission Notice - Need Account Information
2014-07-31 14:29 UTC
[f2fs-dev][PATCH 2/2] f2fs: invalidate xattr node page when evict inode
2014-07-31 13:13 UTC
[PATCH 1/2] f2fs: add tracepoint for f2fs_direct_IO
2014-07-31 13:11 UTC
[delayed_fput] BUG: unable to handle kernel paging request at ffff8800122a0ad0
2014-07-31 10:27 UTC (8+ messages)
mmotm 2014-07-30-15-57 uploaded
2014-07-31 10:01 UTC (3+ messages)
` [PATCH] kexec-export-free_huge_page-to-vmcoreinfo-fix (was: Re: mmotm 2014-07-30-15-57 uploaded)
[f2fs-dev][PATCH] f2fs: reduce competition among node page writes
2014-07-31 6:45 UTC (5+ messages)
` [f2fs-dev] [PATCH] "
` "
[PATCH] f2fs: fix coding style
2014-07-31 6:28 UTC
[RFC] readdirplus implementations: xgetdents vs dirreadahead syscalls
2014-07-31 3:25 UTC (7+ messages)
[PATCH v7 00/22] Support ext4 on NV-DIMMs
2014-07-30 21:02 UTC (10+ messages)
` [PATCH v7 07/22] Replace the XIP page fault handler with the DAX page fault handler
VFS tree for 3.17?
2014-07-30 20:54 UTC (5+ messages)
[PATCH 0/6 v5] fiemap: introduce DATA_COMPRESSED and PHYS_LENGTH flags
2014-07-30 20:36 UTC (12+ messages)
` [PATCH 1/6] fiemap: fix comment at EXTENT_DATA_ENCRYPTED
` [PATCH 2/6] fiemap: add fe_phys_length and EXTENT_PHYS_LENGTH flag
` [PATCH 3/6] fiemap: add FIEMAP_EXTENT_DATA_COMPRESSED flag
` [PATCH 4/6] Documentation/fiemap: Document DATA_COMPRESSED and PHYS_LENGTH flags
` [PATCH 5/6] fiemap: rename fe_length to fe_logi_length
` [PATCH 6/6] btrfs: set FIEMAP_EXTENT_DATA_COMPRESSED for compressed extents
fscache recursive hang -- similar to loopback NFS issues
2014-07-30 16:06 UTC (8+ messages)
[fs] BUG: unable to handle kernel NULL pointer dereference at 00000104
2014-07-30 14:49 UTC (4+ messages)
[RFC PATCH 0/5] xgetdents system call
2014-07-30 13:57 UTC (5+ messages)
` [RFC PATCH 5/5] gfs2: Add xreaddir file operation and supporting functions
[PATCH v2] f2fs: remove redundant lines in allocate_data_block
2014-07-30 12:59 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 01/11] f2fs: add nobarrier mount option
2014-07-30 12:58 UTC (21+ messages)
` [PATCH 06/11] f2fs: skip unnecessary data writes during fsync
` [PATCH 07/11] f2fs: enable in-place-update for fdatasync
` [f2fs-dev] "
` [PATCH 08/11] f2fs: fix wrong condition for unlikely
` [PATCH 11/11] f2fs: avoid retrying wrong recovery routine when error was occurred
` [PATCH v2 "
[PATCH resend #7] fcntl-linux.h: add new definitions and manual updates for open file description locks
2014-07-30 11:01 UTC (3+ messages)
[PATCH] CMA/HOTPLUG: clear buffer-head lru before page migration
2014-07-30 8:12 UTC (7+ messages)
[PATCH] ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim
2014-07-29 22:58 UTC
my subject
2014-07-30 11:09 UTC
[PATCH] seq_file: Allow private data to be supplied on seq_open
2014-07-29 17:39 UTC
[PATCH 0/3] FS-Cache: Bug fixes for bugs that happen under vma pressure
2014-07-29 16:03 UTC (2+ messages)
[PATCH 1/3] FS-Cache: Timeout for releasepage()
2014-07-29 16:03 UTC (5+ messages)
` [PATCH 2/3] FS-Cache: Reduce cookie ref count if submit fails
` [PATCH 3/3] FS-Cache: refcount becomes corrupt under vma preasure
my subject
2014-07-30 11:27 UTC
[PATCH] f2fs: add tracepoint for f2fs_issue_flush
2014-07-29 14:04 UTC
[PATCH 3/3] FS-Cache: refcount becomes corrupt under vma preasure
2014-07-22 15:51 UTC
[PATCH 2/3] FS-Cache: Reduce cookie ref count if submit fails
2014-07-22 15:50 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).