messages from 2009-12-11 01:04:36 to 2009-12-11 05:33:41 UTC [more...]
[00/34] 2.6.32.1-stable review
2009-12-11 5:28 UTC (26+ messages)
` [01/34] signal: Fix alternate signal stack check
` [03/34] SCSI: osd_protocol.h: Add missing #include
` [04/34] SCSI: megaraid_sas: fix 64 bit sense pointer truncation
` [05/34] ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC
` [06/34] ext4: avoid divide by zero when trying to mount a corrupted file system
` [08/34] ext4: fix lock order problem in ext4_move_extents()
` [11/34] ext4: make sure directory and symlink blocks are revoked
` [12/34] ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
` [15/34] ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero
` [16/34] ext4: fix block validity checks so they work correctly with meta_bg
` [19/34] ext4: make trim/discard optional (and off by default)
` [21/34] ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
` [22/34] ext4: initialize moved_len before calling ext4_move_extents()
` [23/34] ext4: move_extent_per_page() cleanup
` [24/34] jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()
` [25/34] ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
` [26/34] ext4: Avoid data / filesystem corruption when write fails to copy data
` [27/34] ext4: wait for log to commit when umounting
` [28/34] ext4: remove blocks from inode prealloc list on failure
` [29/34] ext4: ext4_get_reserved_space() must return bytes instead of blocks
` [30/34] ext4: quota macros cleanup
` [31/34] ext4: fix incorrect block reservation on quota transfer
` [32/34] ext4: Wait for proper transaction commit on fsync
` [33/34] ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
` [34/34] ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
[PATCH 0/3] gpiolib: gpio naming in sysfs
2009-12-11 5:22 UTC (14+ messages)
` [PATCH 2/3] gpiolib: add support for having symlinks under gpio class directory
` [PATCH 3/3] gpiolib: use chip->names for symlinks, always use gpioN for device names
[PATCH] cfq: Take whether cfq group is changed into account when choosing service tree
2009-12-11 5:02 UTC
linux-next: Tree for December 11
2009-12-11 5:01 UTC
[00/90] 2.6.31.8-stable review
2009-12-11 4:35 UTC (91+ messages)
` [01/90] ext4: Fix memory leak fix when mounting an ext4 filesystem
` [02/90] ext4: Avoid null pointer dereference when decoding EROFS w/o a journal
` [03/90] jbd2: Fail to load a journal if it is too short
` [04/90] jbd2: round commit timer up to avoid uncommitted transaction
` [05/90] ext4: fix journal ref count in move_extent_par_page
` [06/90] ext4: Fix bugs in mballocs stream allocation mode
` [07/90] ext4: Avoid group preallocation for closed files
` [08/90] jbd2: Annotate transaction start also for jbd2_journal_restart()
` [09/90] ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()
` [10/90] ext4: reject too-large filesystems on 32-bit kernels
` [11/90] ext4: Add feature set check helper for mount & remount paths
` [12/90] ext4: Add missing unlock_new_inode() call in extent migration code
` [13/90] ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
` [14/90] ext4: Limit number of links that can be created by ext4_link()
` [15/90] ext4: Restore wbc->range_start in ext4_da_writepages()
` [16/90] ext4: fix cache flush in ext4_sync_file
` [17/90] ext4: Fix wrong comparisons in mext_check_arguments()
` [18/90] ext4: Remove unneeded BUG_ON() in ext4_move_extents()
` [19/90] ext4: Return exchanged blocks count to user space in failure
` [20/90] ext4: Take page lock before looking at attached buffer_heads flags
` [21/90] ext4: print more sysadmin-friendly message in check_block_validity()
` [22/90] ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()
` [23/90] ext4: Assure that metadata blocks are written during fsync in no journal mode
` [24/90] ext4: Make non-journal fsync work properly
` [25/90] ext4: move ext4_mb_init_group() function earlier in the mballoc.c
` [26/90] ext4: check for need init flag in ext4_mb_load_buddy
` [27/90] ext4: Dont update superblock write time when filesystem is read-only
` [28/90] ext4: Always set dx_nodes fake_dirent explicitly
` [29/90] ext4: Fix initalization of s_flex_groups
` [30/90] ext4: Fix include/trace/events/ext4.h to work with Systemtap
` [31/90] ext4: Fix small typo for move_extent_per_page()
` [32/90] ext4: Replace get_ext_path macro with an inline funciton
` [33/90] ext4: Replace BUG_ON() with ext4_error() in move_extents.c
` [34/90] ext4: Add null extent check to ext_get_path
` [35/90] ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT
` [36/90] ext4: limit block allocations for indirect-block files to < 2^32
` [37/90] ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
` [38/90] ext4: Fix the alloc on close after a truncate hueristic
` [39/90] ext4: Fix hueristic which avoids group preallocation for closed files
` [40/90] ext4: Adjust ext4_da_writepages() to write out larger contiguous chunks
` [41/90] ext4: release reserved quota when block reservation for delalloc retry
` [42/90] ext4: Split uninitialized extents for direct I/O
` [43/90] ext4: Use end_io callback to avoid direct I/O fallback to buffered I/O
` [44/90] ext4: async direct IO for holes and fallocate support
` [45/90] ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
` [46/90] ext4: Avoid updating the inode table bh twice in no journal mode
` [47/90] ext4: Make sure ext4_dirty_inode() updates the inode "
` [48/90] ext4: Handle nested ext4_journal_start/stop calls without a journal
` [49/90] ext4: Fix time encoding with extra epoch bits
` [50/90] ext4: fix a BUG_ON crash by checking that page has buffers attached to it
` [51/90] ext4: retry failed direct IO allocations
` [52/90] ext4: discard preallocation when restarting a transaction during truncate
` [53/90] ext4: fix ext4_ext_direct_IO()s return value after converting uninit extents
` [54/90] ext4: skip conversion of uninit extents after direct IO if there isnt any
` [55/90] ext4: code clean up for dio fallocate handling
` [56/90] ext4: Fix return value of ext4_split_unwritten_extents() to fix direct I/O
` [57/90] ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC
` [58/90] ext4: avoid divide by zero when trying to mount a corrupted file system
` [59/90] ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
` [60/90] ext4: fix lock order problem in ext4_move_extents()
` [61/90] ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
` [62/90] ext4: plug a buffer_head leak in an error path of ext4_iget()
` [63/90] ext4: make sure directory and symlink blocks are revoked
` [64/90] ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
` [65/90] ext4: journal all modifications in ext4_xattr_set_handle
` [66/90] ext4: dont update the superblock in ext4_statfs()
` [67/90] ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zero
` [68/90] ext4: fix block validity checks so they work correctly with meta_bg
` [69/90] ext4: avoid issuing unnecessary barriers
` [70/90] ext4: fix error handling in ext4_ind_get_blocks()
` [71/90] ext4: make trim/discard optional (and off by default)
` [72/90] ext4: make "norecovery" an alias for "noload"
` [73/90] ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
` [74/90] ext4: initialize moved_len before calling ext4_move_extents()
` [75/90] ext4: move_extent_per_page() cleanup
` [76/90] jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer()
` [77/90] ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
` [78/90] ext4: Avoid data / filesystem corruption when write fails to copy data
` [79/90] ext4: wait for log to commit when umounting
` [80/90] ext4: remove blocks from inode prealloc list on failure
` [81/90] ext4: ext4_get_reserved_space() must return bytes instead of blocks
` [82/90] ext4: quota macros cleanup
` [83/90] ext4: fix incorrect block reservation on quota transfer
` [84/90] ext4: Wait for proper transaction commit on fsync
` [85/90] ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
` [86/90] SCSI: megaraid_sas: fix 64 bit sense pointer truncation
` [87/90] SCSI: osd_protocol.h: Add missing #include
` [88/90] SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
` [89/90] signal: Fix alternate signal stack check
` [90/90] ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
[PATCH 0/2] [GIT PULL][v2.6.33] ring-buffer: resizing issues
2009-12-11 4:50 UTC (3+ messages)
` [PATCH 1/2] [PATCH 1/2] ring-buffer: Use sync sched protection on ring buffer resizing
` [PATCH 2/2] [PATCH 2/2] ring-buffer: Move resize integrity check under reader lock
dynamic ftrace - graph
2009-12-11 4:37 UTC (2+ messages)
linux-next: tip tree build warning
2009-12-11 4:38 UTC
check_preempt_tick() check vruntime mistake?
2009-12-11 4:17 UTC
Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
2009-12-11 4:10 UTC (6+ messages)
` spinlock in completion_done() (was: Re: Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33))
[PATCH] vmscan: limit concurrent reclaimers in shrink_zone
2009-12-11 3:43 UTC (4+ messages)
Async suspend-resume patch w/ rwsems (was: Re: [GIT PULL] PM updates for 2.6.33)
2009-12-11 3:42 UTC (6+ messages)
` Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems)
[PATCH] tracing: Define kmem_trace_alloc_notrace unconditionally
2009-12-11 3:38 UTC (2+ messages)
An mm bug in today's 2.6.32 git tree
2009-12-11 3:38 UTC (6+ messages)
[PATCH] ipvs: fix synchronization on connection close
2009-12-11 3:35 UTC (2+ messages)
mmotm-2009-12-08-17-45 resume slowly
2009-12-11 3:35 UTC (6+ messages)
[PATCH v10 8/8] Loongson: YeeLoong: add input/hotkey driver
2009-12-11 3:32 UTC
[patch 0/9] Fix various __task_cred related invalid RCU assumptions
2009-12-11 3:25 UTC (6+ messages)
` [patch 1/9] sys: Fix missing rcu protection for __task_cred() access
` [patch 1/9] sys: Fix missing rcu protection for __task_cred()access
[PATCH] drivers/usb/gadget: Use ERR_PTR/IS_ERR
2009-12-11 3:20 UTC (2+ messages)
[PATCH v6] x86/apic: limit irq affinity
2009-12-11 3:16 UTC (10+ messages)
[PATCH 2/2]ACPI: assign different lockdep key for acpi works
2009-12-11 3:04 UTC
[PATCH 07/10] trace_syscalls: init print_fmt
2009-12-11 3:04 UTC (4+ messages)
[PATCH 1/2]workqueue:introduce INIT_WORK_KEY()
2009-12-11 3:04 UTC
[PATCH 0/4] ftrace - Add function duration tracer to ftrace
2009-12-11 2:50 UTC (4+ messages)
[PATCH v9 0/8] Loongson: YeeLoong: add platform drivers
2009-12-11 2:47 UTC (10+ messages)
` [PATCH v9 1/8] MIPS: add subdirectory for platform extension drivers
` [PATCH v9 2/8] Loongson: YeeLoong: add platform driver
` [PATCH v9 3/8] Loongson: YeeLoong: add backlight driver
` [PATCH v9 4/8] Loongson: YeeLoong: add battery driver
` [PATCH v9 5/8] Loongson: YeeLoong: add hardware monitoring driver
` [PATCH v9 6/8] Loongson: YeeLoong: add video output driver
` [PATCH v9 7/8] Loongson: YeeLoong: add suspend support
` [PATCH v9 8/8] Loongson: YeeLoong: add input/hotkey driver
[PULL REQUEST] md updates for 2.6.33 merge window
2009-12-11 2:37 UTC
max2165 problem / kernel problem 2.6.32-git5
2009-12-11 2:37 UTC
[RFC PATCH 0/4] clockevents: fix clockevent_devices list corruption after cpu hotplug
2009-12-11 2:29 UTC (3+ messages)
[PATCH] [0/31] HWPOISON 2.6.33 pre-merge posting
2009-12-11 2:14 UTC (6+ messages)
` [PATCH] [23/31] HWPOISON: add memory cgroup filter
[RFC][PATCH v2 0/8] vmscan: AIM7 scalability improvement
2009-12-11 2:11 UTC (3+ messages)
` [RFC][PATCH v2 8/8] Don't deactivate many touched page
[PATCH] iop-adma.c: use resource_size()
2009-12-11 1:56 UTC
[PATCH] fsldma.c: use resource_size()
2009-12-11 1:51 UTC
[PATCH] x86, msr: add support for non-contiguous cpumasks
2009-12-11 1:49 UTC (2+ messages)
2.6.31 -> 2.6.32 Sound and video regressions
2009-12-11 1:49 UTC (8+ messages)
[PATCH] dw_dmac.c: remove unnecessary memset() and use resource_size()
2009-12-11 1:44 UTC
mmotm 2009-12-10-17-19 uploaded
2009-12-11 1:19 UTC
[patch 0/2] sched: Change nohz ilb logic from pull to push model
2009-12-11 1:27 UTC (3+ messages)
` [patch 1/2] sched: Change the "
` [patch 2/2] sched: Scale the nohz_tracker logic by making it per NUMA node
[PATCH V2 2/8] Squashfs: Factor out remaining zlib dependencies into separate wrapper file
2009-12-11 1:34 UTC
[PATCH V2 5/8] Squashfs: add support for LZMA compressed filesystems
2009-12-11 1:34 UTC
[PATCH V2 8/8] lzma: make lzma reentrant
2009-12-11 1:34 UTC
[PATCH V2 4/8] Squashfs: add decompressor entries for lzma and lzo
2009-12-11 1:34 UTC
[OOPS] Radeon KMS with 2.6.32 and agp not compiled in
2009-12-11 1:25 UTC
[PATCH V2 1/8] Squashfs: move zlib decompression wrapper code into a separate file
2009-12-11 1:34 UTC
[git pull] drm
2009-12-11 1:34 UTC (11+ messages)
[PATCH] timeriomem-rng.c: use resource_size()
2009-12-11 1:34 UTC (2+ messages)
[PATCH V2 3/8] Squashfs: add a decompressor framework
2009-12-11 1:34 UTC
[PATCH V2 7/8] Squashfs: select DECOMPRESS_LZMA_NEEDED when including support for lzma
2009-12-11 1:34 UTC
[PATCH V2 6/8] lzma: Make lzma available to non initramfs/initrd code
2009-12-11 1:34 UTC
[PATCH V2 0/9] Squashfs: Add support for LZMA compressed filesystems
2009-12-11 1:34 UTC
[PATCH]about eicon: array subscript is above array bounds
2009-12-11 1:31 UTC (3+ messages)
[PATCH] at_hdmac.c: use resource_size()
2009-12-11 1:29 UTC
[RFC mm][PATCH 0/5] per mm counter updates
2009-12-11 1:26 UTC (12+ messages)
` [RFC mm][PATCH 2/5] percpu cached mm counter
` [RFC mm][PATCH 3/5] counting swap ents per mm
` [RFC mm][PATCH 4/5] add a lowmem check function
` [RFC mm][PATCH 5/5] counting lowmem rss per mm
[RFC] [PATCH] In-kernel gdbstub based on utrace Infrastructure
2009-12-11 1:27 UTC (11+ messages)
linux-next: rr tree build failure
2009-12-11 1:26 UTC
[PATCH]: AMD cache - Fix stale data in shared_cpu_map cpumasks
2009-12-11 1:24 UTC (2+ messages)
` [tip:x86/urgent] x86, AMD: Fix stale cpuid4_info shared_map "
[PATCH] uvcvideo: add another YUYV format GUID
2009-12-11 1:21 UTC (4+ messages)
[PATCH] x86: Limit the number of processor bootup messages
2009-12-11 1:19 UTC
[PATCH 06/10] tracing: add print_fmt field
2009-12-11 1:17 UTC (3+ messages)
[PATCH] x86, amd: Make check_c1e_idle explicit
2009-12-11 1:03 UTC (2+ messages)
[PATCH] thinkpad_acpi: convert to seq_file
2009-12-11 1:04 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