summaryrefslogtreecommitdiffstats
path: root/fs/ext2/ext2.h
Commit message (Expand)AuthorAgeFilesLines
* ext2: use iomap to implement DAXChristoph Hellwig2016-09-191-0/+1
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in ext2Al Viro2016-07-301-2/+2
* | ext2: fix filesystem deadlock while reading corrupted xattr blockCarlos Maiolino2016-07-051-0/+3
|/
* mbcache2: rename to mbcacheJan Kara2016-02-221-2/+2
* ext2: convert to mbcache2Jan Kara2016-02-221-0/+3
* ext2: Add locking for DAX faultsRoss Zwisler2015-10-191-0/+11
* dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-1/+0
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-6/+7
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-1/+0
* vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-161-1/+1
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-0/+4
* ext2: Convert to private i_dquot fieldJan Kara2014-11-101-0/+3
* userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-4/+4
* migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro2012-03-311-0/+631
* ext2: propagate umode_tAl Viro2012-01-031-1/+1
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-4/+4
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+2
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-0/+6
* fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-1/+1
* fs: add sync_inode_metadataChristoph Hellwig2010-10-251-1/+0
* merge ext2 delete_inode and clear_inode, switch to ->evict_inode()Al Viro2010-08-091-1/+1
* clean up write_begin usage for directories in pagecacheChristoph Hellwig2010-08-091-3/+0
* ext2: convert to use the new truncate convention.npiggin@suse.de2010-05-271-1/+0
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* ext2: report metadata errors during fsyncJan Kara2009-12-161-0/+1
* ext2: Unify log messages in ext2Alexey Fisher2009-12-101-1/+1
* switch ext2 to inode->i_aclAl Viro2009-06-241-4/+0
* ext2: Do not update mtime of a moved directoryJan Kara2009-06-181-1/+1
* trivial: ext2: fix a typo in comment in ext2.hAli Gholami Rudi2009-06-121-1/+1
* switch ext2 to simple_fsync()Al Viro2009-06-111-3/+0
* [PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro2008-10-231-2/+2
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+2
* ext2: remove unused ext2_put_inode prototypeChristoph Hellwig2008-02-081-1/+0
* iget: stop EXT2 from using iget() and read_inode()David Howells2008-02-071-1/+1
* BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen2008-02-061-2/+1
* fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta2007-11-291-0/+7
* ext2 reservationsMartin J. Bligh2007-10-171-18/+18
* ext2: convert to new aopsNick Piggin2007-10-161-0/+3
* ext3: copy i_flags to inode flags on writeJan Kara2007-05-081-0/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-5/+5
* [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [tr...David Howells2006-09-301-0/+1
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-3/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-3/+3
* [PATCH] fs/ext2/: proper ext2_get_parent() prototypeAdrian Bunk2006-03-241-0/+3
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-1/+1
* [PATCH] ext2: fix mount options partingJan Kara2005-07-121-0/+9
* [PATCH] xip: ext2: execute in placeCarsten Otte2005-06-241-0/+2
* [PATCH] ext2 corruption - regression between 2.6.9 and 2.6.10Bernard Blackham2005-04-161-0/+1
OpenPOWER on IntegriCloud