pandora-kernel.git
2013-03-20 Theodore Ts'oext4: fix data=journal fast mount/umount hang
2013-03-20 Theodore Ts'oext4: fix ext4_evict_inode() racing against workqueue...
2013-03-18 Dmitry Monakhovext4: fix memory leakage in mext_check_coverage
2013-03-12 Lukas Czernerext4: use s_extent_max_zeroout_kb value as number of kb
2013-03-12 Theodore Ts'oext4: use atomic64_t for the per-flexbg free_clusters...
2013-03-11 Jan Karajbd2: fix use after free in jbd2_journal_dirty_metadata()
2013-03-11 Lukas Czernerext4: reserve metadata block for every delayed write
2013-03-11 Lukas Czernerext4: update reserved space after the 'correction'
2013-03-11 Lukas Czernerext4: do not use yield()
2013-03-11 Lukas Czernerext4: remove unused variable in ext4_free_blocks()
2013-03-11 Jan Karaext4: fix WARN_ON from ext4_releasepage()
2013-03-11 Zheng Liuext4: fix the wrong number of the allocated blocks...
2013-03-11 Zheng Liuext4: update extent status tree after an extent is...
2013-03-11 Zheng Liuext4: fix wrong m_len value after unwritten extent...
2013-03-11 Dmitry Monakhovext4: add self-testing infrastructure to do a sanity...
2013-03-11 Zheng Liuext4: avoid a potential overflow in ext4_es_can_be_merged()
2013-03-04 Dmitry Monakhovext4: invalidate extent status tree during extent migration
2013-03-04 Jan Karaext4: remove unnecessary wait for extent conversion...
2013-03-04 Dmitry Monakhovext4: add warning to ext4_convert_unwritten_extents_endio
2013-03-04 Dmitry Monakhovext4: disable merging of uninitialized extents
2013-03-04 Dmitry Monakhovext4: ext4_split_extent should take care of extent...
2013-03-02 Jan Karaext4: enable quotas before orphan cleanup
2013-03-02 Jan Karaext4: don't allow quota mount options when quota featur...
2013-03-02 Zheng Liuext4: fix a warning from sparse check for ext4_dir_llseek
2013-03-02 Lukas Czernerext4: convert number of blocks to clusters properly
2013-03-02 Wei Yongjunext4: fix possible memory leak in ext4_remount()
2013-03-02 Dmitry Monakhovjbd2: fix ERR_PTR dereference in jbd2__journal_start
2013-03-02 Theodore Ts'oext4: use percpu counter for extent cache count
2013-03-01 Theodore Ts'oext4: optimize ext4_es_shrink()
2013-02-27 Theodore Ts'oext4: fix extent status tree regression for file system...
2013-02-22 Lukas Czernerext4: fix free clusters calculation in bigalloc filesystem
2013-02-22 Eryu Guanext4: no need to remove extent if len is 0 in ext4_es_r...
2013-02-18 Lukas Czernerext4: fix xattr block allocation/release with bigalloc
2013-02-18 Zheng Liuext4: reclaim extents from extent status tree
2013-02-18 Zheng Liuext4: adjust some functions for reclaiming extents...
2013-02-18 Zheng Liuext4: remove single extent cache
2013-02-18 Zheng Liuext4: lookup block mapping in extent status tree
2013-02-18 Zheng Liuext4: track all extent status in extent status tree
2013-02-18 Zheng Liuext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN...
2013-02-18 Zheng Liuext4: rename and improbe ext4_es_find_extent()
2013-02-18 Zheng Liuext4: add physical block and status member into extent...
2013-02-18 Zheng Liuext4: refine extent status tree
2013-02-15 Theodore Ts'oext4: use ERR_PTR() abstraction for ext4_append()
2013-02-15 Theodore Ts'oext4: refactor code to read directory blocks into ext4_...
2013-02-14 Theodore Ts'oext4: add debugging context for warning in ext4_da_upda...
2013-02-14 Theodore Ts'oext4: use KERN_WARNING for warning messages
2013-02-09 Theodore Ts'ojbd2: use module parameters instead of debugfs for...
2013-02-09 Theodore Ts'oext4: use module parameters instead of debugfs for...
2013-02-09 Theodore Ts'oext4: start handle at the last possible moment when...
2013-02-09 Theodore Ts'oext4: fix the number of credits needed for acl ops...
2013-02-09 Theodore Ts'oext4: fix the number of credits needed for ext4_unlink...
2013-02-09 Theodore Ts'oext4: fix the number of credits needed for ext4_ext_mig...
2013-02-09 Theodore Ts'oext4: start handle at the last possible moment in ext4_...
2013-02-09 Theodore Ts'oext4: start handle at the last possible moment in ext4_...
2013-02-09 Theodore Ts'oext4: grab page before starting transaction handle...
2013-02-09 Theodore Ts'oext4: pass context information to jbd2__journal_start()
2013-02-08 Theodore Ts'oext4: move the jbd2 wrapper functions out of super.c
2013-02-08 Theodore Ts'ojbd2: add tracepoints which provide per-handle statistics
2013-02-07 Theodore Ts'ojbd2: revert "jbd2: add COW fields to struct jbd2_journ...
2013-02-07 Theodore Ts'ojbd2: track request delay statistics
2013-02-04 Theodore Ts'oext4: optimize mballoc for large allocations
2013-02-03 Theodore Ts'oext4: check incompatible mount options while mounting...
2013-02-03 Jan Karaext4: print error when argument of inode_readahead_blk...
2013-02-03 Jan Karaext4: make mount option parsing loop more logical
2013-02-03 Jan Karaext4: move several mount options to standard handling...
2013-02-02 Cong Dingext4: reduce one "if" comparison in ext4_dirhash()
2013-02-02 Niu Yaweiext4: fix race in ext4_mb_add_n_trim()
2013-02-02 Akria Fujitaext4: fix smatch warning in move_extent.c's mext_replac...
2013-02-02 Julia Lawallext4: use WARN in ext4_alloc_blocks
2013-01-30 Eric Sandeenjbd2: don't wake kjournald unnecessarily
2013-01-30 Jan Karaext4: fix possible use-after-free with AIO
2013-01-29 Guo Chaoext4: remove unnecessary NULL pointer check
2013-01-29 Guo Chaoext4: remove useless assignment in dx_probe()
2013-01-29 Guo Chaoext4: remove unused variable in add_dirent_to_buf()
2013-01-29 Guo Chaoext4: release buffer when checksum failed
2013-01-29 Lukas Czernerext4: remove explicit WARN_ON when ext4_map_blocks...
2013-01-29 Lukas Czernerext4: remove unused variable flags
2013-01-29 Jan Karaext4: fix ext4_writepage() to achieve data=ordered...
2013-01-29 Jan Karaext4: Make ext4_bio_writepage() handle unprepared buffers
2013-01-28 Jan Karaext4: simplify mpage_add_bh_to_extent()
2013-01-28 Jan Karaext4: dirty page has always buffers attached
2013-01-28 Jan Karaext4: simplify list handling in ext4_do_flush_completed...
2013-01-28 Jan Karaext4: move work from io_end to inode
2013-01-28 Jan Karaext4: remove __ext4_journalled_writepage() from mpage_d...
2013-01-28 Jan Karaext4: use redirty_page_for_writepage() in ext4_bio_writ...
2013-01-28 Jan Karaext4: Always use ext4_bio_write_page() for writeout
2013-01-28 Zheng Liuext4: add punching hole support for non-extent-mapped...
2013-01-25 Chen Gangext4: fix memory leak when quota options are specified...
2013-01-25 Theodore Ts'oquota: autoload the quota_v2 module for QFMT_VFS_V1...
2013-01-25 Theodore Ts'oext4: release sysfs kobject when failing to enable...
2013-01-17 Zheng Liuext4: add tracepoint in punching hole
2013-01-13 Theodore Ts'oext4: trigger the lazy inode table initialization after...
2013-01-12 Eryu Guanext4: check bh in ext4_read_block_bitmap()
2013-01-12 Wang Shilongext4: use unlikely to improve the efficiency of the...
2013-01-12 Theodore Ts'oext4: return ENOMEM if sb_getblk() fails
2013-01-10 Linus TorvaldsLinux 3.8-rc3 v3.8-rc3
2013-01-09 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-01-09 Linus TorvaldsMerge tag 'edac_fixes_for_3.8' of git://git./linux...
2013-01-09 Linus Torvaldsmm: reinstante dropped pmd_trans_splitting() check
2013-01-09 Marc Dionnecred: Remove tgcred pointer from struct cred
next