aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-05udf: use bool for doneFabian Frederick1-2/+2
2015-01-30Merge branch 'for_linus' into for_nextJan Kara1-1/+1
2015-01-28udf: Release preallocation on last writeable closeJan Kara1-1/+1
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick1-0/+1
2015-01-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-01-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-01-05udf: Update Kconfig descriptionJan Kara1-4/+6
2014-12-21udf: Reduce repeated dereferencesJan Kara2-25/+25
2014-12-21udf: Check component length before reading itJan Kara1-2/+7
2014-12-19udf: Check path length when reading symlinkJan Kara5-20/+48
2014-12-19udf: Verify symlink size before loading itJan Kara1-4/+13
2014-12-19udf: Verify i_size when loading inodeJan Kara1-0/+14
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring1-2/+3
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring1-4/+2
2014-10-09udf: Fix loading of special inodesJan Kara3-11/+26
2014-09-29udf: remove redundant sys_tz declarationFabian Frederick1-2/+0
2014-09-17udf: Fix race between write(2) and close(2)Jan Kara1-1/+8
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro3-43/+27
2014-09-04udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2-1/+13
2014-09-04udf: merge the pieces inserting a new non-directory object into directoryAl Viro1-69/+29
2014-09-04udf: Set i_generation fieldJan Kara2-0/+2
2014-09-04udf: Properly detect stale inodesJan Kara1-2/+4
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara4-95/+96
2014-09-04udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-09-04udf: Fold udf_fill_inode() into __udf_read_inode()Jan Kara1-17/+5
2014-09-04udf: Avoid dir link count to go negativeJan Kara1-1/+1
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-07-15udf: avoid redundant memcpy when writing data in ICBChao Yu1-19/+1
2014-07-15fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko1-5/+4
2014-07-15udf: use linux/uaccess.hFabian Frederick4-4/+4
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