summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust2015-03-274-42/+14
| * | | | | NFSv4.1/pnfs: Fix setting of layoutcommit last write byteTrond Myklebust2015-03-271-9/+8
| * | | | | NFSv4: Return the delegation before returning the layout in evict_inode()Trond Myklebust2015-03-271-2/+3
| * | | | | NFSv4: Allow tracing of NFSv4 fsync callsTrond Myklebust2015-03-272-0/+8
| * | | | | NFS: Fix free_deveiceid -> free_deviceidTrond Myklebust2015-03-272-4/+4
| * | | | | NFSv4.1: Don't cache deviceids that have no notificationsTrond Myklebust2015-03-273-0/+13
| * | | | | NFSv4.1: Allow getdeviceinfo to return notification info back to callerTrond Myklebust2015-03-272-9/+10
| * | | | | NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()Trond Myklebust2015-03-271-4/+2
| * | | | | NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-276-8/+7
| * | | | | nfs: clean up nfs_direct_IOPeng Tao2015-03-131-7/+0
| * | | | | NFSv4: Append delegations to the per-client list instead of prependingTrond Myklebust2015-03-121-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26285-1520/+1512
|\ \ \ \ \
| * | | | | RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-04-241-2/+4
| * | | | | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-248-32/+22
| * | | | | fs/9p: fix readdir()Johannes Berg2015-04-241-0/+2
| * | | | | VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-153-7/+7
| * | | | | VFS: fs/inode.c helpers: d_inode() annotationsDavid Howells2015-04-151-3/+3
| * | | | | VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells2015-04-156-62/+62
| * | | | | VFS: fs library helpers: d_inode() annotationsDavid Howells2015-04-152-18/+18
| * | | | | VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-153-11/+11
| * | | | | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15266-1351/+1350
| * | | | | VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells2015-04-152-28/+28
* | | | | | Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-2410-77/+35
|\ \ \ \ \ \
| * | | | | | nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera2015-04-211-8/+8
| * | | | | | nfsd: eliminate NFSD_DEBUGMark Salter2015-04-213-3/+3
| * | | | | | nfsd4: fix READ permission checkingJ. Bruce Fields2015-04-211-4/+8
| * | | | | | nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-04-211-0/+2
| * | | | | | nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields2015-04-211-0/+2
| * | | | | | nfsd: add NFSEXP_PNFS to the exflags arrayChristoph Hellwig2015-04-031-0/+1
| * | | | | | nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee2015-03-313-3/+2
| * | | | | | nfsd: allow setting acls with unenforceable DENYsJ. Bruce Fields2015-03-311-49/+1
| * | | | | | nfsd: NFSD_FAULT_INJECTION depends on DEBUG_FSChengyu Song2015-03-311-1/+1
| * | | | | | nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton2015-03-313-3/+3
| * | | | | | nfsd: remove bogus setting of status in nfsd4_process_open2Jeff Layton2015-03-311-1/+0
| * | | | | | NFSD: Use correct reply size calculating functionKinglong Mee2015-03-311-2/+2
| * | | | | | NFSD: Using path_equal() for checking two pathsKinglong Mee2015-03-312-3/+2
* | | | | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-2446-897/+2113
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo2015-04-131-0/+5
| * | | | | | btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo2015-04-131-57/+126
| * | | | | | btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang2015-04-131-0/+1
| * | | | | | btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo2015-04-131-1/+24
| * | | | | | btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo2015-04-131-3/+3
| * | | | | | btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2015-04-132-1/+9
| * | | | | | btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2015-04-132-0/+10
| * | | | | | btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang2015-04-131-5/+25
| * | | | | | btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang2015-04-131-0/+5
| * | | | | | btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-137-121/+14
| * | | | | | Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2015-04-132-16/+10
| * | | | | | Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang2015-04-134-6/+104
| * | | | | | Btrfs: qgroup: free reserved in exceeding quota.Dongsheng Yang2015-04-131-1/+4