aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-23NFSv4: Fix a regression in decode_getfattrGravatar Trond Myklebust 1-1/+1
2010-10-23NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointerGravatar Trond Myklebust 1-8/+6
2010-10-23NFS: Ensure we check all allocation return values in new readdir codeGravatar Trond Myklebust 1-24/+37
2010-10-23NFS: Readdir plus in v4Gravatar Bryan Schumaker 8-38/+39
2010-10-23NFS: introduce generic decode_getattr functionGravatar Bryan Schumaker 1-19/+98
2010-10-23NFS: check xdr_decode for errorsGravatar Bryan Schumaker 1-1/+15
2010-10-23NFS: nfs_readdir_filler catch all errorsGravatar Bryan Schumaker 1-1/+1
2010-10-23NFS: readdir with vmapped pagesGravatar Bryan Schumaker 6-22/+70
2010-10-23NFS: remove page size checking codeGravatar Bryan Schumaker 3-198/+2
2010-10-23NFS: decode_dirent should use an xdr_streamGravatar Bryan Schumaker 6-39/+201
2010-10-23NFS: remove readdir plus limitGravatar Bryan Schumaker 1-5/+1
2010-10-23NFS: re-add readdir plusGravatar Bryan Schumaker 1-0/+67
2010-10-23NFS: Optimise the readdir searchesGravatar Trond Myklebust 1-4/+2
2010-10-23NFS: add readdir cache arrayGravatar Bryan Schumaker 1-323/+309
2010-10-23nfs: include ratelimit.h, fix nfs4state build errorGravatar Randy Dunlap 1-0/+1
2010-10-23NFSv4: The state manager must ignore EKEYEXPIRED.Gravatar Trond Myklebust 2-10/+40
2010-10-23NFSv4: Don't ignore the error return codes from nfs_intent_set_fileGravatar Trond Myklebust 1-12/+23
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Gravatar Linus Torvalds 1-158/+0
2010-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Gravatar Linus Torvalds 31-1252/+1313
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 1-0/+158
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 2-44/+43
2010-10-22ocfs2: drop the BLKDEV_IFL_WAIT flagGravatar Linus Torvalds 1-2/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 27-1043/+2091
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Gravatar Linus Torvalds 1-0/+3
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 60-1375/+1185
2010-10-23nilfs2: eliminate sparse warning - "context imbalance"Gravatar Jiro SEKIBA 1-0/+2
2010-10-23nilfs2: eliminate sparse warnings - "symbol not declared"Gravatar Jiro SEKIBA 2-2/+3
2010-10-23nilfs2: get rid of bdi from nilfs objectGravatar Ryusuke Konishi 5-9/+7
2010-10-23nilfs2: add bdev freeze/thaw supportGravatar Ryusuke Konishi 3-4/+58
2010-10-23nilfs2: accept 64-bit checkpoint numbers in cp mount optionGravatar Ryusuke Konishi 1-13/+12
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesGravatar Ryusuke Konishi 4-124/+2
2010-10-23nilfs2: get rid of back pointer to writable sb instanceGravatar Ryusuke Konishi 5-61/+2
2010-10-23nilfs2: get rid of mi_nilfs back pointer to nilfs objectGravatar Ryusuke Konishi 4-15/+8
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsGravatar Ryusuke Konishi 6-37/+53
2010-10-23nilfs2: use iget for all metadata filesGravatar Ryusuke Konishi 14-156/+207
2010-10-23nilfs2: get rid of GCDAT inodeGravatar Ryusuke Konishi 12-171/+41
2010-10-23nilfs2: add routines to redirect access to buffers of DAT fileGravatar Ryusuke Konishi 5-0/+75
2010-10-23nilfs2: add routines to roll back state of DAT fileGravatar Ryusuke Konishi 5-19/+145
2010-10-23nilfs2: add routines to save and restore bmap stateGravatar Ryusuke Konishi 2-0/+26
2010-10-23nilfs2: do not allocate nilfs_mdt_info structure to gc-inodesGravatar Ryusuke Konishi 1-16/+16
2010-10-23nilfs2: allow nilfs_clear_inode to clear metadata file inodesGravatar Ryusuke Konishi 1-0/+4
2010-10-23nilfs2: simplify life cycle management of nilfs objectGravatar Ryusuke Konishi 4-131/+31
2010-10-23nilfs2: do not allocate multiple super block instances for a deviceGravatar Ryusuke Konishi 4-225/+101
2010-10-23nilfs2: split out nilfs_attach_snapshotGravatar Ryusuke Konishi 1-28/+45
2010-10-23nilfs2: split out nilfs_get_root_dentryGravatar Ryusuke Konishi 1-19/+35
2010-10-23nilfs2: deny write access to inodes in snapshotsGravatar Ryusuke Konishi 3-3/+13
2010-10-23nilfs2: use checkpoint tree for mount check of snapshotsGravatar Ryusuke Konishi 1-17/+11
2010-10-23nilfs2: move inode count and block count into root objectGravatar Ryusuke Konishi 4-11/+10
2010-10-23nilfs2: use root object to get ifileGravatar Ryusuke Konishi 7-80/+67
2010-10-23nilfs2: make snapshots in checkpoint tree exportableGravatar Ryusuke Konishi 4-71/+138