summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-14/+14
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-1/+1
|\
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-83/+78
|\ \
| * | ext2: Fix possible sleep in atomic during mount option parsingJan Kara2017-10-111-4/+4
| * | ext2: Parse mount options into a dedicated structureJan Kara2017-10-111-81/+76
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-2/+2
|\ \
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0217-0/+17
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-7/+6
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-7/+6
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-113-8/+8
|\ \
| * | ext2: perform dax_device lookup at mountDan Williams2017-08-313-8/+8
* | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-061-24/+1
|/ /
* | ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández2017-07-181-2/+9
* | ext2: Don't clear SGID when inheriting ACLsJan Kara2017-07-171-14/+22
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-131-0/+1
|\
| * ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández2017-07-131-0/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-093-32/+34
|\ \
| * | ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-223-26/+28
| * | mbcache: make mbcache naming more genericTahsin Erdogan2017-06-221-9/+9
| |/
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-4/+1
|\ \
| * | fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton2017-07-061-4/+1
| |/
* / mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
|/
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-131-2/+2
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-0/+1
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+1
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-1/+8
|\|
| * ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-251-1/+8
* | ext2: Remove ext2_get_inode_flags()Jan Kara2017-04-193-22/+0
* | ext2: Set flags on quota files directlyJan Kara2017-04-191-2/+76
* | ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-053-7/+7
|/
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-1/+1
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-241-1/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-9/+8
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-302-3/+3
* dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-241-1/+0
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-261-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-0/+4
|\
| * ext2: reject inodes with negative sizeDarrick J. Wong2016-12-071-0/+4
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-2/+0
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0
| |/
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-141-6/+3
|\ \
| * | ext2: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-041-6/+3
* | | ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-201-3/+8
* | | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-131-26/+9
|\ \ \ | |_|/ |/| |
| * | dax: correct dax iomap code namespaceRoss Zwisler2016-11-081-3/+3
| * | ext2: remove support for DAX PMD faultsRoss Zwisler2016-11-081-23/+6
| |/