summaryrefslogtreecommitdiff
path: root/fs/fat/dir.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson1-1/+1
2018-10-31fat: expand a slightly out-of-date commentMihir Mehta1-1/+3
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-1/+1
2018-01-29fat: convert to new i_version APIJeff Layton1-1/+2
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King1-1/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-05-09fat: switch to ->iterate_shared()Al Viro1-3/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon1-1/+1
2015-11-20fat: fix fake_offset handling on error pathOGAWA Hirofumi1-5/+11
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-4/+0
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-2/+3
2013-06-29[readdir] convert fatfsAl Viro1-50/+54
2013-04-29fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon1-0/+23
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-12-20fat: fix incorrect function commentRavishankar N1-3/+2
2012-10-09fat: drop lock/unlock superMarco Stornelli1-2/+2
2012-10-06fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop1-9/+14
2012-10-06fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop1-7/+0
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-9/+11
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-07-30fat: refactor shortname parsingSteven J. Magnani1-118/+137
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-08-17fat: fix build warningJonas Aberg1-1/+1
2011-04-12fat: Replace all printk with fat_msg()Alexey Fisher1-15/+17
2010-05-17fat: convert to unlocked_ioctlArnd Bergmann1-5/+6
2010-03-16fat: use pack_hex_byte() instead of custom oneAndy Shevchenko1-11/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-14/+15
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-15NLS: update handling of UnicodeAlan Stern1-14/+15
2009-06-11Sanitize ->fsync() for FATAl Viro1-8/+8
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2008-11-12fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi1-1/+0
2008-11-06fat: i_blocks warning fixOGAWA Hirofumi1-1/+1
2008-11-06fat: mmu_private race fixOGAWA Hirofumi1-1/+1
2008-11-06fat: cleanup fat_parse_long() error handlingDarren Jenkins1-3/+4
2008-11-06fat: use generic_file_llseek() for directoryOGAWA Hirofumi1-0/+1
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-2/+4
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-07-25fatfs: add UTC timestamp optionJoe Peterson1-1/+1
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67