aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse1-7/+39
2010-08-01NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-07-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-11/+31
2010-07-30CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-07-30NFS: Ensure that writepage respects the nonblock flagTrond Myklebust1-6/+17
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-07-30nfs: include space for the NUL in root pathDan Carpenter1-1/+1
2010-07-30GFS2: Fix typo in stuffed file data copy handlingAbhijith Das1-1/+1
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-07-29Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse1-10/+0
2010-07-29GFS2: Make "try" lock not try quite so hardSteven Whitehouse1-24/+25
2010-07-29GFS2: remove dependency on __GFP_NOFAILDavid Rientjes1-2/+9
2010-07-29GFS2: Simplify gfs2_write_alloc_requiredBob Peterson6-35/+14
2010-07-29GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse3-5/+80
2010-07-29GFS2: Use nobh_writepageSteven Whitehouse1-4/+1
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-36/+50
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse1-6/+25
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh6-20/+20
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-07-26xfs simplify and speed up direct I/O completionsChristoph Hellwig1-82/+76
2010-07-26xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig5-17/+35
2010-07-26xfs: fix big endian buildDave Chinner1-1/+2
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman1-1/+2
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman1-1/+1
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman1-5/+18
2010-07-26xfs: clean up xfs_bmap_get_bpChristoph Hellwig1-25/+18
2010-07-26xfs: simplify xfs_truncate_fileChristoph Hellwig3-102/+52
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig4-17/+3
2010-07-26xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2-8/+4
2010-07-26xfs: clean up filestreams helpersChristoph Hellwig2-85/+77
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig7-34/+15
2010-07-26xfs: Fix build when CONFIG_XFS_POSIX_ACL=nTony Luck1-0/+2
2010-07-26xfs: fix unsigned underflow in xfs_free_eofblocksKulikov Vasiliy1-2/+2
2010-07-26xfs: use GFP_NOFS for page cache allocationDave Chinner1-2/+2
2010-07-26xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner1-9/+11
2010-07-26xfs: fix xfs_trans_add_item() lockdep warningsDave Chinner1-1/+1
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner3-54/+32
2010-07-26xfs: don't block on buffer read errorsDave Chinner1-4/+15
2010-07-26xfs: move inode shrinker unregister even earlierDave Chinner1-5/+5
2010-07-26xfs: remove a dmapi leftoverChristoph Hellwig1-3/+0
2010-07-26xfs: writepage always has buffersChristoph Hellwig1-7/+0
2010-07-26xfs: allow writeback from kswapdChristoph Hellwig1-5/+4
2010-07-26xfs: remove incorrect log write optimizationChristoph Hellwig1-5/+2
2010-07-26xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner1-1/+5
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig11-52/+113
2010-07-26xfs: remove xfs_iputChristoph Hellwig6-26/+17
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig3-28/+3
2010-07-26xfs: some iget tracing cleanups / fixesChristoph Hellwig2-6/+7