Age | Commit message (Expand) | Author | Files | Lines |
2022-09-20 | fat: port to vfs{g,u}id_t and associated helpers | Christian Brauner | 1 | -2/+3 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -39/+192 |
2022-06-26 | attr: port attribute changes to new types | Christian Brauner | 1 | -3/+5 |
2022-06-26 | security: pass down mount idmapping to setattr hook | Christian Brauner | 1 | -1/+2 |
2022-06-17 | fat: add renameat2 RENAME_EXCHANGE flag support | Javier Martinez Canillas | 1 | -1/+122 |
2022-06-17 | fat: factor out reusable code in vfat_rename() as helper functions | OGAWA Hirofumi | 1 | -32/+57 |
2022-06-17 | fat: add a vfat_rename2() and make existing .rename callback a helper | Javier Martinez Canillas | 1 | -7/+14 |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -55/+81 |
2022-05-25 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -5/+5 |
2022-05-20 | fat: remove time truncations in vfat_create/vfat_mkdir | Chung-Chiang Cheng | 3 | -27/+0 |
2022-05-20 | fat: report creation time in statx | Chung-Chiang Cheng | 3 | -5/+20 |
2022-05-20 | fat: ignore ctime updates, and keep ctime identical to mtime in memory | Chung-Chiang Cheng | 2 | -10/+10 |
2022-05-20 | fat: split fat_truncate_time() into separate functions | Chung-Chiang Cheng | 2 | -27/+53 |
2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-05-08 | fs: Remove aop flags parameter from cont_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-04-30 | fat: add ratelimit to fat*_ent_bread() | OGAWA Hirofumi | 1 | -3/+4 |
2022-04-30 | fatfs: add FAT messages to printk index | Jonathan Lassoff | 2 | -5/+18 |
2022-04-30 | fatfs: remove redundant judgment | Yubo Feng | 1 | -4/+2 |
2022-04-18 | block: add a bdev_discard_granularity helper | Christoph Hellwig | 1 | -2/+1 |
2022-04-18 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 2 | -8/+4 |
2022-03-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2022-03-24 | fat: use pointer to simple type in put_user() | Helge Deller | 1 | -1/+1 |
2022-03-23 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+2 |
2022-03-23 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2022-01-20 | FAT: use io_schedule_timeout() instead of congestion_wait() | NeilBrown | 1 | -2/+3 |
2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+2 |
2021-10-22 | fat: use sync_blockdev_nowait | Christoph Hellwig | 1 | -4/+2 |
2021-10-18 | fat: use bdev_nr_sectors instead of open coding it | Christoph Hellwig | 1 | -4/+1 |
2021-09-02 | Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 5 | -1/+219 |
2021-08-13 | fat: Add KUnit tests for checksums and timestamps | David Gow | 5 | -1/+219 |
2021-08-09 | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig | 1 | -0/+1 |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
2021-05-07 | fs: fat: fix spelling typo of values | dingsenjie | 1 | -1/+1 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -25/+32 |
2021-02-23 | Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -11/+12 |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2021-01-24 | fat: handle idmapped mounts | Christian Brauner | 3 | -9/+10 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 4 | -16/+22 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-13 | fat: only specify I_DIRTY_TIME when needed in fat_update_time() | Eric Biggers | 1 | -11/+12 |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
2020-08-12 | fat: fix fat_ra_init() for data clusters == 0 | OGAWA Hirofumi | 1 | -0/+3 |
2020-08-12 | VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-08-12 | fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes | Yubo Feng | 1 | -2/+2 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-06-05 | fat: improve the readahead for FAT entries | OGAWA Hirofumi | 1 | -28/+75 |