summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-07-16udf: avoid redundant memcpy when writing data in ICBChao Yu1-19/+1
2014-07-16fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko1-5/+4
2014-07-16udf: use linux/uaccess.hFabian Frederick4-4/+4
2014-05-07udf: switch to ->write_iter()Al Viro1-6/+5
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro2-6/+6
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-2/+6
2014-04-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick1-1/+5
2014-02-21udf: Fix data corruption on file type conversionJan Kara2-2/+13
2013-12-24udf: Fix lockdep warning from udf_symlink()Jan Kara1-1/+1
2013-10-19udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi1-9/+36
2013-09-24udf: Fortify LVID loadingJan Kara3-34/+48
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-1/+1
2013-09-13truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-08-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-08-01udf: Standardize return values in mount sequenceJan Kara1-117/+183
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+1
2013-06-29udf: provide ->tmpfile()Al Viro1-0/+24
2013-06-29[readdir] convert udfAl Viro1-37/+26
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-6/+6
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-23new helper: file_inode(file)Al Viro2-3/+3
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara2-5/+0
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara2-2/+1
2013-02-05udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon4-11/+98
2013-01-21udf: Write LVID to disk after opening / closingJan Kara1-0/+4
2013-01-15UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon1-1/+2
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon1-3/+0
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-16/+52
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-16/+20
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman3-16/+20
2012-09-06UDF: Add support for O_DIRECTIan Abbott2-16/+45
2012-09-05Merge branch 'fast_track' into for_nextJan Kara1-6/+29