aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro1-14/+10
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro1-1/+6
2014-09-04udf: Set i_generation fieldJan Kara1-0/+1
2013-09-24udf: Fortify LVID loadingJan Kara1-9/+7
2012-02-29udf: Init/maintain file entry checkpoint fieldSteve Nickel1-0/+1
2012-01-03udf: propagate umode_tAl Viro1-1/+1
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutexJan Kara1-15/+6
2010-08-09switch udf to ->evict_inode()Al Viro1-2/+0
2010-05-24udf: Remove dead quota codeJan Kara1-20/+1
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov1-9/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-1/+1
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-4/+6
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-3/+2
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-2/+2
2009-03-26udf: Use lowercase names of quota functionsJan Kara1-4/+4
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemDavid Howells1-2/+2
2008-08-19udf: Fix error paths in udf_new_inode()Jan Kara1-23/+18
2008-08-19udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Jan Kara1-2/+1
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com1-8/+4
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-23/+26
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-25/+25
2008-02-08udf: fix coding styleMarcin Slusarz1-7/+17
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-14/+19
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-25/+13
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-33/+36
2007-07-16UDF: check for allocated memory for data of new inodesCyrill Gorcunov1-1/+8
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-08-06[PATCH] udf: initialize parts of inode earlier in createEric Sandeen1-5/+6
2006-03-23[PATCH] sem2mutex: UDFIngo Molnar1-4/+4
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+170