summaryrefslogtreecommitdiffstats
path: root/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-222-5/+3
|\
| * block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
| * block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-101-4/+1
| * fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-1/+3
* | BKL: Remove BKL from fatArnd Bergmann2010-10-043-13/+6
* | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-042-2/+12
|/
* remove SWRITE* I/O typesChristoph Hellwig2010-08-181-1/+3
* covert fatfs to ->evict_inode()Al Viro2010-08-091-11/+9
* check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-092-16/+2
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-15/+15
* rename generic_setattrChristoph Hellwig2010-08-091-1/+1
* get rid of cont_write_begin_newtruncChristoph Hellwig2010-08-091-1/+1
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-2/+2
* fat: convert to use the new truncate convention.npiggin@suse.de2010-05-273-15/+57
* rename the generic fsync implementationsChristoph Hellwig2010-05-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-272-5/+4
* fatfs: ratelimit corruption reportOGAWA Hirofumi2010-05-254-18/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-05-244-25/+32
|\
| * fat: convert to unlocked_ioctlArnd Bergmann2010-05-173-10/+24
| * fat: Cleanup nls_unload() usageOGAWA Hirofumi2010-03-161-4/+2
| * fat: use pack_hex_byte() instead of custom oneAndy Shevchenko2010-03-161-11/+6
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-3/+3
|\ \
| * | fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-03-311-3/+3
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2010-03-122-9/+20
|\
| * fat: Fix stat->f_namelenKevin Dankwardt2010-02-102-4/+4
| * fat: Fix vfat_lookup()OGAWA Hirofumi2010-01-121-5/+16
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-12-163-12/+24
|\
| * fat: make discard a mount optionChristoph Hellwig2009-11-213-12/+24
* | fatfs: use common time_to_tm in fat_time_unix2fat()Zhaolei2009-12-161-42/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-09-304-22/+21
|\
| * fat: Check s_dirt in fat_sync_fs()OGAWA Hirofumi2009-09-203-9/+15
| * vfat: change the default from shortname=lower to shortname=mixedPaul Wise2009-08-011-2/+2
| * fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi2009-08-011-11/+4
* | fs: Make unload_nls() NULL pointer safeThomas Gleixner2009-09-241-12/+4
* | fat: Opencode sync_page_range_nolock()Jan Kara2009-09-142-4/+22
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-3/+0
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* fat: Fix the removal of opts->fs_dmaskOGAWA Hirofumi2009-06-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-162-16/+17
|\
| * NLS: update handling of UnicodeAlan Stern2009-06-152-16/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-169-110/+147
|\ \ | |/ |/|
| * fat: split fat_generic_ioctlChristoph Hellwig2009-06-081-88/+94
| * FAT: add 'errors' mount optionDenis Karpov2009-06-049-22/+53
* | fat: add ->sync_fsChristoph Hellwig2009-06-111-0/+11
* | Sanitize ->fsync() for FATAl Viro2009-06-117-19/+49
* | ->write_super lock_super pushdownChristoph Hellwig2009-06-111-0/+2
* | push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+4
OpenPOWER on IntegriCloud