| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-05-24 | 3 | -14/+15 |
|\ |
|
| * | udf: Convert adinicb and symlinks to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 2 | -7/+8 |
| * | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -3/+3 |
| * | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 2 | -2/+2 |
| * | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
| * | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -1/+1 |
* | | udf: Avoid using stale lengthOfImpUse | Jan Kara | 2022-05-10 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-25 | 1 | -2/+1 |
|\ |
|
| * | udf: remove redundant assignment of variable etype | Colin Ian King | 2022-03-08 | 1 | -2/+1 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 2 | -2/+4 |
|\ \ |
|
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 2 | -2/+2 |
| * | | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 2 | -0/+2 |
| |/ |
|
* | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
|/ |
|
* | udf: Restore i_lenAlloc when inode expansion fails | Jan Kara | 2022-01-24 | 1 | -0/+1 |
* | udf: Fix NULL ptr deref when converting from inline format | Jan Kara | 2022-01-24 | 1 | -5/+3 |
* | udf: Fix error handling in udf_new_inode() | Jan Kara | 2021-12-15 | 1 | -0/+2 |
* | udf: Fix crash after seekdir | Jan Kara | 2021-11-09 | 3 | -2/+35 |
* | udf: use sb_bdev_nr_blocks | Christoph Hellwig | 2021-10-18 | 2 | -9/+5 |
* | udf_get_extendedattr() had no boundary checks. | Stian Skjelstad | 2021-08-23 | 1 | -2/+11 |
* | udf: Fix iocharset=utf8 mount option | Pali Rohár | 2021-08-12 | 3 | -35/+21 |
* | udf: Get rid of 0-length arrays in struct fileIdentDesc | Jan Kara | 2021-08-11 | 5 | -15/+16 |
* | udf: Get rid of 0-length arrays | Jan Kara | 2021-08-11 | 2 | -26/+25 |
* | udf: Remove unused declaration | Jan Kara | 2021-08-11 | 1 | -9/+0 |
* | udf: Check LVID earlier | Jan Kara | 2021-08-11 | 1 | -9/+16 |
* | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-07-01 | 1 | -0/+4 |
|\ |
|
| * | udf: Fix NULL pointer dereference in udf_symlink function | Arturo Giusti | 2021-05-20 | 1 | -0/+4 |
* | | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 2021-06-29 | 2 | -0/+2 |
|/ |
|
* | useful constants: struct qstr for ".." | Al Viro | 2021-04-15 | 1 | -2/+1 |
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 4 | -19/+23 |
|\ |
|
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 3 | -14/+18 |
| * | stat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
| * | fs: add file and path permissions helpers | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-02-22 | 2 | -7/+11 |
|\ \ |
|
| * | | udf: handle large user and group ID | BingJing Chang | 2021-02-03 | 1 | -4/+5 |
| * | | udf: fix silent AED tagLocation corruption | Steven J. Magnani | 2021-01-25 | 1 | -3/+6 |
| |/ |
|
* | | udf: fix the problem that the disc content is not displayed | lianzhi chang | 2021-01-18 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2020-10-24 | 1 | -2/+1 |
|\ |
|
| * | [PATCH] reduce boilerplate in fsid handling | Al Viro | 2020-09-18 | 1 | -2/+1 |
* | | udf: Limit sparing table size | Jan Kara | 2020-09-29 | 1 | -0/+6 |
* | | udf: Remove pointless union in udf_inode_info | Jan Kara | 2020-09-29 | 10 | -47/+39 |
* | | udf: Avoid accessing uninitialized data on failed inode read | Jan Kara | 2020-09-29 | 1 | -11/+14 |
* | | udf: Fix memory leak when mounting | Jan Kara | 2020-09-22 | 1 | -8/+13 |
* | | udf: Remove redundant initialization of variable ret | Jing Xiangfeng | 2020-09-22 | 1 | -1/+1 |
* | | udf: Use kvzalloc() in udf_sb_alloc_bitmap() | Denis Efremov | 2020-08-28 | 1 | -11/+3 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2020-08-06 | 3 | -4/+4 |
|\ |
|
| * | udf: osta_udf.h: delete a duplicated word | Randy Dunlap | 2020-07-27 | 1 | -1/+1 |
| * | udf: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-14 | 2 | -3/+3 |