summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-168-759/+542
* NFS: Remove unused UMNT response data structureChuck Lever2010-12-161-2/+0
* NFS: Avoid return code checking in mount XDR encoder functionsChuck Lever2010-12-161-20/+15
* NSM: Avoid return code checking in NSM XDR encoder functionsChuck Lever2010-12-161-43/+25
* NFS: Squelch compiler warning in decode_getdeviceinfo()Chuck Lever2010-12-161-1/+1
* NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-166-41/+59
* NFS: Fix hdrlen calculation in NFSv4's decode_read()Chuck Lever2010-12-161-1/+1
* lockd: Move nlmdbg_cookie2a() to svclock.cChuck Lever2010-12-162-29/+30
* NFS: Repair whitespace damage in NFS PROC macroChuck Lever2010-12-163-86/+86
* NFSD: Update XDR decoders in NFSv4 callback clientChuck Lever2010-12-161-176/+239
* NFSD: Update XDR encoders in NFSv4 callback clientChuck Lever2010-12-161-77/+178
* lockd: Introduce new-style XDR functions for NLMv4Chuck Lever2010-12-163-256/+622
* NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever2010-12-161-69/+67
* NFS: Remove unused old NFSv3 decoder functionsChuck Lever2010-12-161-508/+4
* NFS: Switch in new NFSv3 decoder functionsChuck Lever2010-12-161-34/+30
* NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever2010-12-161-79/+1445
* NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever2010-12-161-56/+55
* NFS: Remove unused old NFSv3 encoder functionsChuck Lever2010-12-161-324/+4
* NFS: Replace old NFSv3 encoder functions with xdr_stream-based onesChuck Lever2010-12-161-28/+30
* NFS: Introduce new-style XDR encoding functions for NFSv3Chuck Lever2010-12-161-3/+830
* lockd: Introduce new-style XDR functions for NLMv3Chuck Lever2010-12-163-260/+645
* NFS: Move and update xdr_decode_foo() functions that we're keepingChuck Lever2010-12-161-41/+56
* NFS: Replace old NFSv2 decoder functions with xdr_stream-based onesChuck Lever2010-12-161-249/+4
* NFS: Introduce new-style XDR decoding functions for NFSv2Chuck Lever2010-12-163-10/+558
* NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argumentChuck Lever2010-12-162-9/+11
* NFS: Update xdr_encode_foo() functions that we're keepingChuck Lever2010-12-161-26/+33
* NFS: Remove old NFSv2 encoder functionsChuck Lever2010-12-161-245/+4
* NFS: Introduce new-style XDR encoding functions for NFSv2Chuck Lever2010-12-161-3/+403
* nilfs2: fix regression of garbage collection ioctlRyusuke Konishi2010-12-162-9/+12
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-12-154-4/+18
|\
| * ext4: fix typo which broke '..' detection in ext4_find_entry()Aaro Koskinen2010-12-141-1/+1
| * ext4: Turn off multiple page-io submission by defaultTheodore Ts'o2010-12-143-3/+17
* | install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-151-0/+5
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-12-142-13/+14
|\ \
| * | nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2010-12-082-13/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-12-1411-94/+207
|\ \ \
| * | | Btrfs: prevent RAID level downgrades when space is lowChris Mason2010-12-131-1/+19
| * | | Btrfs: account for missing devices in RAID allocation profilesChris Mason2010-12-133-3/+36
| * | | Btrfs: EIO when we fail to read tree rootsChris Mason2010-12-131-1/+4
| * | | Btrfs: fix compiler warningsJan Beulich2010-12-102-7/+5
| * | | Btrfs: Make async snapshot ioctl more genericLi Zefan2010-12-102-22/+36
| * | | Btrfs: pwrite blocked when writing from the mmaped buffer of the same pageXin Zhong2010-12-101-32/+60
| * | | Btrfs: Fix a crash when mounting a subvolumeLi Zefan2010-12-101-1/+1
| * | | Btrfs: fix sync subvol/snapshot creationSage Weil2010-12-101-9/+11
| * | | Btrfs: Fix page leak in compressed writeback pathYan, Zheng2010-12-101-1/+1
| * | | Btrfs: do not BUG if we fail to remove the orphan item for dead snapshotsJosef Bacik2010-12-101-3/+7
| * | | Btrfs: fixup return code for btrfs_del_orphan_itemJosef Bacik2010-12-091-1/+5
| * | | Btrfs: do not do fast caching if we are allocating blocks for tree_rootJosef Bacik2010-12-091-6/+12
| * | | Btrfs: deal with space cache errors betterJosef Bacik2010-12-092-9/+13
| * | | Btrfs: fix use after free in O_DIRECTJosef Bacik2010-12-091-2/+1