summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: remove bool assignment to 0/1Fabian Frederick2015-02-051-2/+2
* udf: use bool for doneFabian Frederick2015-02-051-2/+2
* Merge branch 'for_linus' into for_nextJan Kara2015-01-301-1/+1
|\
| * udf: Release preallocation on last writeable closeJan Kara2015-01-281-1/+1
* | udf: destroy sbi mutex in put_superFabian Frederick2015-01-121-0/+1
* | udf: Check length of extended attributes and allocation descriptorsJan Kara2015-01-071-0/+9
* | udf: Remove repeated loads blocksizeJan Kara2015-01-071-11/+8
* | udf: Update Kconfig descriptionJan Kara2015-01-051-4/+6
|/
* udf: Reduce repeated dereferencesJan Kara2014-12-212-25/+25
* udf: Check component length before reading itJan Kara2014-12-211-2/+7
* udf: Check path length when reading symlinkJan Kara2014-12-195-20/+48
* udf: Verify symlink size before loading itJan Kara2014-12-191-4/+13
* udf: Verify i_size when loading inodeJan Kara2014-12-191-0/+14
* udf: One function call less in udf_fill_super() after error detectionMarkus Elfring2014-11-191-2/+3
* udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring2014-11-191-4/+2
* 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
OpenPOWER on IntegriCloud