aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsGravatar Johannes Weiner 1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedGravatar Enrik Berkhan 1-0/+3
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusGravatar Linus Torvalds 1-17/+4
2009-03-12fs: new inode i_state corruption fixGravatar Nick Piggin 2-1/+15
2009-03-12vfs: add missing unlock in sget()Gravatar Li Zefan 1-1/+4
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashGravatar Oleg Nesterov 1-4/+4
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchGravatar Phillip Lougher 1-17/+4
2009-03-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 5-17/+39
2009-03-11Fix _fat_bmap() lockingGravatar OGAWA Hirofumi 1-2/+2
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsGravatar Wu Fengguang 1-1/+1
2009-03-10devpts: remove graffitiGravatar Alexey Dobriyan 1-5/+0
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 5-13/+13
2009-03-09Btrfs: fix spinlock assertions on UP systemsGravatar Chris Mason 5-13/+13
2009-03-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-3/+5
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledGravatar Christoph Hellwig 3-8/+16
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missGravatar Christoph Hellwig 1-5/+10
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatGravatar Christoph Hellwig 1-4/+13
2009-03-05Squashfs: frag_size should be signed, as it can hold an error resultGravatar Roel Kluin 1-2/+4
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsGravatar Phillip Lougher 4-6/+15
2009-03-04ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceGravatar Eric Sandeen 1-3/+5
2009-03-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 4-5/+8
2009-02-27Fix FREEZE/THAW compat_ioctl regressionGravatar Christoph Hellwig 1-0/+3
2009-02-27EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLGravatar Benny Halevy 1-1/+1
2009-02-26Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 2-16/+44
2009-02-26ocfs2: add IO error check in ocfs2_get_sector()Gravatar wengang wang 1-0/+7
2009-02-26ocfs2: set gap to seperate entry and value when xattr in bucketGravatar Tiger Yang 1-8/+10
2009-02-26ocfs2: lock the metaecc process for xattr bucketGravatar Tao Ma 3-0/+8
2009-02-26ocfs2: Use the right access_* method in ctime update of xattr.Gravatar Tao Ma 1-2/+3
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterGravatar Sunil Mushran 1-6/+6
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listGravatar Sunil Mushran 1-2/+2
2009-02-26ocfs2: Cleanup the lockname print in dlmglue.cGravatar Sunil Mushran 1-3/+8
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateGravatar Sunil Mushran 1-2/+1
2009-02-26ocfs2: Access and dirty the buffer_head in mark_written.Gravatar Tao Ma 1-1/+26
2009-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 6-76/+308
2009-02-26block: fix bogus gcc warning for uninitialized var usageGravatar Jens Axboe 1-1/+1
2009-02-26ext4: don't call jbd2_journal_force_commit_nested without journalGravatar Eric Sandeen 2-2/+4
2009-02-28ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2Gravatar Theodore Ts'o 1-2/+4
2009-02-28ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Gravatar Theodore Ts'o 1-1/+0
2009-02-24Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Gravatar Linus Torvalds 1-1/+1
2009-02-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 2-1/+15
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsGravatar Helge Bahmann 1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedGravatar Krzysztof Sachanowicz 1-1/+3
2009-02-22ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Gravatar Jan Kara 1-1/+8
2009-02-21ext4: Add fallback for find_group_flexGravatar Theodore Ts'o 1-0/+7
2009-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 10-187/+458
2009-02-21[JFFS2] fix mount crash caused by removed nodesGravatar Thomas Gleixner 1-9/+33
2009-02-21[CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Gravatar Steve French 5-7/+105
2009-02-21[CIFS] improve posix semantics of file createGravatar Steve French 2-103/+208
2009-02-21[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Gravatar Steve French 2-3/+4
2009-02-21cifs: posix fill in inode needed by posix openGravatar Jeff Layton 2-1/+3