summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust
2009-03-12ext4: Print the find_group_flex() warning only onceTheodore Ts'o
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher
2009-03-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang
2009-03-10Bug 11061, NFS mounts droppedIan Dall
2009-03-10NFS: Handle -ESTALE error in access()Suresh Jayaraman
2009-03-10NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever
2009-03-10NFSv3: Fix posix ACL codeTrond Myklebust
2009-03-10NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust
2009-03-10devpts: remove graffitiAlexey Dobriyan
2009-03-10ext4: fix header check in ext4_ext_search_right() for deep extent trees.Eric Sandeen
2009-03-10Btrfs: Clear space_info full when adding new devicesChris Mason
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason
2009-03-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig
2009-03-05Squashfs: frag_size should be signed, as it can hold an error resultRoel Kluin
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher
2009-03-04ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen
2009-03-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-02-27Fix FREEZE/THAW compat_ioctl regressionChristoph Hellwig
2009-02-27EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy
2009-02-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-02-26ocfs2: add IO error check in ocfs2_get_sector()wengang wang
2009-02-26ocfs2: set gap to seperate entry and value when xattr in bucketTiger Yang
2009-02-26ocfs2: lock the metaecc process for xattr bucketTao Ma
2009-02-26ocfs2: Use the right access_* method in ctime update of xattr.Tao Ma
2009-02-26ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserterSunil Mushran
2009-02-26ocfs2/dlm: Use ast_lock to protect ast_listSunil Mushran
2009-02-26ocfs2: Cleanup the lockname print in dlmglue.cSunil Mushran
2009-02-26ocfs2/dlm: Retract fix for race between purge and migrateSunil Mushran
2009-02-26ocfs2: Access and dirty the buffer_head in mark_written.Tao Ma
2009-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-02-26block: fix bogus gcc warning for uninitialized var usageJens Axboe
2009-02-26ext4: don't call jbd2_journal_force_commit_nested without journalEric Sandeen
2009-02-28ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2Theodore Ts'o
2009-02-28ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()Theodore Ts'o
2009-02-24Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-02-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz
2009-02-22ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara
2009-02-21ext4: Add fallback for find_group_flexTheodore Ts'o