summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington2016-07-281-3/+5
* NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust2016-07-261-8/+2
* NFSv4.2: Fix warning "variable ‘stateids’ set but not used"Trond Myklebust2016-07-241-2/+10
* NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust2016-07-241-1/+1
* Merge branch 'nfs-rdma'Trond Myklebust2016-07-2419-86/+188
|\
| * NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-1/+5
| * Merge tag 'ecryptfs-4.7-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-084-20/+23
| |\
| | * ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
| | * Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-081-11/+2
| | * ecryptfs: fix spelling mistakesChris J Arges2016-06-202-4/+4
| | * eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
| | * ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-081-1/+1
| |\ \
| | * | writeback: inode cgroup wb switch should not call ihold()Tahsin Erdogan2016-06-301-1/+1
| * | | Merge tag 'configfs-for-4.7' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-07-081-2/+0
| |\ \ \
| | * | | configfs: Remove ppos increment in configfs_write_bin_fileMarek Vasut2016-06-301-2/+0
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-033-1/+31
| |\ \ \ \
| | * | | | fuse: serialize dirops by defaultMiklos Szeredi2016-06-303-1/+31
| * | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
| |\ \ \ \ \
| | * | | | | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| | * | | | | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
| | * | | | | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-024-48/+78
| |\ \ \ \ \
| | * | | | | namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-07-011-0/+1
| | * | | | | 9p: use file_dentry()Miklos Szeredi2016-07-011-3/+3
| | * | | | | ceph: fix d_obtain_alias() misusesAl Viro2016-06-251-7/+3
| | * | | | | lockless next_positive()Al Viro2016-06-201-5/+27
| | * | | | | libfs.c: new helper - next_positive()Al Viro2016-06-201-30/+47
| | * | | | | dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lockAl Viro2016-06-201-9/+3
| * | | | | | Merge tag 'nfsd-4.7-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-07-022-4/+11
| |\ \ \ \ \ \
| | * | | | | | locks: use file_inode()Miklos Szeredi2016-07-011-1/+1
| | * | | | | | lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew2016-06-301-3/+10
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-021-1/+6
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | dax: fix offset overflow in dax_ioEric Sandeen2016-06-271-1/+6
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'pnfs'Trond Myklebust2016-07-246-136/+218
|\ \ \ \ \ \
| * | | | | | pNFS: Remove redundant smp_mb() from pnfs_init_lseg()Trond Myklebust2016-07-241-1/+0
| * | | | | | pNFS: Cleanup - do layout segment initialisation in one placeTrond Myklebust2016-07-241-4/+6
| * | | | | | pNFS: Remove redundant stateid invalidationTrond Myklebust2016-07-241-1/+0
| * | | | | | pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust2016-07-244-16/+0
| * | | | | | pNFS: Clear the layout metadata if the server changed the layout stateidTrond Myklebust2016-07-241-1/+1
| * | | | | | pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust2016-07-244-5/+5
| * | | | | | NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence idTrond Myklebust2016-07-241-14/+23
| * | | | | | pNFS: Do not set plh_return_seq for non-callback related layoutreturnsTrond Myklebust2016-07-241-7/+6
| * | | | | | pNFS: Ensure layoutreturn acts as a completion for layout callbacksTrond Myklebust2016-07-241-15/+25
| * | | | | | pNFS: Fix CB_LAYOUTRECALL stateid verificationTrond Myklebust2016-07-241-19/+44
| * | | | | | pNFS: Always update the layout barrier seqid on LAYOUTGETTrond Myklebust2016-07-241-13/+14
| * | | | | | pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is setTrond Myklebust2016-07-241-1/+1
| * | | | | | pNFS: Clear the layout return tracking on layout reinitialisationTrond Myklebust2016-07-241-5/+14
| * | | | | | pNFS: LAYOUTRETURN should only update the stateid if the layout is validTrond Myklebust2016-07-242-1/+6
| * | | | | | Merge commit 'e7bdea7750eb'Trond Myklebust2016-07-2462-368/+587
| |\| | | | |