aboutsummaryrefslogtreecommitdiffstats
path: root/fs/isofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-11/+5
* isofs: fix bh leak in isofs_fill_super() error caseLinus Torvalds2011-06-181-1/+2
* block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* fix isofs d_op handlingAl Viro2011-01-121-6/+7
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-10/+18
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-45/+47
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary2010-10-271-0/+40
* isofs: Fix isofs_get_blocks for 8TB filesJan Kara2010-10-251-9/+8
* BKL: Remove BKL from isofsArnd Bergmann2010-10-041-15/+2
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
* isofs: Fix lseek() to position beyond 4 GBJan Andres2010-08-111-1/+6
* fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-6/+2
* isofs: fix Joliet regressionBartlomiej Zolnierkiewicz2009-07-101-2/+2
* isofs: cleanup mount option processingJan Kara2009-06-181-24/+24
* isofs: fix setting of uid and gid to 0Jan Kara2009-06-181-14/+12
* isofs: let mode and dmode mount options override rock ridge mode settingJan Kara2009-06-181-12/+38
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* fs/isofs: return f_fsid for statfs(2)Coly Li2009-04-021-0/+3
* constify dentry_operations: misc filesystemsAl Viro2009-03-271-1/+1
* isofs check for NULL ->i_op in root directory is dead codeAl Viro2009-01-051-6/+0
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* mount options: fix isofsMiklos Szeredi2008-02-081-0/+3
* isofs: implement dmode optionJan Kara2008-02-081-8/+15
* iget: stop ISOFS from using read_inode()David Howells2008-02-071-22/+46
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* isofs: mounting to regular file may succeedKirill Kuvaldin2007-07-311-0/+9
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* remove useless tolower in isofsyoung dave2007-07-161-1/+1
* isofs: fix up CodingStyleDave Jones2007-07-161-202/+213
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] I/O Error attempting to read last partial block of a file in an ISO96...Joel & Rebecca VanderZee2006-09-291-24/+24
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+1
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-3/+1
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-2/+4
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
* [PATCH] cpuset memory spread: slab cache formatPaul Jackson2006-03-241-1/+2
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-8/+4