summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-05nfsd4: remove outdated pathname-commentsJ. Bruce Fields2-4/+0
2011-01-05nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields7-7/+133
2011-01-05nfsd4: name->id mapping should fail with BADOWNER not BADNAMEJ. Bruce Fields3-3/+4
2011-01-05locks: minor setlease cleanupJ. Bruce Fields1-1/+1
2011-01-05locks: eliminate fl_mylease callbackJ. Bruce Fields2-27/+2
2011-01-05nfsd4: use a single struct file for delegationsJ. Bruce Fields2-5/+6
2011-01-05nfsd4: eliminate lease delete callbackJ. Bruce Fields1-18/+0
2011-01-05nfsd: remove some unnecessary dropit handlingJ. Bruce Fields4-12/+0
2011-01-05nfsd: stop translating EAGAIN to nfserr_dropitJ. Bruce Fields1-1/+2
2011-01-05svcrpc: simpler request droppingJ. Bruce Fields1-1/+1
2011-01-05nfsd: don't drop requests on -ENOMEMJ. Bruce Fields1-1/+1
2011-01-05nfsd: declare several functions of nfs4callback as staticKirill A. Shutemov1-3/+4
2010-12-29nfsd4: fix oops on secinfo_no_name result encodingMi Jinlong1-4/+17
2010-12-17nfsd4: implement secinfo_no_nameJ. Bruce Fields3-2/+45
2010-12-17nfsd4: move guts of nfsd4_lookupp into helperJ. Bruce Fields1-6/+10
2010-12-17nfsd4: 4.1 SECINFO should consume filehandleJ. Bruce Fields1-0/+3
2010-12-17nfs: add missed CONFIG_NFSD_DEPRECATEDbookjovi@gmail.com1-0/+2
2010-12-17nfsd: fix offset printk's in nfsd3 read/writeJ. Bruce Fields1-4/+4
2010-12-17nfsd4: fix mixed 4.0/4.1 handling, 4.1 rebootJ. Bruce Fields2-21/+17
2010-12-17nfsd4: replace unintuitive match_clientid_establishmentJ. Bruce Fields1-10/+4
2010-12-17Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields124-959/+1898
2010-12-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds4-4/+18
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-0/+5
2010-12-15ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen1-1/+1
2010-12-14ext4: Turn off multiple page-io submission by defaultTheodore Ts'o3-3/+17
2010-12-14Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-13/+14
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds11-94/+207
2010-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-6/+66
2010-12-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+1
2010-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-61/+111
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds9-51/+53
2010-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-144/+157
2010-12-14Btrfs: prevent RAID level downgrades when space is lowChris Mason1-1/+19
2010-12-14Btrfs: account for missing devices in RAID allocation profilesChris Mason3-3/+36
2010-12-13Btrfs: EIO when we fail to read tree rootsChris Mason1-1/+4
2010-12-11Btrfs: fix compiler warningsJan Beulich2-7/+5
2010-12-11Btrfs: Make async snapshot ioctl more genericLi Zefan2-22/+36
2010-12-11Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong1-32/+60
2010-12-11Btrfs: Fix a crash when mounting a subvolumeLi Zefan1-1/+1
2010-12-11Btrfs: fix sync subvol/snapshot creationSage Weil1-9/+11
2010-12-11Btrfs: Fix page leak in compressed writeback pathYan, Zheng1-1/+1
2010-12-11Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik1-3/+7
2010-12-10NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2010-12-10xfs: log timestamp changes to the source inode in renameChristoph Hellwig1-0/+1
2010-12-09Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik1-1/+5
2010-12-09Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik1-6/+12
2010-12-09Btrfs: deal with space cache errors betterJosef Bacik2-9/+13
2010-12-09Btrfs: fix use after free in O_DIRECTJosef Bacik1-2/+1
2010-12-08cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman1-12/+0
2010-12-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14