summaryrefslogtreecommitdiffstats
path: root/fs/fat/dir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-2/+2
|\
| * fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-041-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
|/
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-311-1/+1
* fat: expand a slightly out-of-date commentMihir Mehta2018-10-311-1/+3
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-1/+1
* fat: convert to new i_version APIJeff Layton2018-01-291-1/+2
* fat: remove redundant assignment of 0 to slotsColin Ian King2017-11-181-1/+0Star
* fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* fat: switch to ->iterate_shared()Al Viro2016-05-091-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-211-1/+1
* fat: fix fake_offset handling on error pathOGAWA Hirofumi2015-11-211-5/+11
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-4/+0Star
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-2/+3
* [readdir] convert fatfsAl Viro2013-06-291-50/+54
* fat (exportfs): rebuild directory-inode if fat_dget()Namjae Jeon2013-04-301-0/+23
* new helper: file_inode(file)Al Viro2013-02-231-3/+3
* fat: fix incorrect function commentRavishankar N2012-12-211-3/+2Star
* fat: drop lock/unlock superMarco Stornelli2012-10-101-2/+2
* fs/fat: fix all other checkpatch issues in dir.cCruz Julian Bishop2012-10-051-9/+14
* fs/fat: fix some small checkpatch issues in dir.cCruz Julian Bishop2012-10-051-7/+0Star
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-051-9/+11
* fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon2012-10-051-4/+2Star
* fat: refactor shortname parsingSteven J. Magnani2012-07-311-118/+137
* fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-06-011-2/+2
* fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-11-011-2/+2
* fat: fix build warningJonas Aberg2011-08-171-1/+1
* fat: Replace all printk with fat_msg()Alexey Fisher2011-04-121-15/+17
* fat: convert to unlocked_ioctlArnd Bergmann2010-05-171-5/+6
* fat: use pack_hex_byte() instead of custom oneAndy Shevchenko2010-03-151-11/+6Star
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-161-14/+15
|\
| * NLS: update handling of UnicodeAlan Stern2009-06-161-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-1/+1
|\ \ | |/ |/|
| * FAT: add 'errors' mount optionDenis Karpov2009-06-031-1/+1
* | Sanitize ->fsync() for FATAl Viro2009-06-121-8/+8
|/
* fat: fix duplicate addition of ->llseek handlerOGAWA Hirofumi2008-11-121-1/+0Star
* fat: i_blocks warning fixOGAWA Hirofumi2008-11-071-1/+1
* fat: mmu_private race fixOGAWA Hirofumi2008-11-071-1/+1
* fat: cleanup fat_parse_long() error handlingDarren Jenkins2008-11-071-3/+4
* fat: use generic_file_llseek() for directoryOGAWA Hirofumi2008-11-071-0/+1
* fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-071-2/+4
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-071-1/+1
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
* fatfs: add UTC timestamp optionJoe Peterson2008-07-251-1/+1
* fat: small optimization to __fat_readdir()OGAWA Hirofumi2008-07-251-32/+39
* fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi2008-07-251-16/+26
* fat: cleanup fs/fat/dir.cOGAWA Hirofumi2008-07-251-64/+67