summaryrefslogtreecommitdiff
path: root/fs/ext2
Commit message (Expand)AuthorAge
* 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
* | | Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-13
|\ \ \ | |_|/ |/| |
| * | dax: correct dax iomap code namespaceRoss Zwisler2016-11-08
| * | ext2: remove support for DAX PMD faultsRoss Zwisler2016-11-08
| |/
* | ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-10-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-27
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| * | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-22
* | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-07
* | | Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-06
|\ \ \
| * | | ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig2016-10-03
| * | | ext2: use iomap to implement DAXChristoph Hellwig2016-09-19
| * | | ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig2016-09-19
| | |/ | |/|
* | | ext2: Unmap metadata when zeroing blocksJan Kara2016-09-27
| |/ |/|
* | ext2: Check return value from ext2_get_group_desc()Jan Kara2016-08-09
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\
| * qstr: constify instances in ext2Al Viro2016-07-30
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\ \
| * | dax: remote unused fault wrappersRoss Zwisler2016-07-26
| |/
* | ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-05
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-26
|\ \ | |/ |/|
| * dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-18
| * ext2: Add alignment check for DAX mountToshi Kani2016-05-17
| * ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-17
| * ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-17
| * dax: Remove complete_unwritten argumentJan Kara2016-05-16