summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: add xlog_grant_head_initChristoph Hellwig2012-02-231-6/+12
| * | | xfs: add the xlog_grant_head structureChristoph Hellwig2012-02-234-73/+74
| * | | xfs: remove log space waitqueuesChristoph Hellwig2012-02-232-10/+16
| * | | xfs: cleanup xfs_log_space_wakeChristoph Hellwig2012-02-233-34/+8Star
| * | | xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-238-104/+5Star
| * | | xfs: do exact log space wakeups in xlog_ungrant_log_spaceChristoph Hellwig2012-02-231-1/+1
| * | | xfs: split tail_lsn assignments from log space wakeupsChristoph Hellwig2012-02-234-80/+45Star
| * | | xfs: cleanup quota check on disk blocks and inodes reservationsMitsuo Hayasaka2012-02-231-10/+7Star
| * | | xfs: make inode quota check more generalMitsuo Hayasaka2012-02-211-2/+4
| * | | xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka2012-02-214-19/+19
| * | | XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl2012-02-141-2/+2
| * | | xfs: use a normal shrinker for the dquot freelistChristoph Hellwig2012-02-106-282/+141Star
| * | | Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usageChandra Seetharaman2012-02-033-5/+6
| * | | Change xfs_sb_from_disk() interface to take a mount pointerChandra Seetharaman2012-02-033-4/+6
| * | | Define a new function xfs_inode_dquot()Chandra Seetharaman2012-02-032-24/+22Star
| * | | Define a new function xfs_this_quota_on()Chandra Seetharaman2012-02-032-6/+15
| * | | xfs: kill the unused XFS_BB_FSB_OFFSET macroAmit Sahrawat2012-02-031-1/+0Star
| * | | xfs: show uuid when mount fails due to duplicate uuidMitsuo Hayasaka2012-01-311-1/+1
* | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-03-2311-109/+169
|\ \ \ \
| * | | | cifs: clean up ordering in exit_cifsJeff Layton2012-03-211-5/+5
| * | | | cifs: clean up call to cifs_dfs_release_automount_timer()Jeff Layton2012-03-212-2/+6
| * | | | CIFS: Delete echo_retries module parmPavel Shilovsky2012-03-214-17/+15Star
| * | | | CIFS: Prepare credits code for a slot reservationPavel Shilovsky2012-03-212-10/+26
| * | | | CIFS: Make wait_for_free_request killablePavel Shilovsky2012-03-211-1/+6
| * | | | CIFS: Introduce credit-based flow controlPavel Shilovsky2012-03-216-44/+60
| * | | | CIFS: Simplify inFlight logicPavel Shilovsky2012-03-215-33/+52
| * | | | cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton2012-03-211-1/+2
| * | | | CIFS: Respect negotiated MaxMpxCountPavel Shilovsky2012-03-207-26/+26
| * | | | CIFS: Fix a spurious error in cifs_push_posix_locksPavel Shilovsky2012-03-191-9/+10
* | | | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-23127-2987/+5217
|\ \ \ \ \
| * | | | | NFS: fix sb->s_id in nfs debug printsVivek Trivedi2012-03-211-1/+1
| * | | | | xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker2012-03-211-5/+12
| * | | | | xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker2012-03-211-2/+7
| * | | | | pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare2012-03-215-0/+205
| * | | | | NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker2012-03-215-22/+37
| * | | | | NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker2012-03-215-19/+34
| * | | | | NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-216-14/+25
| * | | | | NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-216-18/+25
| * | | | | NFS: Fix more NFS debug related build warningsTrond Myklebust2012-03-215-5/+14
| * | | | | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust2012-03-212-44/+42Star
| * | | | | nfs: non void functions must return a valueStephen Rothwell2012-03-211-0/+1
| * | | | | SUNRPC: Kill compiler warning when RPC_DEBUG is unsetChuck Lever2012-03-211-2/+2
| * | | | | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust2012-03-207-13/+31
| * | | | | NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust2012-03-203-10/+20
| * | | | | NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust2012-03-203-7/+7
| * | | | | NFS: ncommit count is being double decrementedFred Isaman2012-03-201-4/+1Star
| * | | | | SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust2012-03-191-4/+11
| * | | | | Try using machine credentials for RENEW callsSachin Prabhu2012-03-171-0/+7
| * | | | | NFSv4.1: Fix a few issues in filelayout_commit_pagelistTrond Myklebust2012-03-171-23/+24
| * | | | | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-177-97/+183