| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-13 | 4 | -31/+30 |
|\ |
|
| * | fs/ext2: Fix code indentation | Rong Tao | 2022-11-28 | 2 | -7/+7 |
| * | ext2: unbugger ext2_empty_dir() | Al Viro | 2022-11-28 | 1 | -1/+1 |
| * | ext2: remove ->writepage | Christoph Hellwig | 2022-11-21 | 1 | -6/+0 |
| * | ext2: Don't flush page immediately for DIRSYNC directories | Jan Kara | 2022-11-21 | 1 | -16/+21 |
| * | ext2: Fix some kernel-doc warnings | Bo Liu | 2022-11-11 | 1 | -1/+1 |
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-13 | 5 | -6/+7 |
|\ \ |
|
| * | | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 2 | -3/+3 |
| * | | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 3 | -3/+4 |
| |/ |
|
* / | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
|/ |
|
* | treewide: use prandom_u32_max() when possible, part 2 | Jason A. Donenfeld | 2022-10-12 | 1 | -2/+1 |
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2022-10-11 | 1 | -3/+3 |
|\ |
|
| * | vfs: open inside ->tmpfile() | Miklos Szeredi | 2022-09-24 | 1 | -3/+3 |
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-11 | 1 | -3/+4 |
|\ \ |
|
| * | | ext2: replace bh_submit_read() helper with bh_read() | Zhang Yi | 2022-09-12 | 1 | -3/+4 |
| |/ |
|
* | | ext2: Use kvmalloc() for group descriptor array | Jan Kara | 2022-09-26 | 1 | -3/+3 |
* | | ext2: Add sanity checks for group and filesystem size | Jan Kara | 2022-09-26 | 1 | -2/+14 |
|/ |
|
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-06 | 1 | -3/+4 |
|\ |
|
| * | dax: introduce holder for dax_device | Shiyang Ruan | 2022-07-18 | 1 | -3/+4 |
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2022-08-05 | 1 | -92/+78 |
|\ \ |
|
| * | | ext2: avoid deleting xattr block that is being reused | Jan Kara | 2022-08-03 | 1 | -29/+29 |
| * | | ext2: unindent codeblock in ext2_xattr_set() | Jan Kara | 2022-08-03 | 1 | -16/+16 |
| * | | ext2: factor our freeing of xattr block reference | Jan Kara | 2022-08-03 | 1 | -52/+38 |
| |/ |
|
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-08-03 | 5 | -72/+18 |
|\ \ |
|
| * | | ext2: remove nobh support | Christoph Hellwig | 2022-08-02 | 4 | -61/+7 |
| * | | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 2022-08-02 | 1 | -2/+2 |
| * | | ext2: Use a folio in ext2_get_page() | Matthew Wilcox (Oracle) | 2022-08-02 | 1 | -9/+10 |
| * | | ext2: Remove check for PageError | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -2/+1 |
| |/ |
|
* | | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-08-01 | 1 | -4/+4 |
|\ \ |
|
| * | | attr: port attribute changes to new types | Christian Brauner | 2022-06-26 | 1 | -4/+4 |
| * | | quota: port quota helpers mount ids | Christian Brauner | 2022-06-26 | 1 | -2/+2 |
| * | | fs: port to iattr ownership update helpers | Christian Brauner | 2022-06-26 | 1 | -2/+2 |
| |/ |
|
* | | ext2: Add more validity checks for inode counts | Jan Kara | 2022-07-26 | 1 | -2/+10 |
* | | fs/ext2: replace ternary operator with min_t() | Jiangshan Yi | 2022-07-14 | 1 | -4/+2 |
|/ |
|
* | ext2: fix fs corruption when trying to remove a non-empty directory with IO e... | Ye Bin | 2022-06-16 | 1 | -6/+3 |
* | fs: Fix syntax errors in comments | Xiang wangx | 2022-06-06 | 1 | -1/+1 |
* | Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-05-26 | 1 | -1/+0 |
|\ |
|
| * | fs: ext2: Fix duplicate included linux/dax.h | Haowen Bai | 2022-04-04 | 1 | -1/+0 |
* | | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -4/+4 |
* | | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -4/+2 |
* | | fs: Remove aop flags parameter from nobh_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 | -2/+1 |
|/ |
|
* | Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-26 | 1 | -1/+5 |
|\ |
|
| * | ext2: correct max file size computing | Zhang Yi | 2022-02-25 | 1 | -1/+5 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -4/+5 |
|\ \ |
|
| * | | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -1/+1 |
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -4/+4 |
| * | | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+0 |
| * | | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -0/+2 |
| |/ |
|
* | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |