All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-12-11 03:04:54 to 2009-12-11 05:31:57 UTC [more...]

[00/34] 2.6.32.1-stable review
 2009-12-11  5:28 UTC  (19+ 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
  ` [16/34] ext4: fix block validity checks so they work correctly with meta_bg
  ` [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)

(no subject)
 2009-12-11  5:31 UTC 

[PATCH] wrap long help lines
 2009-12-11  5:14 UTC 

[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 net-next-2.6] bonding: allow arp_ip_targets to be on a separate vlan from bond device
 2009-12-11  5:17 UTC  (11+ messages)
                ` [PATCH net-next-2.6 v3] bonding: allow arp_ip_targets on separate vlans to use arp validation

[PATCH] OMAP3: hwmod: check for clkdomain pointer before accesing it to change the sleep dependencies
 2009-12-11  5:07 UTC  (5+ messages)

[PATCH] cfq: Take whether cfq group is changed into account when choosing service tree
 2009-12-11  5:02 UTC 

[PATCH] Fix double free of MPT request frames
 2009-12-10 22:36 UTC 

Intel G45 8-Channel LPCM over HDMI
 2009-12-11  5:03 UTC  (6+ messages)

linux-next: Tree for December 11
 2009-12-11  5:01 UTC 

[Qemu-devel] vmware video broken in git
 2009-12-11  4:59 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

[RFC] gianfar: Fix stats support
 2009-12-11  4:50 UTC  (3+ messages)

[PATCH] gianfar: Fix a filer bug
 2009-12-11  4:44 UTC  (3+ messages)

[PATCH 1/6 v2] OMAP4: Fix cpu detection
 2009-12-11  4:43 UTC  (4+ messages)

dynamic ftrace - graph
 2009-12-11  4:37 UTC  (2+ messages)

linux-next: tip tree build warning
 2009-12-11  4:38 UTC 

[PATCH 0/5] Intel HDMI fixes
 2009-12-11  4:28 UTC  (6+ messages)
` [PATCH 1/5] hda - show HBR(High Bit Rate) pin cap in procfs
` [PATCH 2/5] intelhdmi - accept DisplayPort pin
` [PATCH 3/5] intelhdmi - channel mapping applies to Pin
` [PATCH 4/5] intelhdmi - add channel mapping for typical configurations
` [PATCH 5/5] intelhdmi - dont power off HDA link

Git pull request: small Kirkwood/Dove updates
 2009-12-11  4:20 UTC 

check_preempt_tick() check vruntime mistake?
 2009-12-11  4:17 UTC 

[dm-crypt] how to determine the mapped device from the original device
 2009-12-11  4:17 UTC  (2+ messages)

[PATCH] /cgroup/<pid> may already exist
 2009-12-11  4:12 UTC 

[PATCH][cr-tests] Ensure pthread stack attributes are restored
 2009-12-11  4:11 UTC 

Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33)
 2009-12-11  4:10 UTC  (7+ messages)
` spinlock in completion_done() (was: Re: Async resume patch (was: Re: [GIT PULL] PM updates for 2.6.33))

[PATCH][cr-tests] Have threads wait in pthread_cond_wait()
 2009-12-11  4:10 UTC 

[PATCH][cr-tests] Have ps list all threads in application
 2009-12-11  4:08 UTC 

[dm-crypt] Exhaustive key reading seems to silently stop on error
 2009-12-11  4:06 UTC  (2+ messages)

[PATCH] Input: gpio-keys: Support for one-directional interrupts
 2009-12-11  4:03 UTC  (6+ messages)

[Uclinux-dist-devel] [PATCH v3] add the driver for Analog Devices Blackfin on-chip CAN controllers
 2009-12-11  4:00 UTC  (7+ messages)

[PATCH] [OMAP] gpio: Simultaneously requested rising and falling edge
 2009-12-11  3:59 UTC 

Does fsync() block read and write ops on the same file?
 2009-12-11  3:55 UTC  (2+ messages)

[PATCH] acpi: Disable explicit power state retrieval on fans
 2009-12-11  3:52 UTC  (2+ messages)

[LTP] Build failure with ltp-2009-12-08 cvs
 2009-12-11  3:47 UTC  (3+ messages)

[PATCH] vmscan: limit concurrent reclaimers in shrink_zone
 2009-12-11  3:43 UTC  (6+ messages)

Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems)
 2009-12-11  3:42 UTC  (3+ messages)

[PATCH] tracing: Define kmem_trace_alloc_notrace unconditionally
 2009-12-11  3:38 UTC  (4+ messages)

An mm bug in today's 2.6.32 git tree
 2009-12-11  3:38 UTC  (8+ 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] ov511: fix probe() hang due to double mutex_lock
 2009-12-11  3:32 UTC  (2+ messages)
` [stable] "

[PATCH v10 8/8] Loongson: YeeLoong: add input/hotkey driver
 2009-12-11  3:32 UTC 

[lm-sensors] sensors-detect: probing i2c sensors racy?
 2009-12-11  3:31 UTC  (2+ messages)

[RFC:PATCH 00/03] powerpc: Expose BookE debug registers through extended ptrace interface
 2009-12-11  3:28 UTC  (6+ messages)
` [RFC:PATCH 02/03] powerpc: Add definitions for Debug Registers on BookE Platforms
` [RFC:PATCH 03/03] powerpc: Add support for BookE Debug Reg. traps, exceptions and ptrace

[PATCH dmraid 0/1] pdc metadata bug fix
 2009-12-11  3:27 UTC  (2+ messages)
` [PATCH dmraid 1/1] Ensure metadata dump of pdc metadata has the correct offset

[PATCH] sh_mobile_ceu_camera: Remove frame size page alignment
 2009-12-11  3:26 UTC  (3+ messages)

Disappointing performance of copy (MD raid + XFS)
 2009-12-11  3:26 UTC  (6+ messages)

[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 libdmraid-events 0/3] Assorted fixes
 2009-12-11  3:22 UTC  (4+ messages)
` [PATCH libdmraid-events 1/3] Add some missing closedir calls
` [PATCH libdmraid-events 2/3] Fix some issues with use of snprintf
` [PATCH libdmraid-events 3/3] Fix minor memory leak in lib_main

[PATCH] drivers/usb/gadget: Use ERR_PTR/IS_ERR
 2009-12-11  3:20 UTC  (3+ messages)

[Qemu-devel] TCG is hard to understand!
 2009-12-11  3:18 UTC  (5+ messages)

[PATCH v6] x86/apic: limit irq affinity
 2009-12-11  3:16 UTC  (10+ messages)

[PATCH] powerpc/85xx: Workaround MPC8572/MPC8536 GPIO 1 errata
 2009-12-11  3:11 UTC  (2+ messages)

[RFC][PATCH 4/5] input: serio: add support for Amstrad Delta serial keyboard port
 2009-12-11  3:09 UTC  (2+ messages)

[PATCH 0/6] Gitweb caching changes v2
 2009-12-11  3:09 UTC  (8+ messages)
` [PATCH 1/6] GITWEB - Load Checking

[PATCH 2/2]ACPI: assign different lockdep key for acpi works
 2009-12-11  3:04 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.