summaryrefslogtreecommitdiff
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix loading of special inodesJan Kara2014-10-093-11/+26
* udf: remove redundant sys_tz declarationFabian Frederick2014-09-291-2/+0
* udf: Fix race between write(2) and close(2)Jan Kara2014-09-171-1/+8
* udf: saner calling conventions for udf_new_inode()Al Viro2014-09-043-43/+27
* udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2014-09-042-1/+13
* udf: merge the pieces inserting a new non-directory object into directoryAl Viro2014-09-041-69/+29
* udf: Set i_generation fieldJan Kara2014-09-042-0/+2
* udf: Properly detect stale inodesJan Kara2014-09-041-2/+4
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-044-95/+96
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-09-041-14/+21
* udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara2014-09-041-17/+5
* udf: Avoid dir link count to go negativeJan Kara2014-09-041-1/+1
* udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu2014-08-191-1/+2
* udf: avoid redundant memcpy when writing data in ICBChao Yu2014-07-151-19/+1
* fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko2014-07-151-5/+4
* udf: use linux/uaccess.hFabian Frederick2014-07-154-4/+4
* udf: switch to ->write_iter()Al Viro2014-05-061-6/+5
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+2
* pass iov_iter to ->direct_IO()Al Viro2014-05-062-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-011-1/+1
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-071-2/+6
|\ \
| * | udf: Add __init macro to init_inodecacheFabian Frederick2014-03-031-1/+1
| * | fs: udf: parse_options: blocksize checkFabian Frederick2014-03-031-1/+5
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \
| * | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-2/+2
| |/ |/|
* | udf: Fix data corruption on file type conversionJan Kara2014-02-202-2/+13
|/
* udf: Fix lockdep warning from udf_symlink()Jan Kara2013-12-231-1/+1
* udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-181-9/+36
* udf: Fortify LVID loadingJan Kara2013-09-243-34/+48
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-1/+1
|\
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+1
* | truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* | udf: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-07-311-18/+24
* | udf: Standardize return values in mount sequenceJan Kara2013-07-311-117/+183
|/
* udf: provide ->tmpfile()Al Viro2013-06-291-0/+24
* [readdir] convert udfAl Viro2013-06-291-37/+26
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-263-6/+6
|\
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-1/+1
| * fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-2/+2
| * new helper: file_inode(file)Al Viro2013-02-222-3/+3
* | udf: Remove unused s_extLength from udf_bitmapJan Kara2013-02-052-5/+0
* | udf: Make s_block_bitmap standard arrayJan Kara2013-02-052-2/+1
* | udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara2013-02-051-1/+1
* | udf: add extent cache support in case of file readingNamjae Jeon2013-01-224-11/+98