summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang
2010-05-27proc: remove obsolete commentsAmerigo Wang
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov
2010-05-27exit: avoid sig->count in de_thread/__exit_signal synchronizationOleg Nesterov
2010-05-27coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov
2010-05-27coredump: factor out put_cred() callsOleg Nesterov
2010-05-27coredump: cleanup "ispipe" codeOleg Nesterov
2010-05-27coredump: factor out the not-ispipe file checksOleg Nesterov
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart
2010-05-27fs/autofs4: use memdup_userJulia Lawall
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-05-25smbfs: remove duplicated #includeHuang Weiyi
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner
2010-05-24xfs: enable background pushing of the CILDave Chinner
2010-05-24xfs: forced unmounts need to push the CILDave Chinner
2010-05-24xfs: Introduce delayed logging core codeDave Chinner
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner
2010-05-24xfs: modify buffer item reference countingDave Chinner
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse
2010-05-23squashfs: fix name reading in squashfs_xattr_getPhillip Lougher
2010-05-23squashfs: constify xattr handlersPhillip Lougher
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter
2010-05-229p: Add mksock supportVenkateswararao Jujjuri
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V