aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-11/+8
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker6-9/+3
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara1-2/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03ext2: propagate umode_tAl Viro3-3/+3
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-3/+3
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-3/+3
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2-2/+2
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-5/+5
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2011-08-30ext2: fix the outdated comment in ext2_nfs_get_inode()Li Haifeng1-4/+4
2011-08-17fs/ext2/balloc.c: delete useless initializationJulia Lawall1-1/+1
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-16/+18
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-3/+1
2011-07-29ext2: remove duplicate 'ext2_get_acl()' defineLinus Torvalds1-1/+0
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-5/+5
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig4-23/+6
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-17/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-8/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+0
2011-07-22ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_getWang Sheng-Hui1-5/+5
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+4
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-9/+5
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-16/+18
2011-05-17ext2: fix error msg when mounting fs with too-large blocksizeRobin Dong1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi4-9/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-4/+4
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-0/+6
2011-03-10block: remove per-queue pluggingJens Axboe1-2/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris5-11/+15
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt1-7/+2
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris5-11/+15
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-9/+1
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-14/+32
2011-01-10ext2: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen1-5/+14
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui1-1/+1
2011-01-07ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin1-2/+5
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+7
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06fs/ext2/super.c: Use printf extension %pVJoe Perches1-8/+17
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+1
2010-10-28ext2: fixed typo.Andrea Gelmini1-1/+1
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim1-2/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25ext2_remount: don't bother with invalidate_inodes()Al Viro1-3/+1
2010-10-25fs: add sync_inode_metadataChristoph Hellwig4-13/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-10-04BKL: Remove BKL from ext2 filesystemJan Blunck1-4/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+8
2010-09-23ext2: fix a typo on comment in ext2/inode.cNamhyung Kim1-2/+2
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher1-7/+5
2010-08-09merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro4-37/+36
2010-08-09Don't dirty the victim in ext2_xattr_delete_inode()Al Viro1-2/+0
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro3-3/+7
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro2-8/+16
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-10/+2
2010-08-09rename generic_setattrChristoph Hellwig1-1/+1
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+2
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09clean up write_begin usage for directories in pagecacheChristoph Hellwig3-24/+14
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-7/+2
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+1
2010-06-25ext2: update ctime when changing the file's permission by setfaclJan Kara1-0/+1
2010-06-04fix truncate inode time modification breakageNick Piggin1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+20
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-4/+4
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-0/+6
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+13
2010-05-21ext2: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-21ext2: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck2-16/+0
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck3-1/+30
2010-05-21ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck1-3/+5
2010-05-21ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck1-19/+9
2010-05-21ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck1-7/+0
2010-05-21ext2: Set the write time in ext2_sync_fs()Jan Blunck1-1/+1
2010-05-21ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck1-17/+3
2010-05-21ext2: remove useless call to brelse() in ext2_free_inode()Francis Moreau1-5/+4
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara1-0/+6
2010-04-12ext2: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-37/+64
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+10
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig4-11/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-19/+41
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-5/+5
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig2-10/+12
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds5-86/+61
2009-12-16sanitize xattr handler prototypesChristoph Hellwig5-86/+61
2009-12-16ext2: report metadata errors during fsyncJan Kara3-3/+21
2009-12-16ext2: avoid WARN() messages when failing to write to the superblockTheodore Ts'o1-0/+22
2009-12-10ext2: fix comment in ext2_find_entry about return valuesJérémy Cochoy1-2/+2
2009-12-10ext2: clear uptodate flag on super block I/O errorStephen Hemminger1-0/+16
2009-12-10ext2: Unify log messages in ext2Alexey Fisher4-80/+101
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+2
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+2
2009-09-14ext2: Update comment about generic_osync_inodeJan Kara1-1/+1
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds4-12/+6
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-30ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-06-24helpers for acl caching + switch to thoseAl Viro1-62/+17
2009-06-24switch ext2 to inode->i_aclAl Viro5-41/+11
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara3-5/+7
2009-06-12trivial: ext2: fix a typo in comment in ext2.hAli Gholami Rudi1-1/+1
2009-06-11ext2: add ->sync_fsChristoph Hellwig1-14/+27
2009-06-11switch ext2 to simple_fsync()Al Viro6-66/+6
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-2/+10
2009-06-11push BKL down into ->put_superChristoph Hellwig1-1/+3
2009-06-11remove ->write_super call in generic_shutdown_superChristoph Hellwig1-0/+3
2009-05-17ext2: Fix memory leak in ext2_fill_super() in case of a failed mountManish Katiyar1-0/+1
2009-04-27ext2: missing unlock in ext2_quota_write()Dan Carpenter1-1/+3
2009-04-13ext2: fix data corruption for racing writesJan Kara1-11/+33
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-26ext2: Zero our b_size in ext2_quota_read()Manish Katiyar1-0/+1
2009-03-26ext2: Use lowercase names of quota functionsJan Kara4-14/+14
2009-02-11ext2/xip: refuse to change xip flag during remount with busy inodesCarsten Otte1-3/+6
2009-01-15ext2: also update the inode on disk when dir is IS_DIRSYNCJan Kara1-2/+5
2009-01-08ext2: tighten restrictions on inode flagsDuane Griffin2-8/+3
2009-01-08ext2: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-01-08ext2: allocate ->s_blockgroup_lock separatelyPekka J Enberg1-1/+9
2009-01-08ext2: fix ext2_splice_branch() commentsQinghuang Feng1-2/+0
2008-12-31nfsd race fixes: ext2Al Viro2-2/+19
2008-12-31ext2: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells2-3/+3
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-0/+1
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro3-20/+15
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-12/+1
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-0/+1
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan1-0/+55
2008-10-16ext2: avoid printk floods in the face of directory corruptionEric Sandeen1-25/+35
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-03generic block based fiemap implementationJosef Bacik3-0/+11
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-0/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-07-25ext2: remove double definitions of xattr macrosShen Feng3-7/+3
2008-04-28ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+11
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison4-16/+16
2008-04-28fs/ext2: use BUG_ONJulia Lawall2-4/+3
2008-04-28ext2: use ext2_fsblk_t typeAkinobu Mita1-5/+5
2008-04-28ext2: use ext2_group_first_block_no()Akinobu Mita3-12/+8
2008-04-28ext2: improve ext2_readdir() return valueAkinobu Mita1-1/+1
2008-04-28ext2: convert byte order of constant instead of variableMarcin Slusarz1-5/+3
2008-04-28ext2: le*_add_cpu conversionMarcin Slusarz3-15/+8
2008-04-28xip: support non-struct page backed memoryNick Piggin3-27/+21
2008-04-28return pfn from direct_access, for XIPJared Hulbert1-10/+14
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2-3/+3
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot2-3/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-20/+37
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara1-1/+1
2008-02-08mount options: fix ext2Miklos Szeredi1-0/+3
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells4-29/+46
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita1-4/+1
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita1-5/+2
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita1-8/+4
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita1-2/+2
2008-02-06BKL-removal: remove incorrect BKL comment in ext2Andi Kleen1-1/+0
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen4-14/+7
2008-02-06ext2: add block bitmap validationAneesh Kumar K.V1-9/+72
2008-02-06ext2: xip check fixNick Piggin1-2/+1
2008-02-06ext2: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-02-06ext2: return after ext2_error in case of failuresAneesh Kumar K.V1-2/+6
2008-01-28ext2: Fix the max file size for ext2 file system.Aneesh Kumar K.V1-4/+28
2007-11-29fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta1-0/+7
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+5
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds1-45/+5
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-1/+1
2007-10-22ext2: new export opsChristoph Hellwig1-15/+19
2007-10-22ext2: avoid rec_len overflow with 64KB block sizeJan Kara1-12/+32