- 9bb56d5 FAT: use io_schedule_timeout() instead of congestion_wait() by NeilBrown · 3 years ago
- 1990116 Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- cb9568e fat: use sync_blockdev_nowait by Christoph Hellwig · 3 years, 2 months ago
- 9e48243 fat: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 2 months ago
- c815f04 Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 4 months ago
- b0d4ada fat: Add KUnit tests for checksums and timestamps by David Gow · 3 years, 9 months ago
- edb0872 block: move the bdi from the request_queue to the gendisk by Christoph Hellwig · 3 years, 5 months ago
- 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
- a109ae2 fs: fat: fix spelling typo of values by dingsenjie · 3 years, 8 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- d61c6a5 Merge tag 'lazytime_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
- c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years ago
- 4b78993 fat: handle idmapped mounts by Christian Brauner · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- ff4136e fat: only specify I_DIRTY_TIME when needed in fat_update_time() by Eric Biggers · 4 years ago
- 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
- a090a5a fat: fix fat_ra_init() for data clusters == 0 by OGAWA Hirofumi · 4 years, 5 months ago
- 4ecfed6 VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- e348e65 fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes by Yubo Feng · 4 years, 5 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- 8983100 fat: improve the readahead for FAT entries by OGAWA Hirofumi · 4 years, 7 months ago
- b1b6575 fat: don't allow to mount if the FAT length == 0 by OGAWA Hirofumi · 4 years, 7 months ago
- 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- f06d3a7 fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade... by Al Viro · 4 years, 10 months ago
- 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 9 months ago
- bc87302 fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 4 years, 10 months ago
- bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 74b5cab fat: use prandom_u32() for i_generation by Arnd Bergmann · 5 years ago
- 97acf83 fs: fat: Eliminate timespec64_trunc() usage by Deepa Dinamani · 5 years ago
- 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- aadc4e0 fat: delete an unnecessary check before brelse() by Markus Elfring · 5 years ago
- 07bfa44 fat: work around race with userspace's read via blockdev while mounting by OGAWA Hirofumi · 5 years ago
- c0da64f fs: fat: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
- 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
- 59bd9de treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- bd8309d fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 6 years ago
- f9ec991 fat: switch to ->free_inode() by Al Viro · 6 years ago
- 67ceb1e fat: enable .splice_write to support splice on O_DIRECT file by Hou Tao · 6 years ago
- a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 306790f fat: new inline functions to determine the FAT variant (32, 16 or 12) by Carmeli Tamir · 6 years ago
- d19dc01 fat: move MAX_FAT to fat.h and change it to inline function by Carmeli Tamir · 6 years ago
- b553337 fat: remove FAT_FIRST_ENT macro by Carmeli Tamir · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 22ea4eb fat: truncate inode timestamp updates in setattr by Frank Sorenson · 6 years ago
- cd83f6b fat: change timestamp updates to use fat_truncate_time by Frank Sorenson · 6 years ago
- 6bb885e fat: add functions to update and truncate timestamps appropriately by Frank Sorenson · 6 years ago
- d9f4d94 fat: create a function to calculate the timezone offest by Frank Sorenson · 6 years ago
- eceb890 fat: expand a slightly out-of-date comment by Mihir Mehta · 6 years ago
- ac081c3 fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters() by Khazhismel Kumykov · 6 years ago
- f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
- 0afa962 fat: validate ->i_start before using by OGAWA Hirofumi · 6 years ago
- f663b5b fat: add FITRIM ioctl for FAT file system by Wentao Wang · 6 years ago
- 35033ab fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
- b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- c2574aa fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() by OGAWA Hirofumi · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- f6ddc16 vfat: simplify checks in vfat_lookup() by Al Viro · 7 years ago
- 3087147 msdos_rmdir(): kill BS comment by Al Viro · 7 years ago
- c472c07 iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} by Goffredo Baroncelli · 7 years ago
- 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
- b6e8e12 fs/fat/inode.c: fix sb_rdonly() change by OGAWA Hirofumi · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- eecd7f4 fat: remove redundant assignment of 0 to slots by Colin Ian King · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 5680db4 vfat: deduplicate hex2bin() by OGAWA Hirofumi · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- c0d0e35 fat: fix using uninitialized fields of fat_inode/fsinfo_inode by OGAWA Hirofumi · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 814184f vfat: don't use ->d_time by Miklos Szeredi · 8 years ago
- fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
- b59091c qstr: constify instances in vfat by Al Viro · 8 years ago
- d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
- 69c4289 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
- 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
- 34df117 fat: fix error message for bogus number of directory entries by Zheng Lv · 9 years ago
- dcc381e fat: fix typo s/supeblock/superblock/ by Zheng Lv · 9 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago