aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | userns: Convert freevxfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+2
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* fs: propagate umode_t, misc bitsAl Viro2012-01-031-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* BKL: remove BKL from freevxfsArnd Bergmann2010-10-212-22/+2
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-103-5/+7
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-093-5/+7
* | Merge branch 'master' into for-nextJiri Kosina2010-06-161-0/+2
|\|
| * fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+2
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
* fs/Kconfig: move vxfs outAlexey Dobriyan2009-01-221-0/+16
* freevxfs: ensure fast symlinks are NUL-terminatedDuane Griffin2008-12-311-1/+3
* fs/freevxfs/: proper externsAdrian Bunk2008-04-293-5/+6
* iget: stop FreeVXFS from using iget() and read_inode()David Howells2008-02-074-23/+40
* fs/: Spelling fixesJoe Perches2008-02-032-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-191-2/+2
* vxfs warning fixesAndrew Morton2007-07-161-1/+1
* freevxfs: possible null pointer dereference fixDmitriy Monakhov2007-05-082-2/+2
* mm: make read_cache_page synchronousNick Piggin2007-05-071-3/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-124-4/+4
* [PATCH] struct path: convert freevxfsJosef Sipek2006-12-081-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] freevxfs: fix leak on error pathAlexey Dobriyan2006-09-291-3/+8
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-272-3/+3
* [PATCH] freevxfs: Add missing lock_kernel() to vxfs_readdirJosh Triplett2006-07-311-0/+2
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-283-5/+5
* [PATCH] fs/freevxfs: cleanup of spelling errorsCliff Wickman2006-06-252-8/+8
* [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-6/+7
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* BUG_ON() Conversion in fs/freevxfs/Eric Sesterhenn2006-04-021-6/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-282-2/+2