Age | Commit message (Expand) | Author |
2023-12-29 | adfs: remove writepage implementation | Matthew Wilcox (Oracle) |
2023-10-18 | adfs: convert to new timestamp accessors | Jeff Layton |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds |
2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-08-21 | adfs: delete unused "union adfs_dirtail" definition | Alexey Dobriyan |
2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig |
2023-07-13 | adfs: convert to ctime accessor functions | Jeff Layton |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove aop flags parameter from cont_write_begin() | Matthew Wilcox (Oracle) |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) |
2022-01-20 | fs/adfs: remove unneeded variable make code cleaner | Minghao Chi |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-06-24 | block: move struct block_device to blk_types.h | Christoph Hellwig |
2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab |
2020-01-25 | fs/adfs: bigdir: Fix an error code in adfs_fplus_read() | Dan Carpenter |
2020-01-20 | fs/adfs: mostly divorse inode number from indirect disc address | Russell King |
2020-01-20 | fs/adfs: super: add support for E and E+ floppy image formats | Russell King |
2020-01-20 | fs/adfs: super: extract filesystem block probe | Russell King |
2020-01-20 | fs/adfs: dir: remove debug in adfs_dir_update() | Russell King |
2020-01-20 | fs/adfs: super: fix inode dropping | Russell King |
2020-01-20 | fs/adfs: bigdir: implement directory update support | Russell King |
2020-01-20 | fs/adfs: bigdir: calculate and validate directory checkbyte | Russell King |
2020-01-20 | fs/adfs: bigdir: directory validation strengthening | Russell King |
2020-01-20 | fs/adfs: bigdir: extract directory validation | Russell King |
2020-01-20 | fs/adfs: bigdir: factor out directory entry offset calculation | Russell King |
2020-01-20 | fs/adfs: newdir: split out directory commit from update | Russell King |
2020-01-20 | fs/adfs: newdir: clean up adfs_f_update() | Russell King |
2020-01-20 | fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read() | Russell King |
2020-01-20 | fs/adfs: newdir: improve directory validation | Russell King |
2020-01-20 | fs/adfs: newdir: factor out directory format validation | Russell King |
2020-01-20 | fs/adfs: dir: use pointers to access directory head/tails | Russell King |
2020-01-20 | fs/adfs: dir: add more efficient iterate() per-format method | Russell King |
2020-01-20 | fs/adfs: dir: switch to iterate_shared method | Russell King |
2020-01-20 | fs/adfs: dir: improve compiler coverage in adfs_dir_update | Russell King |
2020-01-20 | fs/adfs: dir: improve update failure handling | Russell King |
2020-01-20 | fs/adfs: dir: modernise on-disk directory structures | Russell King |
2020-01-20 | fs/adfs: dir: update directory locking | Russell King |
2020-01-20 | fs/adfs: dir: add helper to mark directory buffers dirty | Russell King |
2020-01-20 | fs/adfs: dir: add helper to read directory using inode | Russell King |