aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-06udf: switch to ->write_iter()Al Viro1-6/+5
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+2
2014-05-06pass iov_iter to ->direct_IO()Al Viro2-6/+6
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+6
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-2/+2
2014-04-01kill 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-20udf: Fix data corruption on file type conversionJan Kara2-2/+13
2013-12-23udf: Fix lockdep warning from udf_symlink()Jan Kara1-1/+1
2013-10-18udf: 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-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-07-31udf: 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-07aio: 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-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-22new 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-14UDF: 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/jack/linux-fsLinus Torvalds2-16/+52
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: 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/ebiederm/user-namespaceLinus 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
2012-09-05udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-09-04udf: add writepages support for udfNamjae Jeon1-0/+7
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan1-0/+2