aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedGravatar Al Viro 1-11/+6
2011-08-01fix block device fallout from ->fsync() changesGravatar Rafael J. Wysocki 1-0/+4
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 19-1941/+2092
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 27-142/+146
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Gravatar Linus Torvalds 3-14/+30
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathGravatar Yu Jian 1-6/+6
2011-08-01ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Gravatar Yu Jian 1-1/+5
2011-08-01ext4: use ext4_msg() instead of printk in mballocGravatar Theodore Ts'o 1-37/+42
2011-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 9-376/+370
2011-08-01CIFS: Cleanup demupltiplex thread exiting codeGravatar Pavel Shilovsky 1-77/+96
2011-08-01CIFS: Move mid search to a separate functionGravatar Pavel Shilovsky 1-65/+61
2011-08-01CIFS: Move RFC1002 check to a separate functionGravatar Pavel Shilovsky 1-49/+67
2011-08-01CIFS: Simplify socket reading in demultiplex threadGravatar Pavel Shilovsky 1-83/+71
2011-08-01ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_infoGravatar Theodore Ts'o 3-13/+15
2011-08-01ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()Gravatar Theodore Ts'o 2-18/+39
2011-08-01CIFS: Move buffer allocation to a separate functionGravatar Pavel Shilovsky 1-37/+55
2011-08-01ext4: use the correct error exit path in ext4_init_inode_table()Gravatar Yongqiang Yang 1-1/+1
2011-08-01xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not setGravatar Markus Trippelsdorf 1-1/+4
2011-08-01VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockGravatar David Howells 1-17/+5
2011-08-01VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()Gravatar David Howells 1-24/+24
2011-08-01VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()Gravatar David Howells 1-3/+0
2011-08-01switch posix_acl_chmod() to umode_tGravatar Al Viro 1-2/+2
2011-08-01switch posix_acl_from_mode() to umode_tGravatar Al Viro 1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 13-31/+14
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 20-50/+32
2011-08-01block: initialise bd_super in bdget()Gravatar Lachlan McIlroy 1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleGravatar Eric Dumazet 1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsGravatar Eric Dumazet 1-3/+3
2011-08-01vfs: conditionally call inode_wb_list_del()Gravatar Eric Dumazet 1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesGravatar David Howells 1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryGravatar Josef Bacik 1-2/+45
2011-07-31NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1Gravatar Trond Myklebust 1-1/+1
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconGravatar Jeff Layton 1-1/+1
2011-07-31cifs: simplify refcounting for oplock breaksGravatar Jeff Layton 5-58/+4
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsGravatar Jeff Layton 1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsGravatar Jeff Layton 1-1/+7
2011-07-31cifs: don't start signing too earlyGravatar Jeff Layton 1-2/+14
2011-07-31cifs: trivial: goto out here is unnecessaryGravatar Jeff Layton 1-6/+0
2011-07-31cifs: advertise the right receive buffer size to the serverGravatar Jeff Layton 1-1/+2
2011-07-31Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 16-87/+3090
2011-07-31pnfsblock: write_pagelist handle zero invalid extentsGravatar Peng Tao 1-42/+233
2011-07-31pnfsblock: note written INVAL areas for layoutcommitGravatar Fred Isaman 3-0/+129
2011-07-31pnfsblock: bl_write_pagelistGravatar Fred Isaman 1-3/+126
2011-07-31pnfsblock: bl_read_pagelistGravatar Fred Isaman 1-0/+265
2011-07-31pnfsblock: cleanup_layoutcommitGravatar Fred Isaman 3-0/+217
2011-07-31pnfsblock: encode_layoutcommitGravatar Fred Isaman 3-44/+146
2011-07-31pnfsblock: merge rw extentsGravatar Fred Isaman 1-0/+47
2011-07-31pnfsblock: add extent manipulation functionsGravatar Fred Isaman 3-3/+287
2011-07-31pnfsblock: bl_find_get_extentGravatar Fred Isaman 2-0/+50
2011-07-31pnfsblock: xdr decode pnfs_block_layout4Gravatar Fred Isaman 1-2/+206