]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2013-07-06 Jan Karaext4: silence warning in ext4_writepages()
2013-07-01 Ashish Sangwanext4: optimize starting extent in ext4_ext_rm_leaf()
2013-07-01 Theodore Ts'ojbd2: invalidate handle if jbd2_journal_restart() fails
2013-07-01 Theodore Ts'oext4: translate flag bits to strings in tracepoints
2013-07-01 Theodore Ts'oext4: fix up error handling for mpage_map_and_submit_ex...
2013-07-01 Theodore Ts'ojbd2: fix theoretical race in jbd2__journal_restart
2013-07-01 Lukas Czernerext4: only zero partial blocks in ext4_zero_partial_blo...
2013-07-01 Theodore Ts'oext4: check error return from ext4_write_inline_data_end()
2013-07-01 jon ernstext4: delete unnecessary C statements
2013-07-01 Al Viroext3,ext4: don't mess with dir_file->f_pos in htree_dir...
2013-07-01 Theodore Ts'ojbd2: move superblock checksum calculation to jbd2_writ...
2013-07-01 Ashish Sangwanext4: pass inode pointer instead of file pointer to...
2013-07-01 boxi liuext4: improve free space calculation for inline_data
2013-07-01 Joe Perchesext4: reduce object size when !CONFIG_PRINTK
2013-07-01 Zheng Liuext4: improve extent cache shrink mechanism to avoid...
2013-07-01 Alexey Khoroshilovext4: implement error handling of ext4_mb_new_prealloca...
2013-07-01 Maarten ter... ext4: fix corruption when online resizing a fs with...
2013-06-17 Jon Ernstext4: delete unused variables
2013-06-13 Jie Liuext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents
2013-06-13 Paul Gortmakerjbd2: remove debug dependency on debug_fs and update...
2013-06-13 Paul Gortmakerjbd2: use a single printk for jbd_debug()
2013-06-13 Paul Gortmakerjbd/jbd2: relocate bit_spinlock header to jbd_common
2013-06-13 Paul Gortmakerjbd2: fix duplicate debug label for phase 2
2013-06-13 Paul Gortmakerjbd2: drop checkpoint mutex when waiting in __jbd2_log_...
2013-06-13 Paul Gortmakerjbd2: relocate assert after state lock in journal_commi...
2013-06-13 Dmitry Monakhovext4: Fix fsync error handling after filesystem abort
2013-06-13 Dmitry Monakhovext4: fix data integrity for ext4_sync_fs
2013-06-13 Dmitry Monakhovjbd2: optimize jbd2_journal_force_commit
2013-06-12 Theodore Ts'oext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily
2013-06-12 Theodore Ts'oext4: add cond_resched() to ext4_free_blocks() & ext4_m...
2013-06-06 Theodore Ts'oext4: use ext4_da_writepages() for all modes
2013-06-06 Theodore Ts'oext4: optimize test_root()
2013-06-06 Theodore Ts'oext4: add sanity check to ext4_get_group_info()
2013-06-06 Theodore Ts'oext4: verify group number in verify_group_input() befor...
2013-06-06 Theodore Ts'oext4: add check to io_submit_init_bio
2013-06-04 Jan Karaext4: remove ext4_ioend_wait()
2013-06-04 Jan Karaext4: don't wait for extent conversion in ext4_punch_hole()
2013-06-04 Jan Karaext4: Remove wait for unwritten extents in ext4_ind_dir...
2013-06-04 Jan Karaext4: remove i_mutex from ext4_file_sync()
2013-06-04 Jan Karaext4: use generic_file_fsync() in ext4_file_fsync(...
2013-06-04 Jan Karaext4: remove wait for unwritten extent conversion from...
2013-06-04 Jan Karaext4: protect extent conversion after DIO with i_dio_count
2013-06-04 Jan Karaext4: defer clearing of PageWriteback after extent...
2013-06-04 Jan Karaext4: split extent conversion lists to reserved & unres...
2013-06-04 Jan Karaext4: use transaction reservation for extent conversion...
2013-06-04 Jan Karaext4: remove buffer_uninit handling
2013-06-04 Jan Karaext4: restructure writeback path
2013-06-04 Jan Karaext4: better estimate credits needed for ext4_da_writep...
2013-06-04 Jan Karaext4: improve writepage credit estimate for files with...
2013-06-04 Jan Karaext4: deprecate max_writeback_mb_bump sysfs attribute
2013-06-04 Jan Karaext4: stop messing with nr_to_write in ext4_da_writepages()
2013-06-04 Jan Karaext4: provide wrappers for transaction reservation...
2013-06-04 Jan Karajbd2: transaction reservation support
2013-06-04 Jan Karajbd2: remove unused waitqueues
2013-06-04 Jan Karajbd2: fix race in t_outstanding_credits update in jbd2_...
2013-06-04 Jan Karajbd2: cleanup needed free block estimates when starting...
2013-06-04 Jan Karajbd2: remove outdated comment
2013-06-04 Jan Karajbd2: refine waiting for shadow buffers
2013-06-04 Jan Karajbd2: remove journal_head from descriptor buffers
2013-06-04 Jan Karajbd2: don't create journal_head for temporary journal...
2013-06-04 Jan Karaext4: use io_end for multiple bios
2013-05-31 Jan Karaext4: fix overflow when counting used blocks on 32...
2013-05-31 Jan Karaext4: fix data offset overflow in ext4_xattr_fiemap...
2013-05-31 Jan Karaext4: fix overflows in SEEK_HOLE, SEEK_DATA implementations
2013-05-31 Jan Karaext4: fix data offset overflow on 32-bit archs in ext4_...
2013-05-28 Paul Taysomext4: suppress ext4 orphan messages on mount
2013-05-28 Darrick J.... jbd2: fix block tag checksum verification brokenness
2013-05-28 Zheng Liujbd2: use kmem_cache_zalloc for allocating journal...
2013-05-28 Lukas Czernerext4: make punch hole code path work with bigalloc
2013-05-28 Lukas Czernerext4: update ext4_ext_remove_space trace point
2013-05-28 Lukas Czernerext4: remove unused code from ext4_remove_blocks()
2013-05-28 Lukas Czernerext4: remove unused discard_partial_page_buffers
2013-05-28 Lukas Czernerext4: use ext4_zero_partial_blocks in punch_hole
2013-05-28 Lukas Czernerext4: truncate_inode_pages() in orphan cleanup path
2013-05-28 Lukas CzernerRevert "ext4: fix fsx truncate failure"
2013-05-28 Lukas Czernerext4: Call ext4_jbd2_file_inode() after zeroing block
2013-05-28 Lukas CzernerRevert "ext4: remove no longer used functions in inode.c"
2013-05-28 Lukas Czernermm: teach truncate_inode_pages_range() to handle non...
2013-05-22 Lukas Czernerreiserfs: use ->invalidatepage() length argument
2013-05-22 Lukas Czernergfs2: use ->invalidatepage() length argument
2013-05-22 Lukas Czernerceph: use ->invalidatepage() length argument
2013-05-22 Lukas Czernerocfs2: use ->invalidatepage() length argument
2013-05-22 Lukas Czernerxfs: use ->invalidatepage() length argument
2013-05-22 Lukas Czernerjbd: change journal_invalidatepage() to accept length
2013-05-22 Lukas Czernerext4: use ->invalidatepage() length argument
2013-05-22 Lukas Czernerjbd2: change jbd2_journal_invalidatepage to accept...
2013-05-22 Lukas Czernermm: change invalidatepage prototype to accept length
2013-05-20 Linus TorvaldsLinux 3.10-rc2 v3.10-rc2
2013-05-20 Linus TorvaldsMerge tag 'stable/for-linus-3.10-rc1-tag' of git:/...
2013-05-20 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2013-05-20 Linus Torvaldsx86: Fix bit corruption at CPU resume time
2013-05-20 Lisa Nguyenxen: Fixed assignment error in if statement
2013-05-20 Lisa Nguyenxen/xenbus: Fixed over 80 character limit issue
2013-05-20 Lisa Nguyenxen/xenbus: Fixed indentation error in switch case
2013-05-20 Linus TorvaldsMerge tag 'pinctrl-fixes-v3.10-2' of git://git.kernel...
2013-05-20 Linus TorvaldsMerge branch 'rc-fixes' of git://git.kernel.org/pub...
2013-05-20 Guenter RoeckMAINTAINERS: Add myself as maintainer for LM95234 and...
2013-05-19 Linus TorvaldsMerge tag 'dm-3.10-fixes' of git://git.kernel.org/pub...
2013-05-19 Alasdair G... dm thin: fix metadata dev resize detection
2013-05-19 Jean Delvarehwmon: (tmp401) Drop redundant safety on cache lifetime
next