summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-12-08yaffs: add TAG_NO_ECC KconfigGary King
2009-12-07Merge commit 'arm/2.6.28-arm' into android-tegra-2.6.29Gary King
2009-11-27yaffs: Fix readdir hang.Charles Manning
2009-11-05Add handling for unrooted filesCharles Manning
2009-10-30Fix yaffs checkpoint out of space crashCharles Manning
2009-10-27block: genhd: Add disk/partition specific uevent callbacks for partition infoSan Mehat
2009-09-18yaffs: Don't update page read and write counts from yaffs_mtdif2.Arve Hjønnevåg
2009-09-18Merge branch 'yaffs' into android-2.6.29Arve Hjønnevåg
2009-09-18Revert "yaffs: Fix yaffs_file_write to not return -ENOSPC when there is nothi...Arve Hjønnevåg
2009-09-17yaffs: Import yaffs from Wed Sep 9 03:03:01 2009 +0000Arve Hjønnevåg
2009-09-16proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2009-08-24FAT: add 'errors' mount optionDenis Karpov
2009-05-07yaffs: Fix yaffs_file_write to not return -ENOSPC when there is nothing to writeArve Hjønnevåg
2009-04-07yaffs: Update stats when using mtdif2.Arve Hjønnevåg
2009-04-07yaffs: Pass through single bit errors from MTD.Arve Hjønnevåg
2009-04-07yaffs: Import yaffs from Tue Mar 17 01:12:00 2009 +0000Arve Hjønnevåg
2009-04-07yaffs: Set YAFFS_IGNORE_TAGS_ECC if compiled without ECC support.Arve Hjønnevåg
2009-04-07fs: block_dump: Don't display inode changes if block_dump < 2San Mehat
2009-04-07Grants system server access to /proc/<pid>/oom_adj for Android applications.Mike Chan
2009-04-07FAT: Add new ioctl VFAT_IOCTL_GET_VOLUME_ID for reading the volume ID.Mike Lockwood
2009-03-22Update my email addressGertjan van Wingerde
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi
2009-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-03-19Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds
2009-03-18Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds
2009-03-16ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-03-14block: fix memory leak in bio_clone()Li Zefan
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura
2009-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-03-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan
2009-03-14ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen
2009-03-12ocfs2: Use xs->bucket to set xattr value outsideTao Ma
2009-03-12ocfs2: Fix a bug found by sparse check.Tao Ma
2009-03-12ocfs2: tweak to get the maximum inline data size with xattrTiger Yang
2009-03-12ocfs2: reserve xattr block for new directory with inline dataTiger Yang
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2009-03-12fs: new inode i_state corruption fixNick Piggin
2009-03-12vfs: add missing unlock in sget()Li Zefan
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov