summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-03-18Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar1-9/+7
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar18-61/+224
2009-03-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-4/+7
2009-03-14block: fix memory leak in bio_clone()Li Zefan1-1/+3
2009-03-14block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2-3/+4
2009-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds6-37/+171
2009-03-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+33
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks4-4/+9
2009-03-14nommu: ramfs: don't leak pages when adding to page cache failsJohannes Weiner1-0/+1
2009-03-14nommu: ramfs: pages allocated to an inode's pagecache may get wrongly discardedEnrik Berkhan1-0/+3
2009-03-13Merge branch 'core/locking' into tracing/ftraceIngo Molnar13-48/+69
2009-03-13ocfs2: Use xs->bucket to set xattr value outsideTao Ma1-6/+20
2009-03-13ocfs2: Fix a bug found by sparse check.Tao Ma1-1/+2
2009-03-13ocfs2: tweak to get the maximum inline data size with xattrTiger Yang3-9/+7
2009-03-13ocfs2: reserve xattr block for new directory with inline dataTiger Yang1-0/+4
2009-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds1-17/+4
2009-03-13fs: new inode i_state corruption fixNick Piggin2-1/+15
2009-03-13vfs: add missing unlock in sget()Li Zefan1-1/+4
2009-03-13pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-03-12NFS: Fix the fix to Bugzilla #11061, when IPv6 isn't defined...Trond Myklebust1-29/+39
2009-03-12Squashfs: Valid filesystems are flagged as bad by the corrupted fs patchPhillip Lougher1-17/+4
2009-03-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-17/+39
2009-03-11Fix _fat_bmap() lockingOGAWA Hirofumi1-2/+2
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang1-1/+1
2009-03-11Bug 11061, NFS mounts droppedIan Dall1-1/+62
2009-03-11NFS: Handle -ESTALE error in access()Suresh Jayaraman1-1/+7
2009-03-11NLM: Fix GRANT callback address comparison when IPv6 is enabledChuck Lever1-1/+50
2009-03-11NFSv3: Fix posix ACL codeTrond Myklebust2-27/+34
2009-03-11NFS: Fix misparsing of nfsv4 fs_locations attribute (take 2)Trond Myklebust1-7/+8
2009-03-11devpts: remove graffitiAlexey Dobriyan1-5/+0
2009-03-11Merge branches 'tracing/ftrace', 'tracing/textedit' and 'linus' into tracing/...Ingo Molnar5-13/+13
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar6-11/+24
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds5-13/+13
2009-03-09Btrfs: fix spinlock assertions on UP systemsChris Mason5-13/+13
2009-03-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-3/+5
2009-03-07xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-07xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig1-5/+10
2009-03-07xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig1-4/+13
2009-03-05Squashfs: frag_size should be signed, as it can hold an error resultRoel Kluin1-2/+4
2009-03-05Squashfs: Fix oops when reading fsfuzzer corrupted filesystemsPhillip Lougher4-6/+15
2009-03-05ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen1-3/+5
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar4-5/+8
2009-03-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds4-5/+8
2009-03-03Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar12-41/+119
2009-02-28Fix FREEZE/THAW compat_ioctl regressionChristoph Hellwig1-0/+3
2009-02-28EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy1-1/+1
2009-02-27Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar7-77/+309
2009-02-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-16/+44