summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2015-10-18ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong
2015-10-18ext4: make the bitmap read routines return real error codesDarrick J. Wong
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o
2015-10-03ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2015-10-03ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-24ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox
2015-09-08ext4: huge page fault supportMatthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-09-03Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-08-16Revert "ext4: remove block_device_ejected"Theodore Ts'o
2015-08-15ext4: ratelimit the file system mounted messageTheodore Ts'o
2015-08-15ext4: silence a format string false positiveDan Carpenter
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter
2015-08-15ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-28ext4 crypto: remove duplicate header filezilong.liu
2015-07-28ext4: update c/mtime on truncate upEryu Guan
2015-07-27ext4: memory leak on error in ext4_symlink()Dan Carpenter
2015-07-23ext4: Improve ext4 Kconfig testJan Kara
2015-07-23fs: Remove ext3 filesystem driverJan Kara
2015-07-23ext4: Handle error from dquot_initialize()Jan Kara
2015-07-23ext4, jbd2: add REQ_FUA flag when recording an error in the superblockDaeho Jeong
2015-07-22ext4 crypto: fix spelling typo in commentLaurent Navet
2015-07-22ext4 crypto: exit cleanly if ext4_derive_key_aes() failsLaurent Navet
2015-07-22ext4: reject journal options for ext2 mountsCarlos Maiolino
2015-07-22ext4: implement cgroup writeback supportTejun Heo
2015-07-22ext4: replace ext4_io_submit->io_op with ->io_wbcTejun Heo
2015-07-17ext4 crypto: check for too-short encrypted file namesTheodore Ts'o
2015-07-17ext4 crypto: use a jbd2 transaction when adding a crypto policyTheodore Ts'o
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds