aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-21/+42
2012-10-09ext3: drop lock/unlock superMarco Stornelli1-6/+0
2012-10-09ext3: fix return values on parse_options() failureZhao Hongjiang1-2/+2
2012-10-09ext3: ext3_bread usage auditCarlos Maiolino2-18/+39
2012-10-09ext3: fix possible non-initialized variable on htree_dirblock_to_tree()Carlos Maiolino1-1/+1
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-3/+5
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 Torvalds2-11/+23
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-09-18userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman1-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-04ext3: Replace 0 with NULL for pointer in super.c fileSachin Kamat1-1/+1
2012-09-04ext3: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4
2012-09-04ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov2-2/+2
2012-08-04ext3: nuke write_super from commentsArtem Bityutskiy2-19/+0
2012-07-30ext3: use memweight()Akinobu Mita2-12/+2
2012-07-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-3/+9
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-2/+2
2012-07-23ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen1-2/+2
2012-07-23vfs: allow custom EOF in generic_file_llseek codeEric Sandeen1-1/+2
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-09ext3: Check return value of blkdev_issue_flush()Jan Kara1-2/+7
2012-07-09ext3: force ro mount if ext3_setup_super() failsEric Sandeen1-1/+2
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-3/+3
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-71/+132
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-28/+52
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman4-28/+52
2012-05-15ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen3-48/+129
2012-05-15ext3: Remove i_mutex use from ext3_quota_write()Jan Kara1-5/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-3/+3
2012-04-11ext3: remove max_debt in find_group_orlov()Akira Fujita1-18/+2
2012-03-31ext3: move headers to fs/ext3/Al Viro20-124/+1344
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-43/+50
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-02ext3: fix start and len arguments handling in ext3_trim_fs()Lukas Czerner1-38/+39
2012-02-29ext3: Update ctime in ext3_splice_branch() only when neededKazuya Mio1-3/+6
2012-02-29ext3: Don't call dquot_free_block() if we don't update anythingKazuya Mio1-2/+5
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds8-27/+57
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker4-4/+0
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni1-1/+5
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03ext3: propagate umode_tAl Viro1-1/+1
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-5/+5
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-22ext3: NULL dereference in ext3_evict_inode()Dan Carpenter1-0/+4
2011-11-09ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan1-2/+3
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds3-5/+5
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-90/+18
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-2/+2
2011-10-31ext3: Allow quota file use root reservationDmitry Monakhov1-4/+4
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-16/+20
2011-10-10ext3: Remove the obsolete broken EXT3_IOC32_WAIT_FOR_READONLY.Tao Ma1-24/+0
2011-10-05ext3/balloc.c: local functions should be staticH Hartley Sweeten1-3/+4
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig2-3/+4
2011-08-23block: remove READ_META and WRITE_METAChristoph Hellwig2-3/+3
2011-08-17ext3: remove deprecated oldallocLukas Czerner2-46/+7
2011-08-17fs/ext3/balloc.c: delete useless initializationJulia Lawall1-1/+1
2011-08-17ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima1-2/+2
2011-08-17ext3: Remove i_mutex from ext3_sync_file()Jan Kara1-10/+0
2011-08-11ext3: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-16/+20
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-4/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds9-82/+201
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/+9
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-24/+19
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+0
2011-07-23ext3: Fix data corruption in inodes with journalled dataJan Kara1-5/+35
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+16
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+3
2011-07-20ext3: Fix compilation with -DDX_DEBUGBernd Schubert1-2/+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/+20
2011-06-25ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs()Lukas Czerner1-3/+1
2011-06-25ext3/ioctl.c: silence sparse warnings about different address spacesH Hartley Sweeten1-2/+2
2011-06-25ext3: Improve truncate error handlingJan Kara1-38/+63
2011-06-25ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara1-2/+10
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara2-17/+11
2011-06-25ext3: Add fixed tracepointsLukas Czerner6-16/+82
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+2
2011-05-26ext3: add cleancache supportDan Magenheimer1-0/+2
2011-05-17ext3: Fix fs corruption when make_indexed_dir() failsJan Kara1-3/+12
2011-04-29ext3: Fix lock inversion in ext3_symlink()Jan Kara1-11/+56
2011-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi4-10/+10
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+0
2011-03-24ext3: Fix writepage credits computation for ordered modeYongqiang Yang1-1/+1
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-4/+4
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-10/+20
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-10/+12
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V1-0/+1
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-7/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-3/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris4-10/+12
2011-03-07ext3: Always set dx_node's fake_dirent explicitly.Eric Sandeen1-1/+1
2011-03-04ext3: Fix an overflow in ext3_trim_fs.Tao Ma1-3/+8
2011-02-28ext3: skip orphan cleanup on rocompat fsAmir Goldstein1-0/+7
2011-02-24ext3: speed up group trim with the right free block count.Tao Ma1-1/+2
2011-02-24ext3: Adjust trim start with first_data_block.Tao Ma1-5/+2
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris4-10/+12
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-18/+7
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-18/+7
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+1
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-103/+473
2011-01-10ext3: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen1-7/+8
2011-01-10ext3: Add more journal error checkNamhyung Kim2-3/+7
2011-01-10ext3: Add journal error check in resize.cNamhyung Kim1-14/+51
2011-01-10ext3: Add FITRIM handlingLukas Czerner1-0/+22
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner1-0/+266
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-06ext3: Add journal error check into ext3_rename()Namhyung Kim1-4/+15
2011-01-06ext3: Use search_dirblock() in ext3_dx_find_entry()Theodore Ts'o1-21/+12
2011-01-06ext3: Avoid uninitialized memory references with a corrupted htree directoryTheodore Ts'o1-15/+15
2011-01-06ext3: Return error code from generic_check_addressableDarrick J. Wong1-2/+4
2011-01-06ext3: Add journal error check into ext3_delete_entry()Namhyung Kim1-2/+12
2011-01-06ext3: Add error check in ext3_mkdir()Namhyung Kim1-14/+22
2011-01-06fs/ext3/super.c: Use printf extension %pVJoe Perches1-19/+37
2011-01-06ext3: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-10/+2
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 Torvalds5-33/+69
2010-10-28ext3: Update kernel-doc commentsNamhyung Kim2-12/+20
2010-10-28ext3: Fix debug messages in ext3_group_extend()Namhyung Kim1-6/+7
2010-10-28ext3: Remove misplaced BUFFER_TRACE() in ext3_truncate()Namhyung Kim1-1/+0
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim2-5/+5
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong1-1/+23
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+1
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-13/+0
2010-10-05ext3: Fix lost extented attributes for inode with ino == 11Jan Kara1-3/+8
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck1-9/+0
2010-10-04BKL: Remove BKL from ext3 fill_super()Jan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-46/+55
2010-08-09mbcache: Remove unused featuresAndreas Gruenbacher1-7/+5
2010-08-09convert ext3 to ->evict_inode()Al Viro3-35/+28
2010-08-09remove inode_setattrChristoph Hellwig1-2/+10
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-0/+11
2010-08-05ext3: Fix dirtying of journalled buffers in data=journal modeJan Kara1-1/+17
2010-07-23ext3: default to ordered modeDave Chinner1-0/+1
2010-07-21ext3: Avoid filesystem corruption after a crash under heavy delete loadJan Kara1-21/+25
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig2-28/+5
2010-07-21ext3: Fix set but unused variablesAndi Kleen2-4/+1
2010-06-25ext3: update ctime when changing the file's permission by setfaclMiao Xie1-0/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-16/+24
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-27ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
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-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+11
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-24/+21
2010-05-21ext3: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+5
2010-05-21ext3: constify xattr handlersStephen Hemminger6-16/+16
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe4-42/+63
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen1-7/+26
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara1-11/+9
2010-05-21ext3: init statistics after journal recovery v2Dmitry Monakhov1-23/+21
2010-05-21ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel1-0/+6
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2