Age | Commit message (Expand) | Author | Files | Lines |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-05-09 | fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade... | Al Viro | 1 | -4/+0 |
2019-09-26 | fat: delete an unnecessary check before brelse() | Markus Elfring | 1 | -3/+1 |
2019-09-25 | fat: work around race with userspace's read via blockdev while mounting | OGAWA Hirofumi | 1 | -2/+11 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2019-01-05 | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir | 1 | -2/+2 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2018-10-31 | fat: change timestamp updates to use fat_truncate_time | Frank Sorenson | 1 | -1/+1 |
2018-10-31 | fat: expand a slightly out-of-date comment | Mihir Mehta | 1 | -1/+3 |
2018-08-22 | fat: propagate 64-bit inode timestamps | Arnd Bergmann | 1 | -1/+1 |
2018-01-29 | fat: convert to new i_version API | Jeff Layton | 1 | -1/+2 |
2017-11-18 | fat: remove redundant assignment of 0 to slots | Colin Ian King | 1 | -1/+0 |
2016-09-28 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-05-09 | fat: switch to ->iterate_shared() | Al Viro | 1 | -3/+3 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2016-01-21 | fat: permit to return phy block number by fibmap in fallocated region | Namjae Jeon | 1 | -1/+1 |
2015-11-21 | fat: fix fake_offset handling on error path | OGAWA Hirofumi | 1 | -5/+11 |
2015-04-17 | fs/fat: remove unnecessary includes | Alexander Kuleshov | 1 | -4/+0 |
2014-11-01 | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 1 | -2/+3 |
2013-06-29 | [readdir] convert fatfs | Al Viro | 1 | -50/+54 |
2013-04-30 | fat (exportfs): rebuild directory-inode if fat_dget() | Namjae Jeon | 1 | -0/+23 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -3/+3 |
2012-12-21 | fat: fix incorrect function comment | Ravishankar N | 1 | -3/+2 |
2012-10-10 | fat: drop lock/unlock super | Marco Stornelli | 1 | -2/+2 |
2012-10-05 | fs/fat: fix all other checkpatch issues in dir.c | Cruz Julian Bishop | 1 | -9/+14 |
2012-10-05 | fs/fat: fix some small checkpatch issues in dir.c | Cruz Julian Bishop | 1 | -7/+0 |
2012-10-05 | fat (exportfs): fix dentry reconnection | Steven J. Magnani | 1 | -9/+11 |
2012-10-05 | fat: use accessor function for msdos_dir_entry 'start' | Namjae Jeon | 1 | -4/+2 |
2012-07-31 | fat: refactor shortname parsing | Steven J. Magnani | 1 | -118/+137 |
2012-06-01 | fat: use fat_msg_ratelimit() in fat__get_entry() | Namjae Jeon | 1 | -2/+2 |
2011-11-01 | fat: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 1 | -2/+2 |
2011-08-17 | fat: fix build warning | Jonas Aberg | 1 | -1/+1 |
2011-04-12 | fat: Replace all printk with fat_msg() | Alexey Fisher | 1 | -15/+17 |
2010-05-17 | fat: convert to unlocked_ioctl | Arnd Bergmann | 1 | -5/+6 |
2010-03-15 | fat: use pack_hex_byte() instead of custom one | Andy Shevchenko | 1 | -11/+6 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -14/+15 |
2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-06-16 | NLS: update handling of Unicode | Alan Stern | 1 | -14/+15 |
2009-06-12 | Sanitize ->fsync() for FAT | Al Viro | 1 | -8/+8 |
2009-06-03 | FAT: add 'errors' mount option | Denis Karpov | 1 | -1/+1 |
2008-11-12 | fat: fix duplicate addition of ->llseek handler | OGAWA Hirofumi | 1 | -1/+0 |
2008-11-07 | fat: i_blocks warning fix | OGAWA Hirofumi | 1 | -1/+1 |
2008-11-07 | fat: mmu_private race fix | OGAWA Hirofumi | 1 | -1/+1 |
2008-11-07 | fat: cleanup fat_parse_long() error handling | Darren Jenkins | 1 | -3/+4 |
2008-11-07 | fat: use generic_file_llseek() for directory | OGAWA Hirofumi | 1 | -0/+1 |
2008-11-07 | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 1 | -2/+4 |
2008-11-07 | fat: split include/msdos_fs.h | OGAWA Hirofumi | 1 | -1/+1 |
2008-10-23 | [PATCH] fix ->llseek for more directories | Christoph Hellwig | 1 | -0/+1 |