aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* NFS: Remove CONFIG_NFS_V4 checks from nfs_idmap.hAnna Schumaker2015-04-23
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-04-23
* nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao2015-04-23
* nfs: fix DIO good bytes calculationPeng Tao2015-04-23
* nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker2015-04-23
* nfs: fix high load average due to callback thread sleepingJeff Layton2015-04-23
* NFS: Reduce time spent holding the i_mutex during fallocate()Anna Schumaker2015-04-23
* NFS: Don't zap caches on fallocate()Anna Schumaker2015-04-23
* NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust2015-03-27
* NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-27
* NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-closeTrond Myklebust2015-03-27
* NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-27
* NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust2015-03-27
* NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust2015-03-27
* NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust2015-03-27
* NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust2015-03-27
* NFSv4.1/pnfs: Fix setting of layoutcommit last write byteTrond Myklebust2015-03-27
* NFSv4: Return the delegation before returning the layout in evict_inode()Trond Myklebust2015-03-27
* NFSv4: Allow tracing of NFSv4 fsync callsTrond Myklebust2015-03-27
* NFS: Fix free_deveiceid -> free_deviceidTrond Myklebust2015-03-27
* NFSv4.1: Don't cache deviceids that have no notificationsTrond Myklebust2015-03-27
* NFSv4.1: Allow getdeviceinfo to return notification info back to callerTrond Myklebust2015-03-27
* NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()Trond Myklebust2015-03-27
* NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-27
* nfs: clean up nfs_direct_IOPeng Tao2015-03-13
* NFSv4: Append delegations to the per-client list instead of prependingTrond Myklebust2015-03-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-06
|\
| * Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-05
| * Btrfs: fix data loss in the fast fsync pathFilipe Manana2015-03-05
| * Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik2015-03-05
| * Btrfs: incremental send, don't rename a directory too soonFilipe Manana2015-03-02
| * btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-02
| * Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana2015-03-02
| * Btrfs: fix off-by-one logic error in btrfs_realloc_nodeFilipe Manana2015-03-02
| * Btrfs: add missing inode update when punching holeFilipe Manana2015-03-02
| * Btrfs: abort the transaction if we fail to update the free space cache inodeJosef Bacik2015-03-02
| * Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana2015-03-02
* | Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-03-06
|\ \
| * | locks: fix fasync_struct memory leak in lease upgrade/downgrade handlingJeff Layton2015-03-04
* | | Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-03-06
|\ \ \
| * | | NFSv4.1: Clear the old state by our client id before establishing a new leaseTrond Myklebust2015-03-03
| * | | NFSv4: Fix a race in NFSv4.1 server trunking discoveryTrond Myklebust2015-03-03
| * | | NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust2015-03-03
| * | | NFS: Fix a regression in the read() syscallTrond Myklebust2015-03-03
| * | | NFSv4: Ensure we skip delegations that are already being returnedTrond Myklebust2015-03-02
| * | | NFSv4: Pin the superblock while we're returning the delegationTrond Myklebust2015-03-02
| * | | NFSv4: Ensure we honour NFS_DELEGATION_RETURNING in nfs_inode_set_delegation()Trond Myklebust2015-03-02
| * | | NFSv4: Ensure that we don't reap a delegation that is being returnedTrond Myklebust2015-03-02
| * | | NFS: Fix stateid used for NFS v4 closesAnna Schumaker2015-03-02
| * | | NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-01