| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-05 | vfat: fix missing sb_min_blocksize() return value checks | Yongpeng Yang | 1 | -1/+5 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -8/+10 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-07-15 | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -339/+335 |
| 2024-07-03 | fat: Convert to new uid/gid option parsing helpers | Eric Sandeen | 1 | -12/+4 |
| 2024-07-03 | fat: Convert to new mount api | Eric Sandeen | 1 | -339/+344 |
| 2024-07-03 | fat: move debug into fat_mount_options | Eric Sandeen | 1 | -5/+4 |
| 2024-05-28 | fs: fat: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -1/+1 |
| 2024-02-08 | fat: Hook up sb->s_uuid | Kent Overstreet | 1 | -0/+3 |
| 2023-10-18 | fat: convert to new timestamp accessors | Jeff Layton | 1 | -8/+17 |
| 2023-07-24 | fat: convert to ctime accessor functions | Jeff Layton | 1 | -3/+2 |
| 2022-12-11 | fat: remove ->writepage | Christoph Hellwig | 1 | -7/+2 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+10 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -5/+5 |
| 2022-05-19 | fat: report creation time in statx | Chung-Chiang Cheng | 1 | -2/+8 |
| 2022-05-19 | fat: ignore ctime updates, and keep ctime identical to mtime in memory | Chung-Chiang Cheng | 1 | -7/+4 |
| 2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from cont_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-04-29 | fatfs: remove redundant judgment | Yubo Feng | 1 | -4/+2 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -7/+3 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+2 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-11-01 | Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+2 |
| 2021-10-22 | fat: use sync_blockdev_nowait | Christoph Hellwig | 1 | -4/+2 |
| 2021-10-18 | fat: use bdev_nr_sectors instead of open coding it | Christoph Hellwig | 1 | -4/+1 |
| 2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-06-04 | fat: don't allow to mount if the FAT length == 0 | OGAWA Hirofumi | 1 | -0/+6 |
| 2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2020-03-06 | fat: fix uninit-memory access for partial initialized inode | OGAWA Hirofumi | 1 | -12/+7 |
| 2019-12-18 | fat: use prandom_u32() for i_generation | Arnd Bergmann | 1 | -1/+2 |
| 2019-08-30 | fs: fat: Initialize filesystem timestamp ranges | Deepa Dinamani | 1 | -0/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | fat: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2019-01-04 | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir | 1 | -6/+6 |
| 2019-01-04 | fat: move MAX_FAT to fat.h and change it to inline function | Carmeli Tamir | 1 | -1/+1 |
| 2019-01-04 | fat: remove FAT_FIRST_ENT macro | Carmeli Tamir | 1 | -4/+8 |
| 2018-10-31 | fat: change timestamp updates to use fat_truncate_time | Frank Sorenson | 1 | -2/+2 |
| 2018-10-31 | fat: add functions to update and truncate timestamps appropriately | Frank Sorenson | 1 | -0/+5 |
| 2018-08-22 | fat: propagate 64-bit inode timestamps | Arnd Bergmann | 1 | -14/+6 |
| 2018-07-21 | fat: fix memory allocation failure handling of match_strdup() | OGAWA Hirofumi | 1 | -7/+13 |
| 2018-06-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+7 |
| 2018-06-15 | fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() | OGAWA Hirofumi | 1 | -1/+7 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -6/+14 |
| 2018-01-29 | fat: convert to new i_version API | Jeff Layton | 1 | -4/+5 |
| 2017-11-29 | fs/fat/inode.c: fix sb_rdonly() change | OGAWA Hirofumi | 1 | -1/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -4/+4 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -2/+2 |
| 2017-03-09 | fat: fix using uninitialized fields of fat_inode/fsinfo_inode | OGAWA Hirofumi | 1 | -1/+12 |
| 2016-09-27 | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-06-24 | fat: fix error message for bogus number of directory entries | Zheng Lv | 1 | -1/+1 |
| 2016-06-21 | fat: fix typo s/supeblock/superblock/ | Zheng Lv | 1 | -1/+1 |
| 2016-05-01 | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 1 | -3/+3 |
| 2016-03-22 | fat: add config option to set UTF-8 mount option by default | Maciej S. Szmigiero | 1 | -1/+3 |
| 2016-01-20 | fat: permit to return phy block number by fibmap in fallocated region | Namjae Jeon | 1 | -3/+28 |
| 2016-01-20 | fat: skip cluster allocation on fallocated region | Namjae Jeon | 1 | -2/+8 |
| 2016-01-20 | fat: add fat_fallocate operation | Namjae Jeon | 1 | -2/+32 |
| 2016-01-20 | fat: add simple validation for directory inode | OGAWA Hirofumi | 1 | -0/+22 |
| 2016-01-20 | fat: allow time_offset to be up to 24 hours | Jan Kara | 1 | -1/+6 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
| 2015-04-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+2 |
| 2015-04-17 | fs/fat: remove unnecessary includes | Alexander Kuleshov | 1 | -9/+1 |
| 2015-04-17 | fs/fat: remove unnecessary defintion | Alexander Kuleshov | 1 | -2/+1 |
| 2015-04-11 | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 1 | -2/+1 |
| 2015-04-11 | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 1 | -2/+2 |
| 2015-04-11 | Remove rw from {,__,do_}blockdev_direct_IO() | Omar Sandoval | 1 | -1/+1 |
| 2015-03-25 | fs: move struct kiocb to fs.h | Christoph Hellwig | 1 | -1/+0 |
| 2015-02-17 | fs: fat: use MSDOS_SB macro to get msdos_sb_info | Fred Chou | 1 | -1/+1 |
| 2014-12-13 | fat: fix data past EOF resulting from fsx testsuite | Namjae Jeon | 1 | -0/+12 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+6 |
| 2014-06-06 | fs/fat/inode.c: clean up string initializations (char[] instead of char *) | Manuel Schölling | 1 | -1/+1 |
| 2014-06-06 | fs/fat/: add support for DOS 1.x formatted volumes | Conrad Meyer | 1 | -76/+267 |
| 2014-05-06 | switch {__,}blockdev_direct_IO() to iov_iter | Al Viro | 1 | -2/+1 |
| 2014-05-06 | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 1 | -3/+3 |
| 2014-05-06 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -6/+7 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
| 2014-04-03 | mm + fs: store shadow entries in page cache | Johannes Weiner | 1 | -1/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+2 |
| 2013-10-24 | fat: rcu-delay unloading nls and freeing sbi | Al Viro | 1 | -8/+11 |
| 2013-09-12 | truncate: drop 'oldsize' truncate_pagecache() parameter | Kirill A. Shutemov | 1 | -1/+1 |
| 2013-07-09 | fatfs: add FAT_IOCTL_GET_VOLUME_ID | Mike Lockwood | 1 | -0/+12 |
| 2013-05-24 | fat: fix possible overflow for fat_clusters | OGAWA Hirofumi | 1 | -1/+14 |
| 2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 1 | -0/+1 |
| 2013-04-29 | fat (exportfs): rebuild directory-inode if fat_dget() | Namjae Jeon | 1 | -1/+1 |
| 2013-04-29 | fat (exportfs): rebuild inode if ilookup() fails | Namjae Jeon | 1 | -0/+15 |
| 2013-04-29 | fat: restructure export_operations | Namjae Jeon | 1 | -9/+4 |
| 2013-04-29 | fat: introduce a helper fat_get_blknr_offset() | Namjae Jeon | 1 | -4/+5 |
| 2013-04-29 | fat: move fat_i_pos_read to fat.h | Namjae Jeon | 1 | -14/+0 |
| 2013-04-29 | fat: introduce 2 new values for the -o nfs mount option | Namjae Jeon | 1 | -7/+16 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
| 2013-02-27 | fat: mark fs as dirty on mount and clean on umount | Oleksij Rempel | 1 | -0/+66 |
| 2013-02-27 | fat: add extended fileds to struct fat_boot_sector | Oleksij Rempel | 1 | -4/+4 |
| 2012-12-20 | fat: fix incorrect function comment | Ravishankar N | 1 | -1/+1 |
| 2012-12-17 | fs/fat: strip "cp" prefix from codepage in display | Dave Reisner | 1 | -1/+2 |
| 2012-12-17 | fat: ix mount option parsing | Jan Kara | 1 | -11/+11 |
| 2012-12-17 | fat: provide option for setting timezone offset | Jan Kara | 1 | -5/+20 |
| 2012-12-17 | fat: notify when discard is not supported | Namjae Jeon | 1 | -0/+9 |
| 2012-10-09 | fat: drop lock/unlock super | Marco Stornelli | 1 | -2/+3 |
| 2012-10-06 | fat: simplify writeback_inode() | Namjae Jeon | 1 | -9/+5 |
| 2012-10-06 | fat (exportfs): fix dentry reconnection | Steven J. Magnani | 1 | -7/+64 |
| 2012-10-06 | fat (exportfs): move NFS support code | Steven J. Magnani | 1 | -130/+0 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+5 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-09-20 | userns: Convert fat to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -6/+12 |
| 2012-07-30 | fat: accessors for msdos_dir_entry 'start' fields | Steven J. Magnani | 1 | -9/+3 |
| 2012-07-11 | fat: fix non-atomic NFS i_pos read | Steven J. Magnani | 1 | -7/+6 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+4 |
| 2012-05-31 | fat: switch to fsinfo_inode | Artem Bityutskiy | 1 | -30/+12 |
| 2012-05-31 | fat: introduce special inode for managing the FSINFO block | Artem Bityutskiy | 1 | -0/+12 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -5/+4 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-03-20 | fat: switch to d_make_root() | Al Viro | 1 | -4/+4 |
| 2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -13/+13 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -3/+3 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-12-15 | fat: Spelling s/obsolate/obsolete/g | Geert Uytterhoeven | 1 | -13/+13 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -2/+2 |
| 2011-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -4/+3 |
| 2011-08-17 | fat: fat16 support maximum 4GB file/vol size as WinXP or 7. | Namjae Jeon | 1 | -2/+1 |
| 2011-08-17 | fat: fix utf8 iocharset warning message | Mihai Moldovan | 1 | -2/+2 |
| 2011-07-20 | fs: simplify the blockdev_direct_IO prototype | Christoph Hellwig | 1 | -2/+2 |
| 2011-07-20 | fat: remove i_alloc_sem abuse | Christoph Hellwig | 1 | -2/+4 |
| 2011-04-12 | fat: Fix statfs->f_namelen | OGAWA Hirofumi | 1 | -1/+2 |
| 2011-04-12 | fat: Replace all printk with fat_msg() | Alexey Fisher | 1 | -34/+33 |
| 2011-04-12 | fat: use new setup() for ->dir_ops too | OGAWA Hirofumi | 1 | -3/+1 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -1/+3 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+0 |
| 2011-01-12 | switch fat to ->s_d_op, close exportfs races there | Al Viro | 1 | -8/+5 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -2/+2 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-10-04 | BKL: Remove BKL from fat | Arnd Bergmann | 1 | -5/+0 |
| 2010-08-09 | covert fatfs to ->evict_inode() | Al Viro | 1 | -11/+9 |
| 2010-08-09 | get rid of cont_write_begin_newtrunc | Christoph Hellwig | 1 | -1/+1 |
| 2010-08-09 | sort out blockdev_direct_IO variants | Christoph Hellwig | 1 | -2/+2 |
| 2010-05-27 | fat: convert to use the new truncate convention. | npiggin@suse.de | 1 | -6/+29 |
| 2010-05-25 | fatfs: ratelimit corruption report | OGAWA Hirofumi | 1 | -0/+2 |
| 2010-03-16 | fat: Cleanup nls_unload() usage | OGAWA Hirofumi | 1 | -4/+2 |
| 2010-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 1 | -2/+7 |
| 2010-02-10 | fat: Fix stat->f_namelen | Kevin Dankwardt | 1 | -1/+1 |
| 2009-11-21 | fat: make discard a mount option | Christoph Hellwig | 1 | -1/+7 |
| 2009-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -7/+11 |
| 2009-09-24 | fs: Make unload_nls() NULL pointer safe | Thomas Gleixner | 1 | -12/+4 |
| 2009-09-20 | fat: Check s_dirt in fat_sync_fs() | OGAWA Hirofumi | 1 | -5/+9 |
| 2009-08-01 | vfat: change the default from shortname=lower to shortname=mixed | Paul Wise | 1 | -2/+2 |
| 2009-06-20 | fat: Fix the removal of opts->fs_dmask | OGAWA Hirofumi | 1 | -1/+1 |
| 2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -4/+24 |
| 2009-06-11 | fat: add ->sync_fs | Christoph Hellwig | 1 | -0/+11 |
| 2009-06-11 | Sanitize ->fsync() for FAT | Al Viro | 1 | -1/+10 |
| 2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -0/+2 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+4 |
| 2009-06-11 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+3 |
| 2009-06-04 | FAT: add 'errors' mount option | Denis Karpov | 1 | -4/+24 |
| 2009-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2009-04-02 | fs/fat: return f_fsid for statfs(2) | Coly Li | 1 | -1/+5 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
| 2009-03-11 | Fix _fat_bmap() locking | OGAWA Hirofumi | 1 | -2/+2 |
| 2008-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 1 | -0/+2 |
| 2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -60/+71 |
| 2008-11-14 | CRED: Wrap task credential accesses in the FAT filesystem | David Howells | 1 | -2/+2 |
| 2008-11-12 | fat: make sure to set d_ops in fat_get_parent | Christoph Hellwig | 1 | -0/+2 |
| 2008-11-06 | fat: ->i_pos race fix | OGAWA Hirofumi | 1 | -2/+19 |
| 2008-11-06 | fat: mmu_private race fix | OGAWA Hirofumi | 1 | -2/+2 |
| 2008-11-06 | fat: Fix _fat_bmap() race | OGAWA Hirofumi | 1 | -1/+8 |
| 2008-11-06 | fat: Fix ATTR_RO for directory | OGAWA Hirofumi | 1 | -4/+13 |
| 2008-11-06 | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 1 | -10/+9 |
| 2008-11-06 | fat: use fat_detach() in fat_clear_inode() | OGAWA Hirofumi | 1 | -6/+1 |
| 2008-11-06 | fat: improve fat_hash() | OGAWA Hirofumi | 1 | -11/+7 |
| 2008-11-06 | fat: Fix and cleanup timestamp conversion | OGAWA Hirofumi | 1 | -23/+11 |
| 2008-11-06 | fat: split include/msdos_fs.h | OGAWA Hirofumi | 1 | -1/+1 |
| 2008-10-30 | fs: remove prepare_write/commit_write | Nick Piggin | 1 | -1/+1 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -34/+18 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -3/+3 |
| 2008-08-20 | vfat: fix 'sync' mount deadlock due to BKL->lock_super conversion | Linus Torvalds | 1 | -7/+3 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | fatfs: add UTC timestamp option | Joe Peterson | 1 | -7/+20 |
| 2008-07-25 | fat: fix parse_options() | OGAWA Hirofumi | 1 | -2/+5 |
| 2008-06-20 | Replace BKL with superblock lock in fat/msdos/vfat | Linus Torvalds | 1 | -10/+16 |
| 2008-04-29 | fat: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -5/+3 |
| 2008-04-28 | fatfs: fix build warning with 64k PAGE_SIZE | Olof Johansson | 1 | -1/+1 |
| 2008-04-28 | FAT_VALID_MEDIA(): remove pointless test | Andrew Morton | 1 | -1/+1 |
| 2008-04-28 | fat: Update free_clusters even if it is untrusted | OGAWA Hirofumi | 1 | -3/+4 |
| 2008-04-28 | fat: Add allow_utime option | OGAWA Hirofumi | 1 | -3/+15 |
| 2008-04-28 | fat: kill is_bad_inode() check | OGAWA Hirofumi | 1 | -7/+2 |
| 2008-02-08 | mount options: fix fat | Miklos Szeredi | 1 | -0/+2 |
| 2008-02-07 | iget: stop FAT from using iget() and read_inode() | David Howells | 1 | -4/+2 |
| 2008-02-07 | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 1 | -1/+1 |
| 2008-02-06 | FAT: Fix printk format strings | Vegard Nossum | 1 | -4/+2 |
| 2007-10-22 | exportfs: make struct export_operations const | Christoph Hellwig | 1 | -1/+1 |
| 2007-10-22 | fat: new export ops | Christoph Hellwig | 1 | -17/+7 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |