summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin2017-11-273-3/+17
* race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin2017-11-271-2/+14
* NFSD: make cache_detail structures constBhumika Goyal2017-11-272-4/+4
* nfsd: check for use of the closed special stateidAndrew Elble2017-11-271-2/+5
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-11-271-2/+2
* lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2017-11-271-0/+2
* lockd: added cleanup checks in exit_net hookVasily Averin2017-11-271-0/+11
* grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin2017-11-271-1/+3
* nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble2017-11-271-3/+8
* lockd: remove net pointer from messagesVasily Averin2017-11-274-14/+21
* nfsd: remove net pointer from debug messagesVasily Averin2017-11-271-3/+3
* nfsd: Fix races with check_stateid_generation()Trond Myklebust2017-11-271-3/+19
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2017-11-271-9/+3
* nfsd: Fix race in lock stateid creationTrond Myklebust2017-11-271-28/+42
* nfsd4: move find_lock_stateidTrond Myklebust2017-11-271-19/+19
* nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust2017-11-271-11/+8
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2017-11-271-0/+8
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-11-271-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-11-271-8/+59
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-7/+6
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-258-279/+405
|\ \
| * | afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-241-1/+1
| * | afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-241-6/+1
| * | afs: Fix signal handling in some file opsDavid Howells2017-11-241-0/+8
| * | afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-241-10/+5
| * | afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-241-0/+5
| * | afs: Fix file lockingDavid Howells2017-11-175-262/+385
* | | Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-223-7/+13
|\ \ \
| * | | xfs: abstract out dev_t conversionsChristoph Hellwig2017-11-212-6/+12
| * | | xfs: fix memory leak in xfs_iext_free_last_leafShu Wang2017-11-211-1/+1
* | | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-222-2/+2
|\ \ \ \
| * | | | mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-302-2/+2
* | | | | Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-11-222-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-10-232-0/+6
* | | | | Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-2110-154/+72
|\ \ \ \ \
| * | | | | orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15
| * | | | | orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-139-141/+52
| * | | | | orangefs: use ARRAY_SIZEJérémy Lefaure2017-11-132-2/+5
| * | | | | orangefs: remove initialization of i_versionJeff Layton2017-11-131-2/+0
* | | | | | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-216-94/+206
|\ \ \ \ \ \
| * | | | | | ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-131-2/+2
| * | | | | | ceph: remove the bump of i_versionJeff Layton2017-11-131-1/+0
| * | | | | | ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-131-2/+3
| * | | | | | ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-131-13/+21
| * | | | | | ceph: remove unused and redundant variable droppingColin Ian King2017-11-131-2/+1
| * | | | | | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-131-2/+2
| * | | | | | ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-131-1/+6
| * | | | | | ceph: fix bool initialization/comparisonThomas Meyer2017-11-131-3/+3
OpenPOWER on IntegriCloud