summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* udf: simplify udf_ioctl()Fabian Frederick2017-02-031-26/+15
* udf: fix ioctl errorsFabian Frederick2017-02-031-1/+4
* udf: allow implicit blocksize specification during mountFabian Frederick2017-01-201-9/+19
* udf: check partition reference in udf_read_inode()Fabian Frederick2017-01-101-0/+6
* udf: atomically read inode sizeFabian Frederick2017-01-102-4/+5
* udf: merge module informations in super.cFabian Frederick2017-01-102-7/+6
* udf: remove next_epos from udf_update_extent_cache()Fabian Frederick2017-01-101-14/+11
* udf: Factor out trimming of crtimeFabian Frederick2017-01-101-14/+11
* udf: remove empty conditionFabian Frederick2017-01-101-2/+0
* udf: remove unneeded line breakFabian Frederick2017-01-101-2/+1
* udf: merge bh freeFabian Frederick2017-01-101-18/+10
* udf: use pointer for kernel_long_ad argumentFabian Frederick2017-01-101-14/+9
* udf: use __packed instead of __attribute__ ((packed))Fabian Frederick2017-01-102-66/+66
* udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-054-2/+33
* fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton2017-01-032-3/+0
* fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani2017-01-031-3/+6
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-013-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-14/+18
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-273-13/+13
| |/
* | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | udf: don't bother with full-page write optimisations in adinicb caseAl Viro2016-09-191-1/+15
* | udf: Remove useless check in udf_adinicb_write_begin()Jan Kara2016-09-061-1/+1
|/
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-262-2/+2
|\
| * block: get rid of bio_rw and READAChristoph Hellwig2016-07-202-2/+2
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-263-3/+3
|\|
| * fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-073-3/+3
* | udf: Use correct partition reference number for metadataAlden Tondettar2016-05-193-12/+21
* | udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar2016-05-191-0/+2
* | udf: Don't BUG on missing metadata partition descriptorAlden Tondettar2016-05-191-2/+3
|/
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-172-9/+5
|\
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-3/+1
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-012-6/+4
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-172-27/+44
|\ \
| * | udf: Export superblock magic to userspaceJan Kara2016-04-281-3/+1
| * | udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-261-24/+43
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-173-5/+17
|\| |
| * | udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-253-5/+17
| |/
* | more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-5/+5
|/
* udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov2016-02-091-128/+152
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-093-134/+61
* udf: Use separate buffer for copying split namesJan Kara2016-02-092-4/+22