| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | fs/jfs/jfs_xattr.h: Fix spelling typo in comment | Jiangshan Yi | 2022-10-18 | 1 | -1/+1 |
| * | | fs/jfs: replace ternary operator with min_t() | Jiangshan Yi | 2022-10-18 | 1 | -4/+2 |
| * | | fs: jfs: fix shift-out-of-bounds in dbAllocAG | Dongliang Mu | 2022-10-18 | 1 | -6/+16 |
| |/ |
|
* | | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 2 | -2/+2 |
* | | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 3 | -3/+4 |
|/ |
|
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-08-03 | 2 | -4/+16 |
|\ |
|
| * | jfs: stop using the nobh helper | Christoph Hellwig | 2022-08-02 | 1 | -3/+15 |
| * | jfs: Remove check for PageUptodate | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -1/+1 |
* | | attr: port attribute changes to new types | Christian Brauner | 2022-06-26 | 1 | -2/+2 |
* | | quota: port quota helpers mount ids | Christian Brauner | 2022-06-26 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'jfs-5.19' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2022-05-27 | 10 | -1652/+3 |
|\ |
|
| * | fs/jfs: Remove dead code | Dave Kleikamp | 2022-04-25 | 10 | -1651/+1 |
| * | fs: jfs: fix possible NULL pointer dereference in dbFree() | Zixuan Fu | 2022-04-19 | 1 | -1/+2 |
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-05-24 | 2 | -16/+16 |
|\ \ |
|
| * | | jfs: Convert to release_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -8/+8 |
| * | | jfs: Convert metadata pages to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -2/+3 |
| * | | 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 | 1 | -1/+1 |
| * | | fs: Remove aop flags parameter from nobh_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -2/+1 |
| |/ |
|
* | | block: add a bdev_discard_granularity helper | Christoph Hellwig | 2022-04-17 | 1 | -2/+1 |
* | | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2022-04-17 | 2 | -7/+3 |
|/ |
|
* | Merge tag 'jfs-5.18' of https://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2022-03-29 | 2 | -1/+9 |
|\ |
|
| * | jfs: prevent NULL deref in diFree | Haimin Zhang | 2022-03-22 | 1 | -1/+2 |
| * | jfs: fix divide error in dbNextAG | Pavel Skripkin | 2022-03-22 | 1 | -0/+7 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 2 | -8/+9 |
|\ \ |
|
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -1/+1 |
| * | | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+1 |
| * | | jfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -6/+6 |
| * | | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -0/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-22 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
| |/ |
|
* / | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2022-02-02 | 2 | -15/+5 |
|/ |
|
* | Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2021-11-03 | 1 | -29/+22 |
|\ |
|
| * | JFS: fix memleak in jfs_mount | Dongliang Mu | 2021-09-23 | 1 | -29/+22 |
* | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 2 | -6/+4 |
|\ \ |
|
| * | | jfs: use sb_bdev_nr_blocks | Christoph Hellwig | 2021-10-18 | 2 | -4/+2 |
| * | | jfs: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 2021-10-18 | 2 | -2/+2 |
| |/ |
|
* / | mm/writeback: Add folio_redirty_for_writepage() | Matthew Wilcox (Oracle) | 2021-10-18 | 1 | -0/+1 |
|/ |
|
* | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2021-08-18 | 2 | -2/+5 |
* | Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2021-07-02 | 8 | -15/+30 |
|\ |
|
| * | jfs: Avoid field-overflowing memcpy() | Kees Cook | 2021-06-23 | 4 | -9/+24 |
| * | jfs: remove unnecessary oom message | Zhen Lei | 2021-06-23 | 1 | -3/+1 |
| * | jfs: fix GPF in diFree | Pavel Skripkin | 2021-06-23 | 1 | -1/+2 |
| * | fs/jfs: Fix missing error code in lmLogInit() | Jiapeng Chong | 2021-06-01 | 1 | -0/+1 |
| * | jfs: Remove trailing semicolon in macros | Huilong Deng | 2021-05-21 | 1 | -1/+1 |
| * | fs: Fix typo issue | zuoqilin | 2021-05-21 | 1 | -1/+1 |
* | | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 2021-06-29 | 1 | -0/+1 |
|/ |
|
* | jfs: convert to fileattr | Miklos Szeredi | 2021-04-12 | 5 | -85/+49 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2021-02-27 | 1 | -1/+0 |
|\ |
|
| * | fs/inode.c: make inode_init_always() initialize i_ino to 0 | Eric Biggers | 2021-01-04 | 1 | -1/+0 |