summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov1-0/+17
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov1-0/+83
2013-04-16NFSv4: Record the OPEN create mode used in the nfs4_opendata structureTrond Myklebust2-23/+30
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds1-0/+1
2013-04-14Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman19-123/+243
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+42
2013-04-14NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transportsTrond Myklebust2-0/+4
2013-04-13vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-13Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+13
2013-04-12NFSv4: Fix handling of revoked delegations by setattrTrond Myklebust1-1/+5
2013-04-12treewide: Fix typo in printksMasanari Iida2-2/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-04-11NFSv4 release the sequence id in the return on close caseAndy Adamson1-1/+3
2013-04-10cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13
2013-04-10nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_cla...Jeff Layton1-3/+1
2013-04-10Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust1-0/+1
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-17/+36
2013-04-10GFS2: Add origin indicator to glock demote tracingSteven Whitehouse2-5/+8
2013-04-10GFS2: Add origin indicator to glock callbacksSteven Whitehouse3-9/+9
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-43/+92
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-04-09procfs: add proc_remove_subtree()Al Viro1-30/+89
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2013-04-09NFSv4: Fix another potential state manager deadlockTrond Myklebust1-0/+1
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust1-0/+9
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust3-0/+59
2013-04-08NFSv4: Handle timeouts correctly when probing for lease validityTrond Myklebust2-3/+7
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland1-3/+15
2013-04-08GFS2: replace gfs2_ail structure with gfs2_transBenjamin Marzinski7-72/+94
2013-04-08GFS2: Remove vestigial parameter ip from function rs_deltreeBob Peterson4-11/+11
2013-04-08GFS2: Use gfs2_dinode_out() in the inode create pathSteven Whitehouse1-35/+9
2013-04-08GFS2: Remove gfs2_refresh_inode from inode creation pathSteven Whitehouse3-58/+35
2013-04-08GFS2: Clean up inode creation pathSteven Whitehouse2-69/+38
2013-04-05sysfs: check if one entry has been removed before freeingMing Lei1-1/+8
2013-04-05NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in useTrond Myklebust3-9/+9
2013-04-05NFSv4: Clean up nfs_expire_all_delegationsTrond Myklebust1-16/+27
2013-04-05NFSv4: Fix nfs_server_return_all_delegationsTrond Myklebust1-7/+17
2013-04-05NFSv4: Be less aggressive about returning delegations for open filesTrond Myklebust2-3/+28
2013-04-05NFSv4: Clean up delegation recall error handlingTrond Myklebust3-58/+29
2013-04-05NFSv4: Clean up nfs4_open_delegation_recallTrond Myklebust1-55/+41
2013-04-05NFSv4: Clean up nfs4_lock_delegation_recallTrond Myklebust1-48/+38
2013-04-05NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust1-0/+6
2013-04-05NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recallTrond Myklebust1-0/+6
2013-04-05nfs: allow the v4.1 callback thread to freezeJeff Layton1-0/+3
2013-04-05NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust1-16/+28
2013-04-05NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust1-1/+7
2013-04-05NFSv4: Don't clear the machine cred when client establish returns EACCESTrond Myklebust1-16/+0
2013-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds4-38/+39