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