aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman1-7/+56
2010-05-27ufs: permit mounting of BorderWare filesystemsThomas Stewart2-0/+3
2010-05-27fs/autofs4: use memdup_userJulia Lawall1-11/+2
2010-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds13-19/+696
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton1-1/+1
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers3-2/+9
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds7-54/+65
2010-05-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-513/+1566
2010-05-25smbfs: remove duplicated #includeHuang Weiyi1-1/+0
2010-05-25fs: ldm: don't use own implementation of hex_to_bin()Andy Shevchenko1-9/+9
2010-05-25fatfs: ratelimit corruption reportOGAWA Hirofumi4-18/+31
2010-05-25ntfs: use add_to_page_cache_lru()Minchan Kim1-15/+4
2010-05-25ntfs: clean up ntfs_attr_extend_initializedMinchan Kim1-7/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan3-6/+6
2010-05-25fs-writeback: check sync bit earlier in inode_wait_for_writebackRichard Kennedy1-2/+2
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman1-1/+6
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder26-513/+1566
2010-05-24xfs: Ensure inode allocation buffers are fully replayedDave Chinner6-11/+74
2010-05-24xfs: enable background pushing of the CILDave Chinner2-4/+70
2010-05-24xfs: forced unmounts need to push the CILDave Chinner1-0/+15
2010-05-24xfs: Introduce delayed logging core codeDave Chinner11-30/+912
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner11-322/+350
2010-05-24xfs: make the log ticket ID available outside the log infrastructureDave Chinner4-3/+12
2010-05-24xfs: clean up log ticket overrun debug outputDave Chinner2-15/+6
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner7-70/+70
2010-05-24xfs: modify buffer item reference countingDave Chinner1-60/+50
2010-05-24xfs: allow log ticket allocation to take allocation flagsDave Chinner1-8/+8
2010-05-24xfs: Don't reuse the same transaction ID for duplicated transactions.Dave Chinner1-0/+9
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds14-69/+100
2010-05-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-1/+31
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds4-25/+32
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-30/+153
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds30-759/+876
2010-05-24GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse1-0/+7
2010-05-23squashfs: fix name reading in squashfs_xattr_getPhillip Lougher1-2/+6
2010-05-23squashfs: constify xattr handlersPhillip Lougher2-8/+8
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri1-12/+6
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter1-2/+0
2010-05-229p: Add mksock supportVenkateswararao Jujjuri1-0/+2
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V1-3/+4
2010-05-22autofs4: Pushdown the bkl from ioctlFrederic Weisbecker1-4/+18
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds105-1170/+849
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil2-10/+14
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro3-45/+11
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro3-15/+7
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro1-4/+3
2010-05-21AFS: Don't put struct file on the stackAl Viro4-36/+41
2010-05-21Ban ecryptfs over ecryptfsAl Viro1-0/+8
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro1-8/+1