aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-7/+6
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+8
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-24/+1
2017-08-31ext2: perform dax_device lookup at mountDan Williams3-8/+8
2017-07-18ext2: preserve i_mode if ext2_set_acl() failsErnesto A. Fernández1-2/+9
2017-07-17ext2: Don't clear SGID when inheriting ACLsJan Kara1-14/+22
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-7/+6
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+1
2017-07-13ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández1-0/+1
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-32/+34
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+1
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton1-4/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-06-22ext2, ext4: make mb block cache names more explicitTahsin Erdogan3-26/+28
2017-06-22mbcache: make mbcache naming more genericTahsin Erdogan1-9/+9
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams1-0/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+8
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-1/+8
2017-04-19ext2: Remove ext2_get_inode_flags()Jan Kara3-22/+0
2017-04-19ext2: Set flags on quota files directlyJan Kara1-2/+76
2017-04-05ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara3-7/+7
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-1/+1
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+8
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig2-3/+3
2017-01-24dax: fix build warnings with FS_DAX and !FS_IOMAPRoss Zwisler1-1/+0
2016-12-26ext2: Return BH_New buffers for zeroed blocksJan Kara1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-19Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+4
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds1-2/+0
2016-12-14Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+3
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-2/+0
2016-12-07ext2: reject inodes with negative sizeDarrick J. Wong1-0/+4
2016-11-20ext2: use iomap_zero_range() for zeroing truncated page in DAX pathJan Kara1-3/+8
2016-11-13Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o1-26/+9
2016-11-08dax: correct dax iomap code namespaceRoss Zwisler1-3/+3
2016-11-08ext2: remove support for DAX PMD faultsRoss Zwisler1-23/+6
2016-11-04ext2: Use clean_bdev_aliases() instead of iterationJan Kara1-6/+3
2016-10-18ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-3/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-15/+19
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-15/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher3-15/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-26/+152
2016-10-03ext2: fix possible integer truncation in ext2_iomap_beginChristoph Hellwig1-1/+1
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani7-13/+13
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27ext2: Unmap metadata when zeroing blocksJan Kara1-0/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-8/+4
2016-09-19ext2: use iomap to implement DAXChristoph Hellwig4-12/+129
2016-09-19ext2: stop passing buffer_head to ext2_get_blocksChristoph Hellwig1-15/+24
2016-08-09ext2: Check return value from ext2_get_group_desc()Jan Kara1-0/+5
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+5
2016-07-30qstr: constify instances in ext2Al Viro2-5/+5
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-2/+2
2016-07-05ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino4-0/+43
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+13
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro3-10/+13
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-17/+10
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox1-4/+4
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2016-05-17ext2: Add alignment check for DAX mountToshi Kani1-9/+2
2016-05-17ext2: Avoid DAX zeroing to corrupt dataJan Kara1-2/+2
2016-05-17ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara1-1/+1
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-2/+2
2016-05-02simple local filesystems: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-02make ext2_get_page() and friends work without external serializationAl Viro1-7/+7
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro5-14/+11
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-4/+4
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro3-10/+10
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-19/+19
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-3/+0
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-98/+90
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+13
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler1-18/+1
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-0/+8
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler1-2/+4
2016-02-27ext2, ext4: only set S_DAX for regular inodesRoss Zwisler1-1/+1
2016-02-22mbcache: add reusable flag to cache entriesAndreas Gruenbacher1-1/+1
2016-02-22mbcache2: rename to mbcacheJan Kara3-30/+30
2016-02-22ext2: convert to mbcache2Jan Kara4-100/+92
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+6
2016-01-22ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler1-1/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-66/+16
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov1-4/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+0
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher4-54/+16
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro2-0/+2
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher3-12/+0
2015-11-16ext2, ext4: warn when mounting with dax enabledDan Williams1-0/+2
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-22/+30
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher4-22/+30
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2015-11-09fs/ext2/namei.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-10-19ext2: Add locking for DAX faultsRoss Zwisler4-4/+104
2015-09-08ext2: huge page fault supportMatthew Wilcox1-1/+8
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox2-0/+2
2015-07-23ext2: Handle error from dquot_initalize()Jan Kara3-15/+43
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-5/+0
2015-06-17vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWBTejun Heo1-1/+2
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner1-2/+2
2015-06-02ext2: enable cgroup writeback supportTejun Heo1-1/+1
2015-05-10ext2: use simple_follow_link()Al Viro3-10/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-19/+19
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+5
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-29/+4
2015-04-15dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh4-31/+3
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh1-0/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells9-19/+19
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-1/+1
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval1-2/+2
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-4/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox5-23/+31
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox3-9/+3
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox4-16/+5
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox6-35/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox3-3/+7
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox3-35/+12
2015-02-16vfs: remove get_xip_memMatthew Wilcox3-49/+0
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-1/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-2/+32
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox3-20/+5
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2-3/+11
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox2-5/+6
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+13
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-18/+13
2014-11-10ext2: Convert to private i_dquot fieldJan Kara2-0/+13
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-3/+3
2014-07-15fs/ext2/super.c: Drop memory allocation castHimangi Saraogi1-1/+1
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-2/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+6
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-5/+4
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01ext2: acl: remove unneeded include of linux/capability.hJakub Sitnicki1-1/+0
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-04ext2/3: use prandom_u32() instead of get_random_bytes()ZhangZhen1-1/+1
2014-03-03fs: Mark function as static in ext2/xattr_security.cRashika Kheria1-2/+2
2014-03-03ext2: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig7-188/+23
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2013-12-04ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara1-0/+1
2013-11-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2-0/+3
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+24
2013-06-29[readdir] simple local unixlike: switch to ->iterate()Al Viro1-15/+12
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara2-1/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-02-07Ext2: remove the static function release_blocks to optimize the kernelWang Shilong1-10/+1
2013-02-07Ext2: mark inode dirty after the function dquot_free_block_nodirty is calledWang Shilong1-5/+10
2013-02-06Ext2: remove the overhead check about sb in the function ext2_new_blocksWang Shilong1-4/+0
2013-01-21Ext2: return ENOMEM rather than EIO if sb_getblk failsWang Shilong1-1/+1
2013-01-21Ext2: use unlikely to improve the efficiency of the kernelWang Shilong2-2/+2
2013-01-21Ext2: free memory allocated and forget buffer head when io error happensWang Shilong1-0/+12
2012-10-09ext2: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-10/+22
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-18userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman1-8/+20
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+37
2012-07-31ext2: Implement freezingJan Kara2-1/+37
2012-07-30ext2: use memweight()Akinobu Mita2-12/+3
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+3
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-2/+2
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+6
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1