aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06fat: simplify writeback_inode()Namjae Jeon1-9/+5
2012-10-06fat: no need to reset EOF in ent_put for FAT32Namjae Jeon1-3/+0
2012-10-06fs/fat: fix checkpatch issues in fatent.cCruz Julian Bishop1-4/+6
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-06fs/fat: fix two checkpatch issues in cache.cCruz Julian Bishop1-4/+6
2012-10-06fs/fat: chang indentation of some comments in fat.hCruz Julian Bishop1-36/+36
2012-10-06fs/fat: fix some checkpatch issues in fat.hCruz Julian Bishop1-3/+3
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani6-137/+141
2012-10-06fat (exportfs): move NFS support codeSteven J. Magnani4-131/+174
2012-10-06fat: use accessor function for msdos_dir_entry 'start'Namjae Jeon1-4/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-20userns: Convert fat to use kuid/kgid where appropriateEric W. Biederman3-11/+17
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7
2012-07-30fat: refactor shortname parsingSteven J. Magnani1-118/+137
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani4-25/+24
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara1-8/+7
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro2-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-6/+6
2012-07-11fat: fix non-atomic NFS i_pos readSteven J. Magnani1-7/+6
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2-0/+13
2012-05-29->encode_fh() API changeAl Viro1-5/+4
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-03-20fat: switch to d_make_root()Al Viro1-4/+4
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-13/+13
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03fat: propagate umode_tAl Viro2-5/+5
2012-01-03switch ->create() to umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-12-15fat: Spelling s/obsolate/obsolete/gGeert Uytterhoeven1-13/+13
2011-11-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-1/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi3-4/+4
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-5/+4
2011-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-5/+4