summaryrefslogtreecommitdiff
path: root/fs/ext2
AgeCommit message (Expand)Author
2018-12-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-12-13ext2: fix potential use after freePan Bian
2018-06-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-26ext2: fix a block leakAl Viro
2018-02-01Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2018-01-31ext2: Don't clear SGID when inheriting ACLsJan Kara
2017-05-01BACKPORT: [UPSTREAM] ext2: convert to mbcache2Jan Kara
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-09fs/ext2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler
2015-09-08ext2: huge page fault supportMatthew Wilcox
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox
2015-07-23ext2: Handle error from dquot_initalize()Jan Kara
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner
2015-06-02ext2: enable cgroup writeback supportTejun Heo
2015-05-10ext2: use simple_follow_link()Al Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox