summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-11-0630-942/+1155
|\
| * fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai2015-10-291-3/+0
| * ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz2015-10-191-2/+2
| * ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2015-10-182-2/+32
| * ext4: explicit mount options parsing cleanupDmitry Monakhov2015-10-181-2/+6
| * ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-10-181-2/+10
| * [PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson2015-10-181-2/+2
| * ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2015-10-171-3/+3
| * ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong2015-10-171-15/+17
| * ext4: make the bitmap read routines return real error codesDarrick J. Wong2015-10-173-85/+143
| * ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-1715-184/+252
| * ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-1713-83/+98
| * ext4: store checksum seed in superblockDarrick J. Wong2015-10-173-4/+10
| * ext4: reserve code points for the project quota featureTheodore Ts'o2015-10-171-1/+7
| * ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2015-10-151-1/+33
| * ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2015-10-032-4/+22
| * ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o2015-10-034-7/+15
| * ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o2015-10-034-28/+9
| * ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2015-10-031-1/+12
| * ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o2015-10-021-1/+4
| * ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o2015-09-236-106/+77
| * ext4: refactor sysfs support codeTheodore Ts'o2015-09-231-133/+128
| * ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2015-09-234-410/+410
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-051-2/+2
|\ \
| * | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-161-2/+2
|\ \
| * | mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-161-2/+2
| |/
* / ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare2015-09-241-1/+1
|/
* 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