summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-8/+7
|\
| * fat: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-8/+7
* | fat: refactor shortname parsingSteven J. Magnani2012-07-301-118/+137
* | fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-304-25/+24
|/
* don't pass nameidata to ->create()Al Viro2012-07-142-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-142-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-6/+6
* fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-111-7/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-5/+4
|\
| * ->encode_fh() API changeAl Viro2012-05-291-5/+4
* | fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-05-311-2/+2
* | fat: add fat_msg_ratelimit()Namjae Jeon2012-05-311-0/+5
* | fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-312-31/+18
* | fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-311-4/+5
* | fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-311-4/+9
* | fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-312-0/+13
|/
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* fat: fix bug in enforcing Long File Name lengthNamjae Jeon2012-03-231-1/+1
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-231-47/+36
* fat: switch to d_make_root()Al Viro2012-03-201-4/+4
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+2
|\
| * NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2011-11-181-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-13/+13
|\ \
| * | fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven2011-12-151-13/+13
| |/
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* | fat: propagate umode_tAl Viro2012-01-032-5/+5
* | switch ->create() to umode_tAl Viro2012-01-032-2/+2
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-032-2/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
|/
* filesystems: add set_nlink()Miklos Szeredi2011-11-023-4/+4
* fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-2/+2
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2011-08-182-5/+4
|\
| * fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon2011-08-171-2/+1
| * fat: fix utf8 iocharset warning messageMihai Moldovan2011-08-171-2/+2
| * fat: fix build warningJonas Aberg2011-08-171-1/+1
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-202-3/+4
* | fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig2011-07-201-2/+2
* | fs: move inode_dio_wait calls into ->setattrChristoph Hellwig2011-07-201-0/+2
* | fat: remove i_alloc_sem abuseChristoph Hellwig2011-07-203-2/+7
* | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-19/+10
* | LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+2
|/
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-05-311-1/+1
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-282-10/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-262-0/+10
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-262-0/+6
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-262-0/+4
* | fat: Fix statfs->f_namelenOGAWA Hirofumi2011-04-121-1/+2