messages from 2012-01-24 17:43:21 to 2012-01-27 07:23:50 UTC [more...]
[RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF
2012-01-27 7:23 UTC (37+ messages)
` Compat 32-bit syscall entry from 64-bit task!? [was: Re: [RFC,PATCH 1/2] seccomp_filters: system call filtering using BPF]
` Compat 32-bit syscall entry from 64-bit task!?
[LSF/MM TOPIC] a few storage topics
2012-01-27 5:25 UTC (61+ messages)
` [Lsf-pc] "
` [dm-devel] "
` [Lsf-pc] [dm-devel] "
[Review][PATCH][0/29] sysctl rewrite for speed and clarity
2012-01-27 4:52 UTC (59+ messages)
` [PATCH 01/29] sysctl: remove impossible condition check
` [PATCH 02/29] sysctl: Consolidate !CONFIG_SYSCTL handling
` [PATCH 03/29] sysctl: Register the base sysctl table like any other sysctl table
` [PATCH 04/29] sysctl: Move the implementation into fs/proc/proc_sysctl.c
` [PATCH 05/29] sysctl: Make the directories have nlink == 1
` [PATCH 06/29] sysctl: Implement retire_sysctl_set
` [PATCH 07/29] sysctl: Remove the unnecessary sysctl_set parent concept
` [PATCH 08/29] sysctl: Create local copies of directory names used in paths
` [PATCH 09/29] sysctl: Add support for register sysctl tables with a normal cstring path
` [PATCH 10/29] sysctl: Add ctl_table chains into cstring paths
` [PATCH 11/29] sysctl: register only tables of sysctl files
` [PATCH 12/29] sysctl: Improve the sysctl sanity checks
` [PATCH 13/29] sysctl: Remove the now unused ctl_table parent field
` [PATCH 14/29] sysctl: A more obvious version of grab_header
` [PATCH 15/29] sysctl: Initial support for auto-unregistering sysctl tables
` [PATCH 16/29] sysctl: Factor out init_header from __register_sysctl_paths
` [PATCH 17/29] sysctl: Factor out insert_header and erase_header
` [PATCH 18/29] sysctl: Normalize the root_table data structure
` [PATCH 19/29] sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry
` [PATCH 20/29] sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
` [PATCH 21/29] sysctl: Add a root pointer to ctl_table_set
` [PATCH 22/29] sysctl: Stop requiring explicit management of sysctl directories
` [PATCH 23/29] sysctl: Add sysctl_print_dir and use it in get_subdir
` [PATCH 24/29] sysctl: Replace root_list with links between sysctl_table_sets
` [PATCH 25/29] sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy
` [PATCH 26/29] sysctl: Move sysctl_check_dups into insert_header
` [PATCH 27/29] sysctl: Make the header lists per directory
` [PATCH 28/29] sysctl: Index sysctl directories with rbtrees
` [PATCH 29/29] sysctl: Add register_sysctl for normal sysctl users
[PATCH 0/9] readahead stats/tracing, backwards prefetching and more (v4)
2012-01-27 3:05 UTC (10+ messages)
` [PATCH 1/9] readahead: make context readahead more conservative
` [PATCH 2/9] readahead: record readahead patterns
` [PATCH 3/9] readahead: tag mmap page fault call sites
` [PATCH 4/9] readahead: tag metadata "
` [PATCH 5/9] readahead: add vfs/readahead tracing event
` [PATCH 6/9] readahead: add /debug/readahead/stats
` [PATCH 7/9] readahead: basic support for backwards prefetching
` [PATCH 8/9] readahead: dont do start-of-file readahead after lseek()
` [PATCH 9/9] readahead: snap readahead request to EOF
[PATCH 1/1] Fix seq_file mishandling of consecutive pread() invocations
2012-01-27 0:00 UTC (2+ messages)
[LSF/MM TOPIC] end-to-end data and metadata corruption detection
2012-01-26 23:21 UTC (6+ messages)
[LSF/MM TOPIC] linux servers as a storage server - what's missing?
2012-01-26 22:29 UTC (27+ messages)
` [LSF/MM TOPIC] linux servers as a storage server - what'smissing?
` [LSF/MM TOPIC][ATTEND] linux servers as a storage server - what's missing?
[PATCH v2] fs: Invalidate the cache for a parent block-device if fsync() is called for a partition
2012-01-26 22:26 UTC (10+ messages)
` [PATCH v3] "
` Kernel Oops report (Android gingerbread)
security_path hooks for xattr
2012-01-26 21:57 UTC (3+ messages)
[RFC PATCH 0/3] Stop clearing uptodate flag on write IO error
2012-01-26 20:58 UTC (12+ messages)
[v7 1/8] smp: introduce a generic on_each_cpu_mask function
2012-01-26 15:13 UTC (9+ messages)
` [v7 2/8] arm: move arm over to generic on_each_cpu_mask
` [v7 3/8] tile: move tile to use "
` [v7 4/8] smp: add func to IPI cpus based on parameter func
` [v7 5/8] slub: only IPI CPUs that have per cpu obj to flush
` [v7 6/8] fs: only send IPI to invalidate LRU BH when needed
` [v7 7/8] mm: only IPI CPUs to drain local pages if they exist
[PATCH v2] eCryptfs: write optimization
2012-01-26 5:04 UTC
[3.1.6] Deadlock upon recursive call_usermodehelper_exec()
2012-01-26 1:32 UTC (8+ messages)
` [PATCH] kmod: Avoid deadlock by recursive kmod call
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] eCryptfs: write optimization
2012-01-25 23:05 UTC
Does Ext4 support parallel write similar to XFS?
2012-01-25 22:55 UTC (4+ messages)
[PATCHSET 0/1] osd_uld: Important fix also for 3.2 Stable
2012-01-25 19:42 UTC (2+ messages)
` [PATCH 1/1] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576
[PATCH 2/3] eCryptfs: Check inode changes in setattr
2012-01-25 7:40 UTC (2+ messages)
` [PATCH] eCryptfs: move misleading function comments
Re:[PATCH 1/3] eCryptfs: Make truncate path killable
2012-01-25 1:37 UTC
[PATCH 0/8] Fix filesystem freezing
2012-01-24 19:35 UTC (4+ messages)
` [PATCH 5/8] xfs: Protect xfs_file_aio_write() & xfs_setattr_size() with sb_start_write - sb_end_write
[PATCH v1] vfs: fix IMA lockdep circular locking dependency
2012-01-24 18:51 UTC (4+ messages)
[LSF/MM TOPIC] [ATTEND] HSM, DMAPI, and external media filesystems
2012-01-24 17:43 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;
as well as URLs for NNTP newsgroup(s).