summaryrefslogtreecommitdiffstats
path: root/fs/isofs/inode.c
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 isofs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-6/+11
|/
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* isofs: inode leak on mount failureAl Viro2012-01-091-2/+5
* isofs: propagate umode_tAl Viro2012-01-031-2/+2
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-021-1/+9
|\
| * isofs: add readpages supportNamjae Jeon2011-11-021-1/+9
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
|/
* isofs: Remove global fs lockJan Kara2011-07-221-1/+0
* 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