aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-48/+63
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-15/+4
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 2-13/+3
2012-03-20udf: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-03-10udf: Fix deadlock in udf_release_file()Gravatar Jan Kara 1-2/+0
2012-02-29udf: Fix deadlock in udf_release_file()Gravatar Jan Kara 1-2/+0
2012-02-29udf: Fix file entry logicalBlocksRecordedGravatar Steve Nickel 1-6/+10
2012-02-29udf: Fix handling of i_blocksGravatar Jan Kara 1-38/+46
2012-02-29udf: Init/maintain file entry checkpoint fieldGravatar Steve Nickel 3-0/+6
2012-02-29udf: Remove unnecessary OOM messagesGravatar Joe Perches 1-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 4-31/+52
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyGravatar Jan Kara 1-0/+6
2012-01-09udf: Treat symlink component of type 2 as /Gravatar Jan Kara 1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneGravatar Jan Kara 2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Gravatar Jan Kara 1-21/+15
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03udf: propagate umode_tGravatar Al Viro 5-15/+15
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 2-12/+11
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 13-236/+230
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 2-5/+7
2011-11-02filesystems: add missing nlink wrappersGravatar Miklos Szeredi 1-7/+4
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-2/+2
2011-10-31udf: Cleanup metadata flags handlingGravatar Jan Kara 3-8/+10
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okGravatar Namjae Jeon 4-36/+43
2011-10-31udf: Neaten udf_debug usesGravatar Joe Perches 6-59/+50
2011-10-31udf: Neaten logging output, use vsprintf extension %pVGravatar Joe Perches 1-11/+17
2011-10-31udf: Convert printks to pr_<level>Gravatar Joe Perches 7-98/+83
2011-10-10udf: Rename udf_warning to udf_warnGravatar Joe Perches 4-20/+15
2011-10-10udf: Rename udf_error to udf_errGravatar Joe Perches 3-29/+23
2011-10-10udf: Promote some debugging messages to udf_errorGravatar Joe Perches 3-10/+18
2011-10-06udf: Add readpages support for udf.Gravatar Namjae Jeon 1-1/+9
2011-07-20switch udf_ioctl() to inode_permission()Gravatar Al Viro 1-1/+1
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-2/+0
2011-03-23udf: use little-endian bitopsGravatar Akinobu Mita 1-5/+4
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-172/+236
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+6
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 2-2/+0
2011-03-03udf: fix i_nlink limitGravatar Al Viro 1-6/+5
2011-02-23UDF: Fix compiler warningGravatar Dirk Behme 1-2/+2
2011-02-23udf: Convert UDF to new truncate calling sequenceGravatar Jan Kara 4-170/+234
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 13-180/+164
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8