aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2015-07-23fs: Remove ext3 filesystem driverJan Kara25-18158/+0
2015-06-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2015-05-18fs: ext3: super: fixed a space coding style issueAdir Kuhn1-1/+1
2015-05-10ext3: switch to 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-34/+34
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+7
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells9-34/+34
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-4/+4
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-01ext3: Remove useless condition in if statement.Wei Yuan1-2/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-04quota: Make VFS quotas use new interface for getting quota infoJan Kara1-1/+1
2015-01-05ext3: destroy sbi mutexes in put_superFabian Frederick1-0/+2
2014-11-10ext3: Convert to private i_dquot fieldJan Kara2-0/+14
2014-10-22ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-12/+14
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo1-2/+3
2014-09-17ext3: Don't use MAXQUOTAS valueJan Kara2-12/+14
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-3/+3
2014-08-19ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng1-2/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-14/+11
2014-06-12->splice_write() via ->write_iter()Al Viro1-1/+1
2014-05-22ext3: Fix deadlock in data=journal mode when fs is frozenJan Kara1-16/+17
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-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-9/+7
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-70/+32
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-17ext3: explicitly remove inode from orphan list after failed direct ioEric Sandeen1-0/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-03-12ext3: Speedup WB_SYNC_ALL passJan Kara1-1/+6
2014-03-04ext3: Update outdated comment before ext3_ordered_writepage()Jan Kara1-43/+4
2014-03-04ext3: Update PF_MEMALLOC handling in ext3_write_inode()Jan Kara1-12/+11
2014-03-04ext2/3: use prandom_u32() instead of get_random_bytes()ZhangZhen1-1/+1
2014-03-03ext3: remove an unneeded check in ext3_new_blocks()Dan Carpenter1-4/+1
2014-03-03ext3: remove unneeded check in ext3_ordered_writepage()Dan Carpenter1-5/+2
2014-03-03fs: Mark function as static in ext3/xattr_security.cRashika Kheria1-2/+3
2014-03-03fs: Mark function as static in ext3/dir.cRashika Kheria1-1/+1
2014-03-03ext3: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-208/+39
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig7-208/+39
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4
2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5
2013-11-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+4
2013-10-16ext3: Count journal as bsddf overhead in ext3_statfsEric Sandeen1-0/+4
2013-10-15ext[34]: fix double put in tmpfileMiklos Szeredi1-3/+2
2013-09-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+43
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov1-1/+1
2013-07-31ext3: allow specifying external journal by pathname mount optionEric Sandeen1-0/+43
2013-07-20ext3: fix a BUG when opening a file with O_TMPFILE flagZheng Liu1-1/+1
2013-07-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-3/+18
2013-07-04ext3: Fix fsync error handling after filesystem abort.Dmitry Monakhov2-3/+18
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+46
2013-07-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-9/+7
2013-07-01ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro1-5/+2
2013-06-29ext3 ->tmpfile() supportAl Viro1-1/+46
2013-06-29[readdir] convert ext3Al Viro1-93/+64
2013-05-21jbd: change journal_invalidatepage() to accept lengthLukas Czerner1-3/+3
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07make blkdev_put() return voidAl Viro1-7/+4
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+2
2013-04-29mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong1-1/+0
2013-03-20ext3: fix data=journal fast mount/umount hangJan Kara1-1/+2
2013-03-11ext3: Fix format string issuesLars-Peter Clausen1-2/+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 Torvalds3-7/+7
2013-02-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-36/+48
2013-02-22new helper: file_inode(file)Al Viro3-7/+7
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-0/+1
2013-01-21Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong3-6/+6
2013-01-21Ext3: use unlikely to improve the efficiency of the kernelWang Shilong3-7/+7
2013-01-21Ext3: add necessary check in case IO error happensWang Shilong1-1/+5
2013-01-21ext3: Fix memory leak when quota options are specified multiple timesJan Kara1-21/+30
2013-01-21ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao1-1/+0
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3
2012-12-13ext3: drop if around WARN_ONJulia Lawall1-2/+1
2012-12-13ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang1-3/+0
2012-11-19ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner1-2/+3
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