summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: don't break lease on CLAIM_DELEGATE_CURCasey Bodley2011-07-231-6/+12
* locks: rename lock-manager opsJ. Bruce Fields2011-07-205-29/+29
* nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-186-23/+54
* nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields2011-07-183-10/+8
* nfsd41: Deny new lock before RECLAIM_COMPLETE doneMi Jinlong2011-07-151-0/+9
* fs: locks: remove init_onceMiklos Szeredi2011-07-151-31/+10
* nfsd41: check the size of requestMi Jinlong2011-07-151-0/+12
* nfsd41: error out when client sets maxreq_sz or maxresp_sz too smallMi Jinlong2011-07-151-0/+27
* nfsd4: fix file leak on open_downgradeJ. Bruce Fields2011-07-151-23/+8
* nfsd4: remember to put RW access on stateid destructionJ. Bruce Fields2011-07-151-11/+6
* NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-155-3/+145
* NFSD: added FREE_STATEID operationBryan Schumaker2011-07-154-2/+161
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-158-1129/+0
* NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-151-0/+5
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-133-2/+3
|\
| * NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-111-1/+1
| * pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2011-06-282-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-07-113-57/+73
|\ \
| * | cifs: drop spinlock before calling cifs_put_tlinkJeff Layton2011-07-111-1/+1
| * | cifs: fix expand_dfs_referralJeff Layton2011-07-091-10/+20
| * | cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALLJeff Layton2011-07-091-0/+2
| * | cifs: factor smb_vol allocation out of cifs_setup_volume_infoJeff Layton2011-07-083-33/+33
| * | cifs: have cifs_cleanup_volume_info not take a double pointerJeff Layton2011-07-063-9/+5
| * | cifs: fix build_unc_path_to_root to account for a prefixpathJeff Layton2011-07-061-6/+15
| * | cifs: remove bogus call to cifs_cleanup_volume_infoJeff Layton2011-07-061-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-084-6/+20
|\ \ \
| * | | btrfs: fix oops when doing space balanceMiao Xie2011-07-061-5/+7
| * | | Btrfs: don't panic if we get an error while balancing V2Josef Bacik2011-07-061-1/+2
| * | | btrfs: add missing options displayed in mount outputDavid Sterba2011-07-062-0/+11
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-07-082-8/+10
|\ \ \ \
| * | | | xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-062-8/+10
* | | | | FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-073-5/+48
| |_|/ / |/| | |
* | | | FDPIC: Fix memory leakDavidlohr Bueso2011-07-061-0/+1
* | | | fs: fix lock initializationMiklos Szeredi2011-07-061-10/+20
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-051-8/+6
|\ \ \ \
| * | | | ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-131-3/+3
| * | | | ceph: fix page alignment correctionsSage Weil2011-06-131-5/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds2011-07-052-3/+6
|\ \ \ \ \
| * | | | | hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov2011-06-301-1/+1
| * | | | | hfsplus: add missing call to bio_put()Seth Forshee2011-06-301-2/+5
* | | | | | cifs: set socket send and receive timeouts before attempting connectJeff Layton2011-07-011-8/+8
|/ / / / /
* | | | | proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-06-281-2/+5
| |_|_|/ |/| | |
* | | | mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-271-0/+7
* | | | romfs: fix romfs_get_unmapped_area() argument checkBob Liu2011-06-271-2/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-275-31/+100
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: fix inconsonant inode informationMiao Xie2011-06-273-26/+91
| * | | Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
| * | | Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
| * | | Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-06-274-6/+31
|\ \ \ \ | | |_|/ | |/| |
OpenPOWER on IntegriCloud