summaryrefslogtreecommitdiff
path: root/fs/ext2
Commit message (Expand)AuthorAge
* Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-31
|\
| * fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-01
* | ext2: convert to new i_version APIJeff Layton2018-01-29
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-03
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-14
|\ \
| * | ext2: Fix possible sleep in atomic during mount option parsingJan Kara2017-10-11
| * | ext2: Parse mount options into a dedicated structureJan Kara2017-10-11
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-14
|\ \
| * | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-01
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-11
|\ \
| * | ext2: perform dax_device lookup at mountDan Williams2017-08-31
* | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-06
|/ /
* | ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández2017-07-18
* | ext2: Don't clear SGID when inheriting ACLsJan Kara2017-07-17
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-13
|\
| * ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández2017-07-13
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-09
|\ \
| * | ext2, ext4: make mb block cache names more explicitTahsin Erdogan2017-06-22
| * | mbcache: make mbcache naming more genericTahsin Erdogan2017-06-22
| |/
* | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\ \
| * | fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton2017-07-06
| |/
* | mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-05
|/
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-13
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-12
|\
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-08
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \ | |/
| * ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-25
* | ext2: Remove ext2_get_inode_flags()Jan Kara2017-04-19
* | ext2: Set flags on quota files directlyJan Kara2017-04-19
* | ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-05
|/
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-24
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-30
* dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler2017-01-24
* ext2: Return BH_New buffers for zeroed blocksJan Kara2016-12-26
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-19
|\
| * ext2: reject inodes with negative sizeDarrick J. Wong2016-12-07
* | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\ \
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
| |/
* | Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-14
|\ \
| * | ext2: Use clean_bdev_aliases() instead of iterationJan Kara2016-11-04
* | | ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara2016-11-20