| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | Coccinelle-based conversion to use ->i_state accessors | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-22 | fs: udf: fix OOB read in lengthAllocDescs handling | Larshin Sergey | 1 | -0/+3 |
| 2025-07-28 | Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -12/+16 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -4/+7 |
| 2025-07-11 | udf: stop using write_cache_pages | Christoph Hellwig | 1 | -12/+16 |
| 2025-03-13 | udf: Fix inode_getblk() return value | Jan Kara | 1 | -0/+1 |
| 2024-10-02 | udf: fix uninit-value use in udf_get_fileshortad | Gianfranco Trad | 1 | -3/+6 |
| 2024-10-02 | udf: refactor inode_bmap() to handle error | Zhao Mengmeng | 1 | -15/+25 |
| 2024-10-02 | udf: refactor udf_next_aext() to handle error | Zhao Mengmeng | 1 | -42/+83 |
| 2024-10-02 | udf: refactor udf_current_aext() to handle error | Zhao Mengmeng | 1 | -14/+26 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+2 |
| 2024-06-05 | udf: Fix lock ordering in udf_evict_inode() | Jan Kara | 1 | -7/+4 |
| 2024-06-05 | udf: Drop pointless IS_IMMUTABLE and IS_APPEND check | Jan Kara | 1 | -2/+0 |
| 2024-04-23 | udf: Use a folio in udf_write_end() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
| 2024-04-23 | udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio() | Matthew Wilcox (Oracle) | 1 | -12/+7 |
| 2024-04-23 | udf: Convert udf_expand_file_adinicb() to use a folio | Matthew Wilcox (Oracle) | 1 | -13/+14 |
| 2024-04-23 | udf: Convert udf_write_begin() to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
| 2024-01-23 | udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb() | Jan Kara | 1 | -1/+1 |
| 2023-10-18 | udf: convert to new timestamp accessors | Jeff Layton | 1 | -16/+22 |
| 2023-08-30 | Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -2/+0 |
| 2023-08-09 | udf: Drop pointless aops assignment | Jan Kara | 1 | -2/+0 |
| 2023-07-24 | udf: convert to ctime accessor functions | Jeff Layton | 1 | -7/+10 |
| 2023-05-30 | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 1 | -5/+1 |
| 2023-03-08 | udf: Use folios in udf_adinicb_writepage() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-03-06 | udf: Warn if block mapping is done for in-ICB files | Jan Kara | 1 | -0/+3 |
| 2023-03-06 | udf: Fix reading of in-ICB files | Jan Kara | 1 | -0/+9 |
| 2023-03-06 | udf: Fix lost writes in udf_adinicb_writepage() | Jan Kara | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
| 2023-01-26 | udf: Convert udf_expand_file_adinicb() to avoid kmap_atomic() | Jan Kara | 1 | -14/+4 |
| 2023-01-26 | udf: Convert udf_adinicb_writepage() to memcpy_to_page() | Jan Kara | 1 | -6/+2 |
| 2023-01-26 | udf: Switch udf_adinicb_readpage() to kmap_local_page() | Jan Kara | 1 | -2/+2 |
| 2023-01-26 | udf: Move udf_adinicb_readpage() to inode.c | Jan Kara | 1 | -0/+15 |
| 2023-01-26 | udf: Mark aops implementation static | Jan Kara | 1 | -9/+10 |
| 2023-01-26 | udf: Switch to single address_space_operations | Jan Kara | 1 | -7/+1 |
| 2023-01-26 | udf: Add handling of in-ICB files to udf_bmap() | Jan Kara | 1 | -0/+4 |
| 2023-01-26 | udf: Convert all file types to use udf_write_end() | Jan Kara | 1 | -1/+21 |
| 2023-01-26 | udf: Convert in-ICB files to use udf_write_begin() | Jan Kara | 1 | -5/+19 |
| 2023-01-26 | udf: Convert in-ICB files to use udf_direct_IO() | Jan Kara | 1 | -1/+4 |
| 2023-01-26 | udf: Convert in-ICB files to use udf_writepages() | Jan Kara | 1 | -3/+26 |
| 2023-01-26 | udf: Unify .read_folio for normal and in-ICB files | Jan Kara | 1 | -1/+8 |
| 2023-01-26 | udf: Fix off-by-one error when discarding preallocation | Jan Kara | 1 | -1/+1 |
| 2023-01-26 | udf: Fix file corruption when appending just after end of preallocated extent | Jan Kara | 1 | -13/+11 |
| 2023-01-26 | udf: Do not allocate blocks on page writeback | Jan Kara | 1 | -12/+34 |
| 2023-01-26 | udf: Allocate blocks on write page fault | Jan Kara | 1 | -1/+0 |
| 2023-01-26 | udf: Protect truncate and file type conversion with invalidate_lock | Jan Kara | 1 | -6/+9 |
| 2023-01-26 | udf: Push i_data_sem locking into udf_extend_file() | Jan Kara | 1 | -5/+4 |
| 2023-01-26 | udf: Push i_data_sem locking into udf_expand_file_adinicb() | Jan Kara | 1 | -12/+6 |
| 2023-01-26 | udf: Fold udf_getblk() into udf_bread() | Jan Kara | 1 | -27/+20 |
| 2023-01-26 | udf: Use udf_map_block() in udf_getblk() | Jan Kara | 1 | -8/+9 |
| 2023-01-26 | udf: Add flag to disable block preallocation | Jan Kara | 1 | -6/+11 |
| 2023-01-26 | udf: Pass mapping request into inode_getblk() | Jan Kara | 1 | -33/+23 |
| 2023-01-26 | udf: Fold udf_block_map() into udf_map_block() | Jan Kara | 1 | -24/+14 |
| 2023-01-26 | udf: Factor out block mapping into udf_map_block() | Jan Kara | 1 | -22/+48 |
| 2023-01-26 | udf: Move incrementing of goal block directly into inode_getblk() | Jan Kara | 1 | -7/+2 |
| 2023-01-26 | udf: Drop VARCONV support | Jan Kara | 1 | -7/+4 |
| 2023-01-09 | udf: Detect system inodes linked into directory hierarchy | Jan Kara | 1 | -1/+6 |
| 2023-01-09 | udf: Preserve link count of system files | Jan Kara | 1 | -2/+7 |
| 2023-01-09 | udf: Keep i_lenExtents consistent with the total length of extents | Jan Kara | 1 | -0/+3 |
| 2023-01-09 | udf: Move setting of i_lenExtents into udf_do_extend_file() | Jan Kara | 1 | -1/+4 |
| 2023-01-09 | udf: Handle error when adding extent to a file | Jan Kara | 1 | -14/+27 |
| 2023-01-09 | udf: Do not bother merging very long extents | Jan Kara | 1 | -17/+2 |
| 2023-01-09 | udf: Truncate added extents on failed expansion | Jan Kara | 1 | -4/+11 |
| 2023-01-09 | udf: Move udf_expand_dir_adinicb() to its callsite | Jan Kara | 1 | -82/+0 |
| 2023-01-09 | udf: Convert udf_expand_dir_adinicb() to new directory iteration | Jan Kara | 1 | -37/+29 |
| 2023-01-06 | udf: initialize newblock to 0 | Tom Rix | 1 | -3/+1 |
| 2023-01-06 | udf: Fix extension of the last extent in the file | Jan Kara | 1 | -1/+1 |
| 2022-12-09 | udf: Fix extending file within last block | Jan Kara | 1 | -15/+17 |
| 2022-12-09 | udf: Discard preallocation before extending file with a hole | Jan Kara | 1 | -28/+18 |
| 2022-11-21 | udf: remove ->writepage | Christoph Hellwig | 1 | -6/+1 |
| 2022-09-11 | udf: replace ll_rw_block() | Zhang Yi | 1 | -7/+1 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 1 | -1/+1 |
| 2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2022-01-24 | udf: Restore i_lenAlloc when inode expansion fails | Jan Kara | 1 | -0/+1 |
| 2022-01-24 | udf: Fix NULL ptr deref when converting from inline format | Jan Kara | 1 | -5/+3 |
| 2021-08-11 | udf: Get rid of 0-length arrays in struct fileIdentDesc | Jan Kara | 1 | -2/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
| 2021-01-25 | udf: fix silent AED tagLocation corruption | Steven J. Magnani | 1 | -3/+6 |
| 2020-09-29 | udf: Remove pointless union in udf_inode_info | Jan Kara | 1 | -19/+17 |
| 2020-09-29 | udf: Avoid accessing uninitialized data on failed inode read | Jan Kara | 1 | -11/+14 |
| 2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2020-01-08 | udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS | Pali Rohár | 1 | -3/+3 |
| 2019-08-27 | udf: augment UDF permissions on new inodes | Steven J. Magnani | 1 | -4/+27 |
| 2019-08-26 | udf: reduce leakage of blocks related to named streams | Steven J. Magnani | 1 | -1/+23 |
| 2019-07-10 | udf: Fix incorrect final NOT_ALLOCATED (hole) extent length | Steven J. Magnani | 1 | -33/+60 |
| 2019-03-18 | udf: Propagate errors from udf_truncate_extents() | Jan Kara | 1 | -1/+3 |
| 2018-12-12 | udf: Fix BUG on corrupted inode | Jan Kara | 1 | -0/+6 |
| 2018-06-27 | udf: convert inode stamps to timespec64 | Arnd Bergmann | 1 | -29/+16 |
| 2018-06-20 | udf: Drop unused arguments of udf_delete_aext() | Jan Kara | 1 | -4/+4 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -15/+28 |
| 2018-05-25 | udf: Simplify calls to udf_disk_stamp_to_time | Deepa Dinamani | 1 | -21/+7 |
| 2018-02-27 | udf: Clean up handling of invalid uid/gid | Jan Kara | 1 | -8/+13 |
| 2018-02-27 | udf: Ignore [ug]id=ignore mount options | Jan Kara | 1 | -2/+0 |
| 2017-10-17 | udf: Fix some sign-conversion warnings | Steve Magnani | 1 | -2/+2 |
| 2017-10-17 | udf: Fix signed/unsigned format specifiers | Steve Magnani | 1 | -8/+8 |
| 2017-10-17 | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF | Steve Magnani | 1 | -15/+15 |
| 2017-08-16 | fs-udf: Delete an error message for a failed memory allocation in two functions | Markus Elfring | 1 | -6/+1 |
| 2017-08-16 | fs-udf: Improve six size determinations | Markus Elfring | 1 | -3/+3 |
| 2017-06-14 | udf: Fix deadlock between writeback and udf_setsize() | Jan Kara | 1 | -2/+2 |
| 2017-04-24 | udf: use kmap_atomic for memcpy copying | Fabian Frederick | 1 | -4/+4 |
| 2017-04-24 | udf: use octal for permissions | Fabian Frederick | 1 | -7/+7 |
| 2017-02-27 | fs: add i_blocksize() | Fabian Frederick | 1 | -1/+1 |
| 2017-01-10 | udf: check partition reference in udf_read_inode() | Fabian Frederick | 1 | -0/+6 |
| 2017-01-10 | udf: merge module informations in super.c | Fabian Frederick | 1 | -4/+0 |
| 2017-01-10 | udf: remove next_epos from udf_update_extent_cache() | Fabian Frederick | 1 | -14/+11 |
| 2017-01-10 | udf: Factor out trimming of crtime | Fabian Frederick | 1 | -14/+11 |
| 2017-01-10 | udf: remove unneeded line break | Fabian Frederick | 1 | -2/+1 |
| 2017-01-10 | udf: merge bh free | Fabian Frederick | 1 | -18/+10 |
| 2017-01-10 | udf: use pointer for kernel_long_ad argument | Fabian Frederick | 1 | -14/+9 |
| 2017-01-05 | udf: Make stat on symlink report symlink length as st_size | Jan Kara | 1 | -1/+1 |
| 2017-01-03 | fs/udf: make #ifdef UDF_PREALLOCATE unconditional | Steve Kenton | 1 | -2/+0 |
| 2016-11-01 | block,fs: untangle fs.h and blk_types.h | Christoph Hellwig | 1 | -0/+1 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -2/+2 |
| 2016-06-07 | fs: have ll_rw_block users pass in op and flags separately | Mike Christie | 1 | -1/+1 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -4/+3 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -1/+1 |
| 2016-01-15 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -95/+148 |
| 2016-01-04 | udf: avoid uninitialized variable use | Arnd Bergmann | 1 | -0/+4 |
| 2015-12-23 | udf: Fix lost indirect extent block | Jan Kara | 1 | -1/+10 |
| 2015-12-23 | udf: Factor out code for creating indirect extent | Jan Kara | 1 | -96/+121 |
| 2015-12-23 | udf: limit the maximum number of indirect extents in a row | Vegard Nossum | 1 | -0/+15 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -0/+1 |
| 2015-12-06 | udf: don't duplicate page_symlink_inode_operations | Al Viro | 1 | -1/+1 |
| 2015-07-09 | udf: Don't corrupt unalloc spacetable when writing it | Steven J. Magnani | 1 | -12/+7 |
| 2015-04-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+3 |
| 2015-04-16 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -2/+1 |
| 2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+1 |
| 2015-04-11 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 1 | -1/+1 |
| 2015-04-11 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -1/+1 |
| 2015-04-01 | udf: return correct errno for udf_update_inode() | Changwoo Min | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+1 |
| 2015-03-14 | udf: remove redundant buffer_head.h includes | Fabian Frederick | 1 | -1/+0 |
| 2015-02-05 | udf: remove bool assignment to 0/1 | Fabian Frederick | 1 | -2/+2 |
| 2015-01-07 | udf: Check length of extended attributes and allocation descriptors | Jan Kara | 1 | -0/+9 |
| 2015-01-07 | udf: Remove repeated loads blocksize | Jan Kara | 1 | -11/+8 |
| 2014-12-19 | udf: Verify i_size when loading inode | Jan Kara | 1 | -0/+14 |
| 2014-10-09 | udf: Fix loading of special inodes | Jan Kara | 1 | -5/+9 |
| 2014-09-04 | udf: Set i_generation field | Jan Kara | 1 | -0/+1 |
| 2014-09-04 | udf: Properly detect stale inodes | Jan Kara | 1 | -2/+4 |
| 2014-09-04 | udf: Make udf_read_inode() and udf_iget() return error | Jan Kara | 1 | -53/+46 |
| 2014-09-04 | udf: Avoid infinite loop when processing indirect ICBs | Jan Kara | 1 | -14/+21 |
| 2014-09-04 | udf: Fold udf_fill_inode() into __udf_read_inode() | Jan Kara | 1 | -17/+5 |
| 2014-09-04 | udf: Avoid dir link count to go negative | Jan Kara | 1 | -1/+1 |
| 2014-05-06 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 1 | -2/+1 |
| 2014-05-06 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -1/+2 |
| 2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -4/+4 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -2/+2 |
| 2014-02-20 | udf: Fix data corruption on file type conversion | Jan Kara | 1 | -0/+1 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
| 2013-01-22 | udf: add extent cache support in case of file reading | Namjae Jeon | 1 | -6/+80 |
| 2012-12-13 | udf: remove un-needed variable from inode_getblk | Namjae Jeon | 1 | -3/+0 |
| 2012-12-13 | udf: don't increment lenExtents while writing to a hole | Namjae Jeon | 1 | -2/+5 |
| 2012-12-13 | udf: fix memory leak while allocating blocks during write | Namjae Jeon | 1 | -0/+4 |
| 2012-10-04 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -16/+43 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -6/+6 |
| 2012-09-21 | userns: Convert the udf filesystem to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -6/+6 |
| 2012-09-06 | UDF: Add support for O_DIRECT | Ian Abbott | 1 | -16/+36 |
| 2012-09-04 | udf: add writepages support for udf | Namjae Jeon | 1 | -0/+7 |
| 2012-08-15 | udf: fix udf_setsize() for file data in ICB | Ian Abbott | 1 | -1/+4 |
| 2012-07-09 | UDF: Remove unnecessary variable "offset" from udf_fill_inode | Ashish Sangwan | 1 | -4/+0 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-02-29 | udf: Fix file entry logicalBlocksRecorded | Steve Nickel | 1 | -6/+10 |
| 2012-02-29 | udf: Init/maintain file entry checkpoint field | Steve Nickel | 1 | -0/+4 |
| 2012-01-09 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -24/+33 |
| 2012-01-09 | udf: Fix deadlock when converting file from in-ICB one to normal one | Jan Kara | 1 | -3/+18 |
| 2012-01-09 | udf: Cleanup calling convention of inode_getblk() | Jan Kara | 1 | -21/+15 |
| 2012-01-03 | udf: propagate umode_t | Al Viro | 1 | -3/+3 |
| 2011-11-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -3/+5 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -3/+5 |
| 2011-10-31 | udf: Neaten udf_debug uses | Joe Perches | 1 | -2/+1 |
| 2011-10-31 | udf: Convert printks to pr_<level> | Joe Perches | 1 | -20/+15 |
| 2011-10-06 | udf: Add readpages support for udf. | Namjae Jeon | 1 | -1/+9 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-02-23 | udf: Convert UDF to new truncate calling sequence | Jan Kara | 1 | -73/+166 |
| 2011-01-06 | udf: Remove unnecessary bkl usages | Alessio Igor Bogani | 1 | -3/+0 |
| 2011-01-06 | udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info... | Alessio Igor Bogani | 1 | -9/+10 |
| 2011-01-06 | udf: Protect default inode credentials by rwlock | Jan Kara | 1 | -7/+9 |
| 2011-01-06 | udf: Remove BKL from udf_update_inode | Jan Kara | 1 | -10/+3 |
| 2010-08-09 | switch udf to ->evict_inode() | Al Viro | 1 | -29/+19 |
| 2010-08-09 | get rid of block_write_begin_newtrunc | Christoph Hellwig | 1 | -3/+10 |
| 2010-05-24 | udf: Remove dead quota code | Jan Kara | 1 | -5/+0 |
| 2010-04-08 | udf: add speciffic ->setattr callback | Dmitry Monakhov | 1 | -1/+1 |
| 2010-03-12 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -17/+17 |
| 2010-03-09 | udf: Do not read inode before writing it | Jan Kara | 1 | -3/+3 |
| 2010-03-09 | udf: Fix unalloc space handling in udf_update_inode | Jan Kara | 1 | -14/+14 |
| 2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2010-03-05 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -0/+6 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -2/+2 |
| 2010-03-05 | dquot: cleanup dquot initialize routine | Christoph Hellwig | 1 | -1/+1 |
| 2010-03-05 | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 1 | -0/+4 |
| 2010-03-05 | dquot: cleanup dquot drop routine | Christoph Hellwig | 1 | -1/+1 |
| 2010-03-05 | dquot: move dquot drop responsibility into the filesystem | Christoph Hellwig | 1 | -0/+2 |
| 2010-03-03 | sanitize const/signedness for udf | Al Viro | 1 | -1/+1 |