alarmtimer: Do not signal SIGEV_NONE timers
[pandora-kernel.git] / fs / ext4 /
2014-09-13 Theodore Ts'oext4: fix ext4_discard_allocated_blocks() if we can...
2014-09-13 Zheng Liuext4: cleanup in ext4_discard_allocated_blocks()
2014-08-06 Eric Sandeenext4: disable synchronous transaction batching if max_b...
2014-08-06 Theodore Ts'oext4: clarify error count warning messages
2014-07-11 Maurizio Lombardiext4: fix wrong assert in ext4_mb_normalize_request()
2014-07-11 Jan Karaext4: fix zeroing of page during writeback
2014-05-18 Theodore Ts'oext4: use i_size_read in ext4_unaligned_aio()
2014-05-18 Matthew Wilcoxext4: note the error in ext4_end_bio()
2014-05-18 Kazuya Mioext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_...
2014-04-30 Eric Whitneyext4: fix partial cluster handling for bigalloc file...
2014-04-09 Theodore Ts'oext4: atomically set inode->i_flags in ext4_set_inode_f...
2014-04-01 Theodore Ts'oext4: don't leave i_crtime.tv_sec uninitialized
2014-02-15 Theodore Ts'oext4: add explicit casts when masking cluster sizes
2014-02-15 Al Viroext4: fix del_timer() misuse for ->s_err_report
2014-02-15 Eryu Guanext4: check for overlapping extents in ext4_valid_exten...
2014-02-15 Junho Ryuext4: fix use-after-free in ext4_mb_new_blocks
2014-02-15 Theodore Ts'oext4: call ext4_error_inode() if jbd2_journal_dirty_met...
2014-01-03 Theodore Ts'oext4: avoid bh leak in retry path of ext4_expand_extra_...
2013-11-28 Dave Jonesext4: fix memory leak in xattr
2013-11-28 Fan Yongext4: return 32/64-bit dir name hash according to usage...
2013-10-26 Theodore Ts'oext4: avoid hang when mounting non-journal filesystems...
2013-09-10 Jan Karajbd2: Fix use after free after error in jbd2_journal_di...
2013-09-10 Piotr Sarnaext4: fix mount/remount error messages for incompatible...
2013-08-02 Theodore Ts'oext4: don't allow ext4_free_blocks() to fail due to...
2013-07-27 Jan Karaext4: fix data offset overflow in ext4_xattr_fiemap...
2013-07-27 Jan Karaext4: fix overflow when counting used blocks on 32...
2013-07-27 Al Viroext3,ext4: don't mess with dir_file->f_pos in htree_dir...
2013-06-19 Theodore Ts'oext4: lock i_mutex when truncating orphan inodes
2013-05-30 Lachlan McIlroyext4: limit group search loop for non-extent files
2013-05-13 Theodore Ts'oext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
2013-05-13 Theodore Ts'oext4/jbd2: don't wait (forever) for stale tid caused...
2013-03-27 Theodore Ts'oext4: fix data=journal fast mount/umount hang
2013-03-27 Theodore Ts'oext4: use atomic64_t for the per-flexbg free_clusters...
2013-03-27 Lukas Czernerext4: convert number of blocks to clusters properly
2013-03-27 Zheng Liuext4: fix the wrong number of the allocated blocks...
2013-03-06 Theodore Ts'oext4: fix kernel BUG on large-scale rm -rf commands
2013-03-06 Ashish Sangwanext4: fix hole punch failure when depth is greater...
2013-03-06 Lukas Czernerext4: rewrite punch hole to use ext4_ext_remove_space()
2013-03-06 Lukas Czernerext4: fix free clusters calculation in bigalloc filesystem
2013-03-06 Lukas Czernerext4: fix xattr block allocation/release with bigalloc
2013-03-06 Niu Yaweiext4: fix race in ext4_mb_add_n_trim()
2013-03-06 Jan Karaext4: fix possible use-after-free with AIO
2013-03-06 Theodore Ts'oext4: return ENOMEM if sb_getblk() fails
2013-01-16 Michael Tokarevext4: do not try to write superblock on ro remount...
2013-01-16 Jan Karaext4: check dioread_nolock on remount
2013-01-16 Forrest Liuext4: fix extent tree corruption caused by hole punch
2013-01-03 Eric Sandeenext4: init pagevec in ext4_da_block_invalidatepages
2013-01-03 Eugene Shatokhinext4: fix memory leak in ext4_xattr_set_acl()'s error...
2012-10-30 Dmitry Monakhovext4: race-condition protection for ext4_convert_unwrit...
2012-10-17 Jan Karaext4: fix fdatasync() for files with only i_size changes
2012-10-17 Bernd Schubertext4: always set i_op in ext4_mknod()
2012-10-17 Dmitry Monakhovext4: online defrag is not supported for journaled...
2012-10-17 Dmitry Monakhovext4: move_extent code cleanup
2012-10-17 Theodore Ts'oext4: fix potential deadlock in ext4_nonda_switch()
2012-09-12 Theodore Ts'oext4: fix long mount times on very big file systems
2012-09-12 Theodore Ts'oext4: avoid kmemcheck complaint from reading uninitiali...
2012-08-02 Theodore Ts'oext4: undo ext4_calc_metadata_amount if we fail to...
2012-08-02 Brian Fosterext4: don't let i_reserved_meta_blocks go negative
2012-08-02 Theodore Ts'oext4: fix overhead calculation used by ext4_statfs()
2012-08-02 Theodore Ts'oext4: pass a char * to ext4_count_free() instead of...
2012-07-25 Ben Hutchingsext4: Report max_batch_time option correctly
2012-06-10 Theodore Ts'oext4: fix the free blocks calculation for ext3 file...
2012-06-10 Tao Maext4: don't set i_flags in EXT4_IOC_SETFLAGS
2012-06-10 Theodore Ts'oext4: don't trash state flags in EXT4_IOC_SETFLAGS
2012-06-10 Salman Qaziext4: remove mb_groups before tearing down the buddy_cache
2012-06-10 Salman Qaziext4: add ext4_mb_unload_buddy in the error path
2012-06-10 Theodore Ts'oext4: add missing save_error_info() to ext4_error()
2012-06-10 Andreas Dilgerext4: disallow hard-linked directory in ext4_lookup
2012-06-10 Eric Sandeenext4: force ro mount if ext4_setup_super() fails
2012-05-30 Jan Karaext4: fix error handling on inode bitmap corruption
2012-05-20 Eric Sandeenext4: avoid deadlock on sync-mounted FS w/o journal
2012-05-11 Al Viroext4: fix endianness breakage in ext4_split_extent_at()
2012-04-22 Theodore Ts'oext4: address scalability issue by removing extent...
2012-04-02 Theodore Ts'oext4: check for zero length extent
2012-04-02 Jeff Moyerext4: fix race between sync and completed io work
2012-04-02 Jeff Moyerext4: fix race between unwritten extent conversion...
2012-04-02 Lukas Czernerext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc
2012-01-26 Xi Wangext4: fix undefined behavior in ext4_fill_flex_info()
2012-01-26 Djalal Harouniext4: add missing ext4_resize_end on error paths
2012-01-04 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2012-01-02 Linus TorvaldsMerge branch 'devicetree/merge' of git://git.secretlab...
2011-12-31 Linus TorvaldsMerge branch 'fix/asoc' of git://git./linux/kernel...
2011-12-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-30 Linus TorvaldsMerge branch 'iommu/fixes' of git://git./linux/kernel...
2011-12-30 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2011-12-30 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-12-26 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2011-12-24 David S. MillerMerge branch 'nf' of git://1984.lsi.us.es/net
2011-12-23 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2011-12-23 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2011-12-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-23 David S. MillerMerge branch 'nf' of git://1984.lsi.us.es/net
2011-12-22 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-12-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-21 Greg Kroah-HartmanMerge branch 'for-greg' of git://git./linux/kernel...
2011-12-21 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-12-21 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2011-12-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-12-20 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
next