aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-22/+30
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-22/+30
2015-11-11Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler1-2/+2
2015-11-09remove abs64()Andrew Morton1-2/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko2-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds30-942/+1155
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+2
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2015-10-19ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz1-2/+2
2015-10-18ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2-2/+32
2015-10-18ext4: explicit mount options parsing cleanupDmitry Monakhov1-2/+6
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2015-10-17ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2015-10-17ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong1-15/+17
2015-10-17ext4: make the bitmap read routines return real error codesDarrick J. Wong3-85/+143
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong15-184/+252
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong13-83/+98
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong3-4/+10
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o1-1/+7
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-2/+2
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2015-10-03ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2-4/+22
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o4-7/+15
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o4-28/+9
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o1-1/+12
2015-10-02ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o1-1/+4
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2-4/+4
2015-09-24ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare1-1/+1
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o6-106/+77
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o1-133/+128
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o4-410/+410
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox3-3/+16
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-08ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox3-0/+3
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds8-41/+101
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-42/+102
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o1-1/+17
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o1-3/+6
2015-08-15ext4: silence a format string false positiveDan Carpenter1-1/+1
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter1-21/+25