serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / fs / ext2 /
2011-11-02 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2011-11-02 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-11-01 Joe Perchestreewide: use __printf not __attribute__((format(printf...
2011-08-30 Li Haifengext2: fix the outdated comment in ext2_nfs_get_inode()
2011-08-17 Julia Lawallfs/ext2/balloc.c: delete useless initialization
2011-08-09 James MorrisMerge branch 'next-evm' of git://git./linux/kernel...
2011-08-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-08-01 Al Viroswitch posix_acl_equiv_mode() to umode_t *
2011-08-01 Al Viroswitch posix_acl_create() to umode_t *
2011-07-30 Linus Torvaldsext2: remove duplicate 'ext2_get_acl()' define
2011-07-26 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-25 Al Virokill boilerplates around posix_acl_create_masq()
2011-07-25 Al Virokill boilerplate around posix_acl_chmod_masq()
2011-07-25 Linus Torvaldsvfs: move ACL cache lookup into generic code
2011-07-22 Wang Sheng-Huiext2: check xattr name_len before acquiring xattr_sem...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Christoph Hellwigfs: simplify the blockdev_direct_IO prototype
2011-07-21 Christoph Hellwigfs: move inode_dio_wait calls into ->setattr
2011-07-20 Al Viromake d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->check_...
2011-07-20 Al Viro->permission() sanitizing: pass MAY_NOT_BLOCK to -...
2011-07-18 Mimi Zoharsecurity: new security_inode_init_security API adds...
2011-05-26 Sage Weilext2: remove unnecessary dentry_unhash on rmdir/rename_dir
2011-05-26 Sage Weilvfs: push dentry_unhash on rename_dir into file systems
2011-05-26 Sage Weilvfs: push dentry_unhash on rmdir into file systems
2011-05-17 Robin Dongext2: fix error msg when mounting fs with too-large...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-03-24 Akinobu Mitabitops: remove ext2 non-atomic bitops from asm/bitops.h
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-08 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2011-03-02 Josh Huntext2: Fix link count corruption under heavy link+rename...
2011-02-28 Josh Huntext2: Fix link count corruption under heavy link+rename...
2011-02-01 Eric Parisfs/vfs/security: pass last path component to LSM on...
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-10 Tobias Klauserext2: Remove redundant unlikely()
2011-01-10 Eric Sandeenext2: speed up file creates by optimizing rec_len functions
2011-01-10 Wang Sheng-Huiext2: remove dead code in ext2_xattr_get
2011-01-10 Wang Sheng-Huiext2,ext3,ext4: clarify comment for extN_xattr_set_handle
2011-01-07 Nick Pigginext2,3,4: provide simple rcu-walk ACL implementation
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: icache RCU free inodes
2011-01-06 Joe Perchesfs/ext2/super.c: Use printf extension %pV
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-27 Andrea Gelminiext2: fixed typo.
2010-10-27 Namhyung Kimext2: fix comment on ext2_try_to_allocate()
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Al Viroext2_remount: don't bother with invalidate_inodes()
2010-10-26 Christoph Hellwigfs: add sync_inode_metadata
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-04 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-09-23 Namhyung Kimext2: fix a typo on comment in ext2/inode.c
2010-08-09 Andreas Gruenbachermbcache: Remove unused features
2010-08-09 Al Viromerge ext2 delete_inode and clear_inode, switch to...
2010-08-09 Al ViroDon't dirty the victim in ext2_xattr_delete_inode()
2010-08-09 Al ViroTake dirtying the inode to callers of ext2_free_blocks()
2010-08-09 Al Viroext2: switch to dquot_free_block_nodirty()
2010-08-09 Christoph Hellwigcheck ATTR_SIZE contraints in inode_change_ok
2010-08-09 Christoph Hellwigrename generic_setattr
2010-08-09 Christoph Hellwigget rid of block_write_begin_newtrunc
2010-08-09 Christoph Hellwigintroduce __block_write_begin
2010-08-09 Christoph Hellwigclean up write_begin usage for directories in pagecache
2010-08-09 Christoph Hellwigget rid of nobh_write_begin_newtrunc
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-06-24 Jan Karaext2: update ctime when changing the file's permission...
2010-06-04 Nick Pigginfix truncate inode time modification breakage
2010-05-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-28 npiggin@suse.deext2: convert to use the new truncate convention.
2010-05-28 Christoph Hellwigrename the generic fsync implementations
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-24 Christoph Hellwigquota: rename default quotactl methods to dquot_
2010-05-24 Christoph Hellwigquota: explicitly set ->dq_op and ->s_qcop
2010-05-24 Christoph Hellwigquota: move unmount handling into the filesystem
2010-05-24 Christoph Hellwigquota: kill the vfs_dq_off and vfs_dq_quota_on_remount...
2010-05-24 Christoph Hellwigquota: move remount handling into the filesystem
2010-05-21 Dmitry Monakhovext2: replace inode uid,gid,mode init with helper
2010-05-21 Stephen Hemmingerext2: constify xattr_handler
2010-05-21 Dmitry Monakhovquota: unify quota init condition in setattr
2010-05-21 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-05-21 Jan Blunckext2: Add ext2_sb_info s_lock spinlock
2010-05-21 Jan Blunckext2: Move ext2_write_super() out of ext2_setup_super()
2010-05-21 Jan Blunckext2: Fold ext2_commit_super() into ext2_sync_super()
2010-05-21 Jan Blunckext2: Remove duplicate code from ext2_sync_fs()
2010-05-21 Jan Blunckext2: Set the write time in ext2_sync_fs()
2010-05-21 Jan Blunckext2: Use ext2_clear_super_error() in ext2_sync_fs()
2010-05-21 Francis Moreauext2: remove useless call to brelse() in ext2_free_inode()
2010-05-21 Jan Karaext2: Avoid loading bitmaps for full groups during...
2010-04-12 Dmitry Monakhovext2: symlink must be handled via filesystem specific...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
next