aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-06-13pstore/platform: Disable automatic updates by defaultAnton Vorontsov
2012-06-13pstore/platform: Make automatic updates interval configurableAnton Vorontsov
2012-06-13pstore/ram_core: Remove now unused codeAnton Vorontsov
2012-06-13pstore/ram_core: Silence some printksAnton Vorontsov
2012-06-13pstore/ram: Add console messages handlingAnton Vorontsov
2012-06-13pstore/ram: Factor ramoops_get_next_prz() out of ramoops_pstore_read()Anton Vorontsov
2012-06-13pstore/ram: Factor dmesg przs initialization out of probe()Anton Vorontsov
2012-06-13pstore/ram: Give proper names to dump-related variablesAnton Vorontsov
2012-06-13pstore: Add console log messages supportAnton Vorontsov
2012-06-13pstore/inode: Make pstore_fill_super() staticAnton Vorontsov
2012-06-13pstore/ram: Should zap persistent zone on unlinkAnton Vorontsov
2012-06-13pstore/ram_core: Factor persistent_ram_zap() out of post_init()Anton Vorontsov
2012-06-13pstore/ram_core: Do not reset restored zone's position and sizeAnton Vorontsov
2012-06-13pstore/ram: Should update old dmesg buffer before readingAnton Vorontsov
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Linus Torvalds
2012-06-01nls: fix (and rename) mac NLS table files and config optionsLinus Torvalds
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsAndrew Morton
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi
2012-06-01vfs: split __dentry_open()Miklos Szeredi
2012-06-01vfs: do_last() common post lookupMiklos Szeredi
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi
2012-06-01vfs: split do_lookup()Miklos Szeredi
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy
2012-06-01reiserfs: remove useless superblock dirtyingArtem Bityutskiy
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro
2012-06-01ext4: hole-punch use truncate_pagecache_rangeHugh Dickins
2012-06-01jbd2: use kmem_cache_zalloc wrapper instead of flagWanlong Gao