summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* ext4: start transaction before calling into DAXMatthew Wilcox2015-09-081-3/+52
* ext4: add ext4_get_block_dax()Matthew Wilcox2015-09-083-3/+16
* ext4: use ext4_get_block_write() for DAXMatthew Wilcox2015-09-081-4/+4
* ext4: huge page fault supportMatthew Wilcox2015-09-081-1/+9
* dax: move DAX-related functions to a new headerMatthew Wilcox2015-09-083-0/+3
* fs: create and use seq_show_option for escapingKees Cook2015-09-041-2/+2
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-09-038-41/+101
|\
| * Revert "ext4: remove block_device_ejected"Theodore Ts'o2015-08-161-1/+17
| * ext4: ratelimit the file system mounted messageTheodore Ts'o2015-08-151-3/+6
| * ext4: silence a format string false positiveDan Carpenter2015-08-151-1/+1
| * ext4: simplify some code in read_mmp_block()Dan Carpenter2015-08-151-21/+25
| * ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-08-151-4/+8
| * ext4 crypto: remove duplicate header filezilong.liu2015-07-281-1/+0
| * ext4: update c/mtime on truncate upEryu Guan2015-07-281-0/+8
| * ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong2015-07-231-1/+2
| * ext4 crypto: fix spelling typo in commentLaurent Navet2015-07-221-1/+1
| * ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet2015-07-221-0/+2
| * ext4: reject journal options for ext2 mountsCarlos Maiolino2015-07-211-3/+3
| * ext4: implement cgroup writeback supportTejun Heo2015-07-212-0/+4
| * ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo2015-07-212-3/+5
| * ext4 crypto: check for too-short encrypted file namesTheodore Ts'o2015-07-171-0/+4
| * ext4 crypto: use a jbd2 transaction when adding a crypto policyTheodore Ts'o2015-07-171-2/+15
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-035-42/+102
|\ \
| * | ext4: memory leak on error in ext4_symlink()Dan Carpenter2015-07-271-1/+1
| * | ext4: Improve ext4 Kconfig testJan Kara2015-07-231-6/+7
| * | fs: Remove ext3 filesystem driverJan Kara2015-07-232-16/+39
| * | ext4: Handle error from dquot_initialize()Jan Kara2015-07-233-20/+56
| |/
* | block: remove bio_get_nr_vecs()Kent Overstreet2015-08-132-3/+2
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-292-12/+9
|/
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-054-21/+40
|\
| * ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-031-1/+11
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-031-3/+12
| * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-021-3/+3
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-011-1/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\ \
| * | vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-302-16/+21
|\ \ \
| * | | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-042-16/+21
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-261-3/+1
|\ \ \ \
| * | | | fs/ext4/super.c: use strreplace() in ext4_fill_super()Rasmus Villemoes2015-06-251-3/+1
* | | | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-253-0/+3
|\ \ \ \ \
| * | | | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-023-0/+3
* | | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-2523-1195/+1227
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2015-06-231-0/+3
| * | | ext4: only call ext4_truncate when size <= isizeJosef Bacik2015-06-221-20/+18
OpenPOWER on IntegriCloud