ext4: fix wrong assert in ext4_mb_normalize_request()
[linux-2.6-block.git] / fs / ext4 /
2014-05-27 Maurizio Lombardiext4: fix wrong assert in ext4_mb_normalize_request()
2014-05-27 Jan Karaext4: fix zeroing of page during writeback
2014-05-27 Giedrius Rekasiusext4: remove unused local variable "stored" from ext4_r...
2014-05-27 Namjae Jeonext4: fix ZERO_RANGE test failure in data journalling
2014-05-26 Jan Karaext4: reduce contention on s_orphan_lock
2014-05-26 Jan Karaext4: use sbi in ext4_orphan_{add|del}()
2014-05-13 Lukas Czernerext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
2014-05-13 liang xieext4: add missing BUFFER_TRACE before ext4_journal_get_...
2014-05-12 Lukas Czernerext4: remove unnecessary double parentheses
2014-05-12 Andrey Tsyvarevext4: do not destroy ext4_groupinfo_caches if ext4_mb_i...
2014-05-12 Stephen Hemmingerext4: make local functions static
2014-05-12 Darrick J. Wongext4: fix block bitmap validation when bigalloc, ^flex_bg
2014-05-12 Darrick J. Wongext4: fix block bitmap initialization under sparse_super2
2014-05-12 Darrick J. Wongext4: find the group descriptors on a 1k-block bigalloc...
2014-05-12 Zhang Zhenext4: avoid unneeded lookup when xattr name is invalid
2014-05-12 Namjae Jeonext4: fix data integrity sync in ordered mode
2014-04-21 Dmitry Monakhovext4: remove obsoleted check
2014-04-21 Theodore Ts'oext4: add a new spinlock i_raw_lock to protect the...
2014-04-21 Theodore Ts'oext4: fix locking for O_APPEND writes
2014-04-21 Theodore Ts'oext4: factor out common code in ext4_file_write()
2014-04-21 Theodore Ts'oext4: move ext4_file_dio_write() into ext4_file_write()
2014-04-21 Theodore Ts'oext4: inline generic_file_aio_write() into ext4_file_wr...
2014-04-21 Lukas Czernerext4: rename uninitialized extents to unwritten
2014-04-21 Lukas Czernerext4: get rid of EXT4_MAP_UNINIT flag
2014-04-21 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2014-04-19 Namjae Jeonext4: disable COLLAPSE_RANGE for bigalloc
2014-04-19 Namjae Jeonext4: fix COLLAPSE_RANGE failure with 1KB block size
2014-04-19 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2014-04-19 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2014-04-19 Dave AirlieMerge branch 'drm-next-3.15-wip' of git://people.freede...
2014-04-18 Linus TorvaldsMerge tag 'rdma-for-linus' of git://git./linux/kernel...
2014-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-18 Linus TorvaldsMerge tag 'trace-fixes-v3.15-rc1' of git://git./linux...
2014-04-18 Theodore Ts'oext4: use EINVAL if not a regular file in ext4_collapse...
2014-04-18 jon ernstext4: enforce we are operating on a regular file in...
2014-04-18 Lukas Czernerext4: fix extent merging in ext4_ext_shift_path_extents()
2014-04-18 Lukas Czernerext4: discard preallocations after removing space
2014-04-18 Lukas Czernerext4: no need to truncate pagecache twice in collapse...
2014-04-18 Lukas Czernerext4: fix removing status extents in ext4_collapse_range()
2014-04-18 Lukas Czernerext4: use filemap_write_and_wait_range() correctly...
2014-04-18 Lukas Czernerext4: use truncate_pagecache() in collapse range
2014-04-17 Linus TorvaldsMerge branch 'parisc-3.15' of git://git./linux/kernel...
2014-04-17 Linus TorvaldsMerge tag 'stable/for-linus-3.15-rc1-tag' of git:/...
2014-04-17 Linus TorvaldsMerge tag '3.15-fixes' of git://neil.brown.name/md
2014-04-16 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2014-04-16 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2014-04-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-16 Linus TorvaldsMerge tag 'please-pull-ia64-erratum' of git://git....
2014-04-16 Joerg RoedelMerge git://git.infradead.org/iommu-2.6 into iommu...
2014-04-16 Dave AirlieMerge tag 'drm-intel-fixes-2014-04-11' of git://anongit...
2014-04-15 Azat Khuzhinext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG...
2014-04-14 Linus TorvaldsMerge git://git.kernel.org/pub/scm/virt/kvm/kvm
2014-04-14 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2014-04-14 David S. MillerMerge git://git./pub/scm/linux/kernel/git/pablo/nf
2014-04-14 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2014-04-14 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2014-04-14 Ingo MolnarMerge branch 'perf-core-for-mingo' into perf/urgent
2014-04-14 Ingo MolnarMerge tag 'v3.15-rc1' into perf/urgent
2014-04-13 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2014-04-13 Dmitry Monakhovext4: always check ext4_ext_find_extent result
2014-04-13 Dmitry Monakhovext4: fix error handling in ext4_ext_shift_extents
2014-04-13 jon ernstext4: silence sparse check warning for function ext4_tr...
2014-04-13 Theodore Ts'oext4: COLLAPSE_RANGE only works on extent-based files
2014-04-13 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2014-04-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-04-13 Linus TorvaldsMerge tag 'blackfin-for-linus' of git://git./linux...
2014-04-13 Linus TorvaldsMerge tag 'remoteproc-3.15-cleanups' of git://git....
2014-04-13 Linus TorvaldsMerge tag 'llvmlinux-for-v3.15' of git://git.linuxfound...
2014-04-12 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge tag 'ntb-3.15' of git://github.com/jonmason/ntb
2014-04-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge tag 'trace-3.15-v2' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge git://git.infradead.org/users/eparis/audit
2014-04-12 Zheng Liuext4: fix byte order problems introduced by the COLLAPS...
2014-04-12 Theodore Ts'oext4: use i_size_read in ext4_unaligned_aio()
2014-04-12 Lukas Czernerfs: disallow all fallocate operation on active swapfile
2014-04-12 Lukas Czernerfs: move falloc collapse range check into the filesyste...
2014-04-12 Lukas Czernerext4: remove unnecessary check for APPEND and IMMUTABLE
2014-04-12 Linus TorvaldsMerge branch 'async-scsi-resume' of git://git./linux...
2014-04-12 Linus TorvaldsMerge tag 'md/3.15' of git://neil.brown.name/md
2014-04-11 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2014-04-11 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2014-04-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-11 Linus TorvaldsMerge tag 'for-linus-3.15' of git://git./linux/kernel...
2014-04-11 Linus TorvaldsMerge tag 'spi-v3.15-fixes' of git://git./linux/kernel...
2014-04-11 Linus TorvaldsMerge tag 'regulator-v3.15-fixes' of git://git./linux...
2014-04-11 Linus TorvaldsMerge tag 'regmap-v3.15-nodev' of git://git./linux...
2014-04-11 Linus TorvaldsMerge tag 'pm+acpi-3.15-rc1-3' of git://git./linux...
2014-04-11 Linus TorvaldsMerge branch 'x86-platform-for-linus' of git://git...
2014-04-11 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2014-04-11 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2014-04-11 Linus TorvaldsMerge tag 'microblaze-3.15-rc1' of git://git.monstr...
2014-04-11 Theodore Ts'oext4: move ext4_update_i_disksize() into mpage_map_and_...
2014-04-11 Russell KingMerge branches 'fixes' and 'misc' into for-next
2014-04-11 Ingo MolnarMerge tag 'efi-urgent' of git://git./linux/kernel/git...
2014-04-11 Younger Liuext4: return ENOMEM rather than EIO when find_###_page...
2014-04-11 Namjae Jeonext4: fix COLLAPSE_RANGE test failure in data journalli...
2014-04-10 Mark BrownMerge remote-tracking branches 'spi/fix/complete',...
2014-04-10 Mark BrownMerge tag 'spi-v3.15' into spi-linus
next