Found 1441 matching messages (0.068 seconds). Page 1 of 50.
... void __mod_bdi_stat(struct backing_dev_info *bdi, @@ -142,6 +144,9 @@ static inline void __dec_bdi_stat( ... (bdi_flush_all); #endif Index: linux-2.6/mm/page-writeback.c =================================================================== --- linux-2.6. ...
linux-kernel - Peter Zijlstra - Apr 4 2007 - 08:05
... void __mod_bdi_stat(struct backing_dev_info *bdi, @@ -142,6 +150,11 @@ static inline void __dec_bdi_stat( ... (struct backing_dev_info *bdi); Index: linux-2.6/mm/backing-dev.c =================================================================== --- linux-2. ...
linux-kernel - Peter Zijlstra - Apr 4 2007 - 08:43
... s8 bdi_stat_diff[NR_BDI_STAT_ITEMS]; } ____cacheline_aligned_in_smp; #endif @@ -60,6 +60,7 @@ struct backing_dev_info { atomic_long_t bdi_stats ... struct bdi_per_cpu_data pcd[NR_CPUS]; #endif }; @@ -109,6 +110,8 @@ static inline unsigned long ...
linux-kernel - Peter Zijlstra - Apr 4 2007 - 16:03
... and "Signed-off-by:" in the messages 1/6...6/6 don't signify authorship. Authorship information can be found in linux1394-2.6.git. -- Stefan Richter -=====-=-=== -=-= ---=- http://arcgraph.de/sr/ - To unsubscribe ...
linux-kernel - Stefan Richter - May 2 2007 - 14:05
... 36AM +0100, Jack Stone wrote: > This patch adds a new function to kernel. ... linux/include/linux/kernel.h > @@ -228,6 +228,8 @@ extern void print_hex_dump(const ... printk(KERN_ERR fmt,##arg) > #else > @@ -236,6 +238,11 @@ static inline int __attribute__ ...
linux-kernel - Alexey Dobriyan - Jun 9 2007 - 14:03
... -i386/msr-index.h > =================================================================== > --- linux-2.6.22-rc3.orig/include/asm- ... CONFIG_4KSTACKS > #define PFM_ARCH_PMD_STK_ARG 2 > @@ -48,6 +52,15 @@ > #define PFM_ESCR_RSVD ~0x000000007ffffffcULL > ...
linux-kernel - Stephane Eranian - Jun 20 2007 - 16:43
... :00:38.000000000 +0400 | @@ -339,6 +379,14 @@ struct pid *find_get_pid( ... .000000000 +0400 | @@ -1153,16 +1154,6 @@ struct task_struct { | #endif | }; | | -static inline ... tsk->signal->__session = session; | @@ -1188,6 +1179,104 @@ static inline struct ...
linux-kernel - sukadev - Jul 10 2007 - 01:18
... I fixed it in the 15th patch! Let me see... Yup! It ... .000000000 +0400 > | @@ -1153,16 +1154,6 @@ struct task_struct { > | #endif > | }; > | > | -static inline ... tsk->signal->__session = session; > | @@ -1188,6 +1179,104 @@ static inline struct ...
linux-kernel - Pavel Emelianov - Jul 10 2007 - 02:49
... ever having appeared in the > > sparc-2.6.git tree, afaict. > > It's been in ... git trees on July 1,2,5,6,8,10 and 13 (at least) but git-sparc64.patch did not change between July 1 and ... scm/linux/kernel/git/davem/sparc-2.6.git. Perhaps that was the wrong ...
linux-kernel - Andrew Morton - Jul 16 2007 - 17:42
... files changed, 36 insertions(+) > > --- linux-2.6.22-rc6-mm1.orig/include/ ... /radix-tree.h > +++ linux-2.6.22-rc6-mm1/include/linux/ ... (struct radix_tree_root *root, > --- linux-2.6.22-rc6-mm1.orig/lib/radix-tree.c > +++ linux-2.6.22-rc6-mm1/lib/radix-tree ...
linux-kernel - Nick Piggin - Jul 23 2007 - 03:58
... I simply attach the updated patch. Fengguang --- Subject: radixtree: introduce radix_tree_next_hole() Cc: ... files changed, 38 insertions(+) --- linux-2.6.22-rc6-mm1.orig/include/linux ... (struct radix_tree_root *root, --- linux-2.6.22-rc6-mm1.orig/lib/ ...
linux-kernel - Fengguang Wu - Jul 23 2007 - 04:04
... simply attach the updated patch. > > Fengguang > --- > Subject: radixtree: introduce radix_tree_next_hole() > Cc: ... fix for the interleaved readahead patch. Signed-off-by: Fengguang Wu ... insertion(+), 1 deletion(-) --- linux-2.6.22-rc6-mm1.orig/mm ...
linux-kernel - Fengguang Wu - Jul 23 2007 - 04:12
... fixes in hostfs.
> Index: linux-2.6.22/fs/hostfs/hostfs_kern.c
> ... 6,22 +6,15 @@
> * 2003-02-10 Petr Baudis
linux-kernel - Satyam Sharma - Aug 18 2007 - 10:19
... ct.jp.nec.com Subject: [PATCH 6/7] blk_end_request: remove/unexport ... 19:02.000000000 -0400 @@ -3388,6 +3388,20 @@ static void blk_recalc_rq_sectors ... int error; @@ -3655,8 +3626,6 @@ void end_that_request_last(struct reques __blk_put_request ...
linux-kernel - Halevy, Benny - Sep 4 2007 - 17:25
... /linux-2.6.23-rc2_and_iscsi-iscsi-2007_08_09/0005-SCSI-bidi-support.patch) If ... interface, blk_end_request_callback(), is added in the patch 5/7. (http://marc.info/?l= ... to call only end_that_request_first() too. With the patch 7/7, you can set your ...
linux-kernel - Kiyoshi Ueda - Sep 4 2007 - 19:13
... /linux-2.6.23-rc2_and_iscsi-iscsi-2007_08_09/0005-SCSI-bidi-support.patch) > ... will be enough. Or we can patch end_request() to also call __end_that_request_first(req-> ... you prefer? I will adjust my patches accordingly. Thanks Boaz Harrosh - To ...
linux-kernel - Boaz Harrosh - Sep 5 2007 - 03:36
... so we can have it in > 2.6.24? > > Just in case anyone wonders what ... debug filesystem issues. > > Note that in this patch the actual logging code is rather nasty ... tracing code aswell. > > Changelog: > - Porting to 2.6.23-rc4-mm1 gave a reject ( ...
linux-kernel - Alexey Dobriyan - Sep 8 2007 - 03:04
... code aswell. > > > > Changelog: > > - Porting to 2.6.23-rc4-mm1 gave a reject ... I realized only after sending this patch set that the From: Christoph Hellwig ... been stripped off from the patch header. -- Mathieu Desnoyers Computer Engineering Ph ...
linux-kernel - Mathieu Desnoyers - Sep 8 2007 - 03:23
... filesystem issues. > > Note that in this patch the actual logging code is ... aswell. > > Changelog: > - Porting to 2.6.23-rc4-mm1 gave a ... spufs_ps_nopfn() : spufs_ps_nopfn__sleep and spufs_ps_nopfn__wake. The subject is rather confusing. What I ...
linux-kernel - Christoph Hellwig - Sep 8 2007 - 08:11
... , 2 Nov 2006, Nicolas Pitre wrote: > Another area of that patch I'm not really sure of is this: > > @@ -408,6 +415,7 @@ fetch_main () { > append_fetch_head "$sha1" "$remote" \ > "$remote_name" ...
git - Nicolas Pitre - Nov 2 2006 - 13:25