aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/ialloc.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2014-09-04udf: saner calling conventions for udf_new_inode()Gravatar Al Viro 1-14/+10
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesGravatar Al Viro 1-1/+6
2014-09-04udf: Set i_generation fieldGravatar Jan Kara 1-0/+1
2013-09-24udf: Fortify LVID loadingGravatar Jan Kara 1-9/+7
2012-02-29udf: Init/maintain file entry checkpoint fieldGravatar Steve Nickel 1-0/+1
2012-01-03udf: propagate umode_tGravatar Al Viro 1-1/+1
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Gravatar Jan Kara 1-15/+6
2010-08-09switch udf to ->evict_inode()Gravatar Al Viro 1-2/+0
2010-05-24udf: Remove dead quota codeGravatar Jan Kara 1-20/+1
2010-05-21udf: replace inode uid,gid,mode init with helperGravatar Dmitry Monakhov 1-9/+2
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 1-2/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-4/+6
2009-04-02udf: Don't write integrity descriptor too oftenGravatar Jan Kara 1-3/+2
2009-04-02Fix the udf code not to pass structs on stack where possible.Gravatar Pekka Enberg 1-2/+2
2009-03-26udf: Use lowercase names of quota functionsGravatar Jan Kara 1-4/+4
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemGravatar David Howells 1-2/+2
2008-08-19udf: Fix error paths in udf_new_inode()Gravatar Jan Kara 1-23/+18
2008-08-19udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Gravatar Jan Kara 1-2/+1
2008-04-17udf: replace all adds to little endians variables with le*_add_cpuGravatar marcin.slusarz@gmail.com 1-8/+4
2008-04-17udf: move headers out include/linux/Gravatar Christoph Hellwig 1-1/+0
2008-02-08udf: cache struct udf_inode_infoGravatar Marcin Slusarz 1-23/+26
2008-02-08udf: remove UDF_I_* macros and open code themGravatar Marcin Slusarz 1-25/+25
2008-02-08udf: fix coding styleGravatar Marcin Slusarz 1-7/+17
2008-02-08udf: remove some ugly macrosGravatar Marcin Slusarz 1-14/+19
2007-07-21UDF: coding style conversion - lindent fixupsGravatar Cyrill Gorcunov 1-25/+13
2007-07-19UDF: coding style conversion - lindentGravatar Cyrill Gorcunov 1-33/+36
2007-07-16UDF: check for allocated memory for data of new inodesGravatar Cyrill Gorcunov 1-1/+8
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-4/+2
2006-08-06[PATCH] udf: initialize parts of inode earlier in createGravatar Eric Sandeen 1-5/+6
2006-03-23[PATCH] sem2mutex: UDFGravatar Ingo Molnar 1-4/+4
2006-01-03remove pointers to the defunct UDF mailing listGravatar Adrian Bunk 1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+170