pandora-kernel.git
2011-05-23 Artem BityutskiyUBIFS: switch to dynamic printks
2011-05-20 Artem BityutskiyUBIFS: fix kernel-doc comments
2011-05-16 Artem BityutskiyUBIFS: fix extremely rare mount failure
2011-05-16 Artem BityutskiyUBIFS: simplify LEB recovery function further
2011-05-16 Artem BityutskiyUBIFS: always cleanup the recovered LEB
2011-05-16 Artem BityutskiyUBIFS: clean up LEB recovery function
2011-05-16 Matthew L.... UBIFS: fix-up free space on mount if flag is set
2011-05-16 Matthew L.... UBIFS: add the fixup function
2011-05-16 Matthew L.... UBIFS: add a superblock flag for free space fix-up
2011-05-16 Artem BityutskiyUBIFS: share the next_log_lnum helper
2011-05-16 Artem BityutskiyUBIFS: expect corruption only in last journal head...
2011-05-16 Artem BityutskiyUBIFS: synchronize write-buffer before switching to...
2011-05-16 Artem BityutskiyUBIFS: remove BUG statement
2011-05-16 Artem BityutskiyUBIFS: change bud replay function conventions
2011-05-16 Artem BityutskiyUBIFS: substitute the replay tree with a replay list
2011-05-16 Artem BityutskiyUBIFS: simplify replay
2011-05-16 Artem BityutskiyUBIFS: store free and dirty space in the bud replay...
2011-05-16 Artem BityutskiyUBIFS: remove unnecessary stack variable
2011-05-16 Artem BityutskiyUBIFS: double check that buds are replied in order
2011-05-16 Artem BityutskiyUBIFS: make 2 functions static
2011-05-16 Artem BityutskiyUBIFS: improve commentary
2011-05-16 Artem BityutskiyUBIFS: improve debugging messages
2011-05-16 Artem BityutskiyUBIFS: dump more in the lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: simplify error path in lprops debugging check
2011-05-16 Artem BityutskiyUBIFS: improve debugging lprops scanning a little
2011-05-13 Artem BityutskiyUBIFS: fix a rare memory leak in ro to rw remounting...
2011-05-13 Artem BityutskiyUBIFS: fix inode size debugging check failure
2011-05-13 Artem BityutskiyUBIFS: fix debugging FS checking failure
2011-05-13 Artem BityutskiyUBIFS: remove an unneeded check
2011-05-13 Artem BityutskiyUBIFS: fix debugging message
2011-05-13 Artem BityutskiyUBIFS: refactor ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: split ubifs_rcvry_gc_commit
2011-05-13 Artem BityutskiyUBIFS: dump the stack on errors in failure mode too
2011-05-13 Artem BityutskiyUBIFS: print useful debugging messages when cannot...
2011-05-13 Artem BityutskiyUBIFS: remove dead GC LEB recovery piece of code
2011-05-13 Artem BityutskiyUBIFS: remove duplicated code
2011-05-13 Artem BityutskiyUBIFS: remove strange commentary
2011-05-13 Artem BityutskiyUBIFS: do not change debugfs file position
2011-05-13 Artem BityutskiyUBIFS: fix oops in lprops dump function
2011-05-13 Artem BityutskiyUBIFS: use ro_mount instead of MS_RDONLY
2011-05-13 Artem BityutskiyUBIFS: use EROFS when emulating failures
2011-05-13 Sedat DilekUBIFS: make xattr operations names consistent
2011-05-13 Artem BityutskiyUBIFS: introduce lsave debugging
2011-05-13 Artem BityutskiyUBIFS: make force in-the-gaps to be a general self...
2011-05-13 Artem BityutskiyUBIFS: improve space checking debugging feature
2011-05-13 Artem BityutskiyUBIFS: rearrange the budget dump
2011-05-13 Artem BityutskiyUBIFS: simplify dbg_dump_budg calling conventions
2011-05-13 Artem BityutskiyUBIFS: introduce a separate structure for budgeting...
2011-05-13 Artem BityutskiyUBIFS: use __packed instead of __attribute__((packed))
2011-05-13 Artem BityutskiyUBIFS: fix minor stylistic issues
2011-05-13 Artem BityutskiyUBIFS: make debugfs files non-seekable
2011-05-10 Linus TorvaldsLinux 2.6.39-rc7 v2.6.39-rc7
2011-05-10 Hugh Dickinsvm: fix vm_pgoff wrap in upward expansion
2011-05-09 Linus TorvaldsMerge branch 'drm-intel-fixes' of git://git./linux...
2011-05-09 Mikulas PatockaDon't lock guardpage if the stack is growing up
2011-05-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-05-09 Alex Williamsondrm/i915/lvds: Only act on lid notify when the device...
2011-05-09 Chris Wilsondrm/i915: fix intel_crtc_clock_get pipe reads after...
2011-05-09 Chris Wilsondrm/i915: Only enable the plane after setting the fb...
2011-05-09 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2011-05-09 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2011-05-09 Linus TorvaldsMerge branch 'hpfs'
2011-05-09 Mikulas PatockaHPFS: Remove unused variable
2011-05-09 Mikulas PatockaHPFS: Move declaration up, so that there are no out...
2011-05-09 Mikulas PatockaHPFS: Fix some unaligned accesses
2011-05-09 Mikulas PatockaHPFS: Fix endianity. Make hpfs work on big-endian machines
2011-05-09 Mikulas PatockaHPFS: Implement fsync for hpfs
2011-05-09 Mikulas PatockaHPFS: Fix a bug that filesystem was not marked dirty...
2011-05-09 Mikulas PatockaHPFS: Restrict uid and gid to 16-bit values
2011-05-09 Mikulas PatockaHPFS: When marking or clearing the dirty bit, sync...
2011-05-09 Mikulas PatockaHPFS: Use types with defined width
2011-05-09 Mikulas PatockaHPFS: Remove mark_inode_dirty
2011-05-09 Mikulas PatockaHPFS: Remove CR/LF conversion option
2011-05-09 Mikulas PatockaHPFS: Remove remaining locks
2011-05-09 Mikulas PatockaHPFS: Introduce a global mutex and lock it on every...
2011-05-09 Mikulas PatockaHPFS: Make HPFS compile on preempt and SMP
2011-05-09 Matthew Garretteeepc-laptop: Use ACPI handle to identify rfkill port
2011-05-09 Mattia Dongili[PATCH] sony-laptop: limit brightness range to DSDT...
2011-05-09 Mattia Dongilisony-laptop: report failures on setting LCD brightness
2011-05-09 Manoj Iyerthinkpad-acpi: module autoloading for newer Lenovo...
2011-05-08 Alex Deucherdrm/radeon/kms: add pci id to acer travelmate quirk...
2011-05-08 Ilija Hadzicdrm/radeon: fix order of doing things in radeon_crtc_cu...
2011-05-08 Daniel Vetterdrm: mm: fix debug output
2011-05-08 Dave AirlieMerge remote branch 'nouveau/drm-nouveau-fixes' of...
2011-05-08 Alex Deucherdrm/radeon/kms: ATPX switcheroo fixes
2011-05-08 Jimmy Rentzdrm/nouveau: Fix a crash at card takedown for NV40...
2011-05-07 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2011-05-07 Lin Mingperf tools: Makefile: Use gcc to determine ARCH
2011-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2011-05-06 Arjan van de VenRegression: partial revert "tracing: Remove lock_depth...
2011-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2011-05-06 Timo WarnsValidate size of EFI GUID partition entries.
2011-05-06 Peter Zijlstraperf events, x86: Fix Intel Nehalem and Westmere last...
2011-05-06 Frederic Weisbeckerhw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT...
2011-05-06 Ingo MolnarMerge branch 'master' of ssh:///linux/kernel/git/torval...
2011-05-06 Linus TorvaldsMerge branch 'for-linus' of git://github.com/at91linux...
2011-05-05 Linus TorvaldsVM: skip the stack guard page lookup in get_user_pages...
2011-05-04 Linus TorvaldsMerge branch 'staging-linus' of git://git./linux/kernel...
2011-05-04 Linus TorvaldsMerge branch 'usb-linus' of git://git./linux/kernel...
next