summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-09-27sysfs: add unsigned long cast to prevent compile warningHeiko Carstens1-1/+2
2011-09-27nfsd4: look up stateid's per clientidJ. Bruce Fields3-65/+54
2011-09-27nfsd4: assume test_stateid always has sessionJ. Bruce Fields4-6/+5
2011-09-27nfsd4: use idr for stateid'sJ. Bruce Fields2-52/+73
2011-09-27nfsd4: move client * to nfs4_stateid, add init_stid helperJ. Bruce Fields3-27/+31
2011-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds8-13/+15
2011-09-22teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-09-22break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-09-22make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-09-21leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields1-36/+62
2011-09-21Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds1-1/+6
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason1-1/+6
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil1-1/+6
2011-09-20nfsd4: make op_cacheresult another flagJ. Bruce Fields1-25/+25
2011-09-20nfsd4: fix open downgrade, againJ. Bruce Fields1-3/+11
2011-09-20cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar1-43/+11
2011-09-20Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2011-09-20CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky1-4/+6
2011-09-20cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2011-09-20Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds3-11/+30
2011-09-19nfsd4: hash closed stateid's like any otherJ. Bruce Fields2-49/+56
2011-09-19nfsd4: construct stateid from clientid and counterJ. Bruce Fields2-58/+18
2011-09-18Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik1-2/+11
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu1-2/+7
2011-09-18Merge branch 'btrfs-3.0' into for-linusChris Mason2-7/+12
2011-09-18Btrfs: don't change inode flag of the dest clone fileLi Zefan1-1/+0
2011-09-18Btrfs: don't make a file partly checksummed through file cloneLi Zefan1-0/+5
2011-09-18Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan1-4/+4
2011-09-18btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2011-09-17nfsd4: simplify free_stateidJ. Bruce Fields1-51/+15
2011-09-17nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields3-7/+44
2011-09-17nfsd4: replace oo_confirmed by flag bitJ. Bruce Fields3-15/+16
2011-09-16nfsd41: try to check reply size before operationMi Jinlong3-37/+248
2011-09-15Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-16/+55
2011-09-15hfsplus: fix filesystem size checksChristoph Hellwig1-3/+8
2011-09-15hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2-4/+4
2011-09-15Merge branch 'master' into for-nextJiri Kosina301-6949/+11478
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches4-18/+7
2011-09-15Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+2
2011-09-14restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro1-0/+4
2011-09-14xfs: fix a use after free in xfs_end_io_direct_writeChristoph Hellwig1-1/+2
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2-38/+3
2011-09-14NFSD: Add a cache for fs_locations informationTrond Myklebust2-0/+25
2011-09-14NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-11/+0
2011-09-14NFSD: Cleanup for nfsd4_path()Trond Myklebust2-30/+80
2011-09-14nfsd4: better stateid hashingJ. Bruce Fields1-4/+4
2011-09-14nfsd4: use deleg changes to cleanup preprocess_stateid_opJ. Bruce Fields1-14/+10
2011-09-14nfsd4: fix test_stateid for delegation stateid'sJ. Bruce Fields1-18/+16
2011-09-14nfsd4: hash deleg stateid's like any otherJ. Bruce Fields2-66/+51
2011-09-14nfsd4: share common stid-hashing helper functionJ. Bruce Fields1-4/+11