aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro13-31/+14
2011-08-01switch posix_acl_create() to umode_t *Al Viro20-50/+32
2011-08-01block: initialise bd_super in bdget()Lachlan McIlroy1-0/+1
2011-08-01vfs: avoid call to inode_lru_list_del() if possibleEric Dumazet1-1/+2
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-3/+3
2011-08-01vfs: conditionally call inode_wb_list_del()Eric Dumazet1-1/+3
2011-08-01VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2011-08-01Btrfs: load the key from the dir item in readdir into a fake dentryJosef Bacik1-2/+45
2011-07-31NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1Trond Myklebust1-1/+1
2011-07-31cifs: remove unneeded variable initialization in cifs_reconnect_tconJeff Layton1-1/+1
2011-07-31cifs: simplify refcounting for oplock breaksJeff Layton5-58/+4
2011-07-31cifs: fix compiler warning in CIFSSMBQAllEAsJeff Layton1-5/+1
2011-07-31cifs: fix name parsing in CIFSSMBQAllEAsJeff Layton1-1/+7
2011-07-31cifs: don't start signing too earlyJeff Layton1-2/+14
2011-07-31cifs: trivial: goto out here is unnecessaryJeff Layton1-6/+0
2011-07-31cifs: advertise the right receive buffer size to the serverJeff Layton1-1/+2
2011-07-31Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-87/+3090
2011-07-31pnfsblock: write_pagelist handle zero invalid extentsPeng Tao1-42/+233
2011-07-31pnfsblock: note written INVAL areas for layoutcommitFred Isaman3-0/+129
2011-07-31pnfsblock: bl_write_pagelistFred Isaman1-3/+126
2011-07-31pnfsblock: bl_read_pagelistFred Isaman1-0/+265
2011-07-31pnfsblock: cleanup_layoutcommitFred Isaman3-0/+217
2011-07-31pnfsblock: encode_layoutcommitFred Isaman3-44/+146
2011-07-31pnfsblock: merge rw extentsFred Isaman1-0/+47
2011-07-31pnfsblock: add extent manipulation functionsFred Isaman3-3/+287
2011-07-31pnfsblock: bl_find_get_extentFred Isaman2-0/+50
2011-07-31pnfsblock: xdr decode pnfs_block_layout4Fred Isaman1-2/+206
2011-07-31pnfsblock: call and parse getdevicelistFred Isaman4-8/+157
2011-07-31pnfsblock: merge extentsFred Isaman2-0/+119
2011-07-31pnfsblock: lseg alloc and freeFred Isaman3-6/+39
2011-07-31pnfsblock: remove device operationsJim Rees3-1/+115
2011-07-31pnfsblock: add device operationsJim Rees5-2/+275
2011-07-31pnfsblock: basic extent codeFred Isaman4-5/+107
2011-07-31pnfsblock: use pageio_ops apiBenny Halevy1-0/+14
2011-07-31pnfsblock: add blocklayout Kconfig option, Makefile, and stubsFred Isaman5-1/+278
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson4-0/+13
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman4-20/+87
2011-07-31pnfs: add set-clear layoutdriver interfaceBenny Halevy3-7/+24
2011-07-31pnfs: GETDEVICELISTAndy Adamson3-0/+191
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao1-1/+1
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao3-17/+25
2011-07-31pnfs: save layoutcommit cred at layout header initPeng Tao2-11/+12
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao3-6/+8
2011-07-31don't busy retry the inode on failed grab_super_passive()Wu Fengguang1-1/+6
2011-07-30Additional readdir cookie loop informationBryan Schumaker1-1/+2
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-23/+33
2011-07-30ext4: add missing kfree() on error return path in add_new_gdb()Dan Carpenter1-0/+1
2011-07-30ext4: fix races in ext4_sync_parent()Theodore Ts'o1-5/+21
2011-07-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+4
2011-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds2-22/+26