serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / fs / reiserfs /
2012-01-12 Jeff Mahoneyreiserfs: Force inode evictions before umount to avoid...
2012-01-12 Jan Karareiserfs: Fix quota mount option parsing
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-09-15 Joe Perchesfs: Convert vmalloc/memset to vzalloc
2011-08-09 James MorrisMerge branch 'next-evm' 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-26 Linus TorvaldsMerge 'akpm' patch series
2011-07-26 Akinobu Mitareiserfs: use hweight_long()
2011-07-26 Akinobu Mitareiserfs: use proper little-endian bitops
2011-07-25 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 Christoph Hellwigreiserfs: cache negative ACLs for v1 stat format
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/core' of git://git.kernel.dk...
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-07-21 Christoph Hellwigreiserfs: make reiserfs default to barrier=flush
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-21 Christoph Hellwigfs: kill i_alloc_sem
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
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-20 Al Virokill check_acl callback of generic_permission()
2011-07-18 Mimi Zoharsecurity: new security_inode_init_security API adds...
2011-07-12 Justin TerAvestfixlet: Remove fs_excl from struct task.
2011-06-20 Al Viroreiserfs_permission() doesn't need to bail out in RCU...
2011-05-28 Sage Weilreiserfs: remove unnecessary dentry_unhash from rmdir...
2011-05-27 Christoph Hellwigfs: pass exact type of data dirties to ->dirty_inode
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-26 Sage Weilvfs: remove dget() from dentry_unhash()
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-21 Linus TorvaldsMerge branch 'trivial' of git://git./linux/kernel/git...
2011-03-17 matt mooneyfs: change to new flag variable
2011-03-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-15 James MorrisMerge branch 'next' into for-linus
2011-03-15 Aneesh Kumar K.Vfs: Remove i_nlink check from file system link callback
2011-03-14 Aneesh Kumar K.Vexportfs: Return the minimum required handle size
2011-03-10 Al Viroreiserfs xattr ->d_revalidate() shouldn't care about RCU
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-08 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2011-03-03 Al Virofix reiserfs mkdir() breakage
2011-02-01 Eric Parisfs/vfs/security: pass last path component to LSM on...
2011-02-01 Tejun Heoreiserfs: make commit_wq use the default concurrency...
2011-01-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-13 Linus TorvaldsMerge branch 'for-2.6.38/core' of git://git.kernel...
2011-01-13 Jesper Juhlreiserfs: make sure va_end() is always called after...
2011-01-12 Jan Karaquota: Fix deadlock during path resolution
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: icache RCU free inodes
2010-12-23 James BottomleyMerge branch 'block'
2010-12-02 Frederic Weisbeckerreiserfs: don't acquire lock recursively in reiserfs_ac...
2010-11-24 Frederic Weisbeckerreiserfs: fix inode mutex - reiserfs lock misordering
2010-11-17 Arnd BergmannBKL: remove extraneous #include <smp_lock.h>
2010-11-13 Tejun Heoblock: clean up blkdev_get() wrappers and their users
2010-11-13 Tejun Heoblock: make blkdev_get/put() handle exclusive access
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 Wu Fengguangwriteback: remove nonblocking/encountered_congestion...
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Al Vironew helper: inode_unhashed()
2010-10-26 Christoph Hellwigfs: kill block_prepare_write
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-19 Jens AxboeMerge branch 'v2.6.36-rc8' into for-2.6.37/barrier
2010-10-18 Justin P. MattockUpdate broken web addresses in the kernel.
2010-10-01 Frederic Weisbeckerreiserfs: fix unwanted reiserfs lock recursion
2010-10-01 Frederic Weisbeckerreiserfs: fix dependency inversion between inode and...
2010-09-16 Christoph Hellwigblock: remove BLKDEV_IFL_WAIT
2010-09-10 Christoph Hellwigreiserfs: replace barriers with explicit flush / FUA...
2010-08-18 Christoph Hellwigremove SWRITE* I/O types
2010-08-18 Sergey Senozhatskyfix reiserfs_evict_inode end_writeback second call
2010-08-11 Changli Gaoreiserfs: remove unused local `wait'
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-09 Al Viroconvert reiserfs to ->evict_inode()
2010-08-09 Christoph Hellwigalways call inode_change_ok early in ->setattr
2010-08-09 Christoph Hellwigremove inode_setattr
2010-08-09 Christoph Hellwigintroduce __block_write_begin
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-08-09 Al ViroFix reiserfs_file_release()
2010-06-16 Jiri KosinaMerge branch 'master' into for-next
2010-06-16 Uwe Kleine-Königfix typos concerning "initiali[zs]e"
2010-05-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-27 jan Blunckfs/: do not fallback to default_llseek() when readdir...
2010-05-27 Jan Karareiserfs: Fix resuming of quotas on remount read-write
2010-05-24 Christoph Hellwigquota: rename default quotactl methods to dquot_
2010-05-24 Christoph Hellwigquota: drop remount argument to ->quota_on and ->quota_off
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...
next