ext4: replace open coded nofail allocation in ext4_free_blocks()
[linux-2.6-block.git] / fs / ext4 /
2015-07-05 Michal Hockoext4: replace open coded nofail allocation in ext4_free...
2015-07-04 Eryu Guanext4: correctly migrate a file with a hole at the beginning
2015-07-04 Eryu Guanext4: be more strict when migrating to non-extent based...
2015-07-04 Lukas Czernerext4: fix reservation release on invalidatepage for...
2015-07-02 Nikolay Borisovext4: avoid deadlocks in the writeback path by using...
2015-07-02 Theodore Ts'oext4: fix fencepost error in lazytime optimization
2015-06-23 Theodore Ts'oext4: set lazytime on remount if MS_LAZYTIME is set...
2015-06-22 Josef Bacikext4: only call ext4_truncate when size <= isize
2015-06-22 Eric Whitneyext4: make online defrag error reporting consistent
2015-06-22 Eric Whitneyext4: minor cleanup of ext4_da_reserve_space()
2015-06-22 Darrick J. Wongext4: don't retry file block mapping on bigalloc fs...
2015-06-21 Theodore Ts'oext4: prevent ext4_quota_write() from failing due to...
2015-06-21 Theodore Ts'oext4: call sync_blockdev() before invalidate_bdev(...
2015-06-15 Andreas Dilgerext4: improve warning directory handling messages
2015-06-15 Rasmus Villemoesext4: mballoc: avoid 20-argument function call
2015-06-15 Lukas Czernerext4: wait for existing dio workers in ext4_alloc_file_...
2015-06-15 Lukas Czernerext4: recalculate journal credits as inode depth changes
2015-06-13 Fabian Frederickext4: use swap() in mext_page_double_lock()
2015-06-13 Fabian Frederickext4: use swap() in memswap()
2015-06-13 Theodore Ts'oext4: fix race between truncate and __ext4_journalled_w...
2015-06-13 Theodore Ts'oext4 crypto: fail the mount if blocksize != pagesize
2015-06-09 Namjae Jeonext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
2015-06-08 Fabian Frederickext4 crypto: fix sparse warnings in fs/ext4/ioctl.c
2015-06-08 David Mooreext4: BUG_ON assertion repeated for inode1, not done...
2015-06-08 Theodore Ts'oext4 crypto: fix ext4_get_crypto_ctx()'s calling conven...
2015-06-08 Lukas Czernerext4: return error code from ext4_mb_good_group()
2015-06-08 Lukas Czernerext4: try to initialize all groups we can in case of...
2015-06-08 Lukas Czernerext4: verify block bitmap even after fresh initialization
2015-06-03 Theodore Ts'oext4 crypto: allocate bounce pages using GFP_NOWAIT
2015-05-31 Chao Yuext4 crypto: release crypto resource on module exit
2015-05-31 Theodore Ts'oext4 crypto: handle unexpected lack of encryption keys
2015-05-31 Theodore Ts'oext4 crypto: allocate the right amount of memory for...
2015-05-31 Theodore Ts'oext4 crypto: clean up error handling in ext4_fname_setu...
2015-05-31 Theodore Ts'oext4 crypto: policies may only be set on directories
2015-05-31 Theodore Ts'oext4 crypto: enforce crypto policy restrictions on...
2015-05-31 Theodore Ts'oext4 crypto: encrypt tmpfile located in encryption...
2015-05-31 Theodore Ts'oext4 crypto: make sure the encryption info is initializ...
2015-05-31 Theodore Ts'oext4 crypto: set up encryption info for new inodes...
2015-05-31 Theodore Ts'oext4 crypto: fix memory leaks in ext4_encrypted_zeroout
2015-05-31 Theodore Ts'oext4 crypto: use per-inode tfm structure
2015-05-31 Theodore Ts'oext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encrypti...
2015-05-31 Theodore Ts'oext4 crypto: shrink size of the ext4_crypto_ctx structure
2015-05-18 Theodore Ts'oext4 crypto: get rid of ci_mode from struct ext4_crypt_info
2015-05-18 Theodore Ts'oext4 crypto: use slab caches
2015-05-18 Theodore Ts'oext4: clean up superblock encryption mode fields
2015-05-18 Theodore Ts'oext4 crypto: reorganize how we store keys in the inode
2015-05-18 Theodore Ts'oext4 crypto: separate kernel and userspace structure...
2015-05-18 Theodore Ts'oext4 crypto: don't allocate a page when encrypting...
2015-05-18 Theodore Ts'oext4 crypto: optimize filename encryption
2015-05-18 Linus TorvaldsMerge tag 'for-linus-20150516' of git://git.infradead...
2015-05-17 Linus TorvaldsMerge tag 'usb-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'tty-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'staging-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'char-misc-4.1-rc4' of git://git./linux/kerne...
2015-05-16 Linus TorvaldsMerge branch 'for-linus-4.1-rc4' of git://git./linux...
2015-05-16 Linus TorvaldsMerge tag 'upstream-4.1-rc4' of git://git.infradead...
2015-05-16 Linus TorvaldsMerge tag 'for_linus_stable' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge branch 'for-linus-4.1' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge tag 'arc-4.1-fixes' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge branch 'for-rc' of git://git./linux/kernel/git...
2015-05-16 Linus TorvaldsMerge tag 'linux-kselftest-4.1-rc4' of git://git./linux...
2015-05-15 Linus TorvaldsMerge branch 'parisc-4.1-2' of git://git./linux/kernel...
2015-05-15 Arnd BergmannMerge tag 'mvebu-fixes-4.1-2' of git://git.infradead...
2015-05-15 Ingo MolnarMerge branch 'liblockdep-fixes' of git://git./linux...
2015-05-15 Theodore Ts'oext4: fix an ext3 collapse range regression in xfstests
2015-05-14 Eryu Guanext4: check for zero length extent explicitly
2015-05-14 Lukas Czernerext4: fix NULL pointer dereference when journal restart...
2015-05-14 Theodore Ts'oext4: remove unused function prototype from ext4.h
2015-05-14 Theodore Ts'oext4: don't save the error information if the block...
2015-05-14 Theodore Ts'oext4: fix lazytime optimization
2015-05-14 Greg Kroah-HartmanMerge tag 'usb-serial-4.1-rc4' of git://git./linux...
2015-05-13 Greg Kroah-HartmanMerge tag 'iio-fixes-for-4.1a-take2' of git://git....
2015-05-13 Arnd BergmannMerge tag 'v4.1-rockchip-socfixes2' of git://git./linux...
2015-05-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-05-12 Linus TorvaldsMerge tag 'for-v4.1-rc' of git://git.infradead.org...
2015-05-12 Arnd BergmannMerge tag 'omap-for-v4.1/fixes-rc2' of git://git./linux...
2015-05-12 Arnd BergmannMerge tag 'tegra-for-4.1-fixes-for-rc3' of git://git...
2015-05-11 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2015-05-11 Linus TorvaldsMerge branch 'for-4.1-fixes' of git://git./linux/kernel...
2015-05-11 Mark BrownMerge remote-tracking branches 'spi/fix/fsl-cpm', ...
2015-05-11 Mark BrownMerge tag 'spi-v4.1-rc1' into spi-linus
2015-05-10 Linus TorvaldsMerge branch 'fixes' of git://ftp.arm.linux.org.uk...
2015-05-10 Linus TorvaldsMerge tag 'samsung-fixes-1' of git://git./linux/kernel...
2015-05-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-05-09 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2015-05-09 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2015-05-09 Greg Kroah-HartmanMerge tag 'usb-ci-v4.1-rc3' of git://git./linux/kernel...
2015-05-09 Greg Kroah-HartmanMerge tag 'fixes-for-v4.1-rc2' of git://git./linux...
2015-05-09 Linus TorvaldsMerge branch 'for-linus-4.1' of git://git./linux/kernel...
2015-05-09 Linus TorvaldsMerge tag 'dm-4.1-fixes-2' of git://git./linux/kernel...
2015-05-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-05-09 Linus TorvaldsMerge tag 'gpio-v4.1-2' of git://git./linux/kernel...
2015-05-08 Greg Kroah-HartmanMerge tag 'extcon-fixes-for-4.1-rc2' of git://git....
2015-05-08 Dave AirlieMerge branch 'drm-fixes-4.1' of git://people.freedeskto...
2015-05-07 Rafael J. WysockiMerge branches 'acpi-resources', 'acpi-battery', 'acpi...
2015-05-07 Arnd BergmannMerge tag 'stericsson-fixes-v4.1' of git://git./linux...
2015-05-07 Arnd BergmannMerge tag 'renesas-fixes-for-v4.1' of git://git./linux...
2015-05-07 Arnd BergmannMerge tag 'omap-for-v4.1/fixes-rc1' of git://git./linux...
2015-05-07 Arnd BergmannMerge tag 'arm-soc/for-4.1/maintainers' of github.com...
2015-05-07 Arnd BergmannMerge tag 'mvebu-fixes-4.1' of git://git.infradead...
next