summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+6
|\
| * x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-0/+6
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-1725-334/+590
|\ \
| * | NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-172-16/+16
| * | NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-171-1/+1
| * | nfs: Fix ugly referral attributesChuck Lever2017-11-171-10/+8
| * | NFS: super: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-2/+10
| * | nfs: remove net pointer from messagesVasily Averin2017-11-171-7/+7
| * | nfs client: exit_net cleanup check addedVasily Averin2017-11-171-0/+4
| * | nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring2017-11-171-8/+9
| * | NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust2017-11-173-1/+20
| * | NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust2017-11-171-1/+2
| * | NFSv4: Check the open stateid when searching for expired stateTrond Myklebust2017-11-171-0/+5
| * | NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust2017-11-171-18/+14
| * | NFSv4: cleanup nfs4_close_doneTrond Myklebust2017-11-171-19/+16
| * | NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust2017-11-171-3/+12
| * | pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust2017-11-173-2/+40
| * | NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-173-12/+13
| * | NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-175-2/+65
| * | NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-171-1/+1
| * | NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2017-11-171-15/+26
| * | NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2017-11-172-0/+5
| * | NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-173-35/+123
| * | NFS: Fix bool initialization/comparisonThomas Meyer2017-11-174-8/+8
| * | NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-171-18/+6
| * | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-176-31/+31
| * | fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
| * | fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-173-8/+8
| * | fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2017-11-172-4/+4
| * | fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2017-11-172-5/+6
| * | fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-7/+7
| * | fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-8/+8
| * | fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
| * | NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2017-11-172-47/+103
| * | NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-161-7/+0
| * | NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-161-2/+2
| * | NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-163-37/+10
| * | NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-161-8/+8
* | | Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-178-98/+34
|\ \ \
| * | | eCryptfs: constify attribute_group structures.Arvind Yadav2017-11-081-1/+1
| * | | ecryptfs: remove unnecessary i_version bumpJeff Layton2017-11-061-1/+0
| * | | ecryptfs: use ARRAY_SIZEJérémy Lefaure2017-11-061-4/+3
| * | | ecryptfs: Adjust four checks for null pointersMarkus Elfring2017-11-062-4/+4
| * | | ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...Markus Elfring2017-11-061-7/+4
| * | | ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring2017-11-066-59/+7
| * | | eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-061-3/+4
| * | | ecryptfs: remove private bin2hex implementationRasmus Villemoes2017-11-042-16/+8
| * | | ecryptfs: add missing \n to end of various error messagesColin Ian King2017-11-043-3/+3
* | | | Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-173-3/+4
|\ \ \ \
| * | | | xfs: fix type usageDarrick J. Wong2017-11-162-3/+3