aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-126/+264
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 19-135/+314
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileGravatar Filipe Manana 1-18/+106
2017-11-28btrfs: tree-checker: Fix false panic for sanity testGravatar Qu Wenruo 3-8/+43
2017-11-27proc: don't report kernel addresses in /proc/<pid>/stackGravatar Linus Torvalds 1-2/+1
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceGravatar Vasily Averin 2-4/+9
2017-11-27nlm_shutdown_hosts_net() cleanupGravatar Vasily Averin 1-2/+1
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeGravatar Vasily Averin 3-3/+17
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeGravatar Vasily Averin 1-2/+14
2017-11-27NFSD: make cache_detail structures constGravatar Bhumika Goyal 2-4/+4
2017-11-27nfsd: check for use of the closed special stateidGravatar Andrew Elble 1-2/+5
2017-11-27nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatGravatar Naofumi Honda 1-2/+2
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Gravatar Vasily Averin 1-0/+2
2017-11-27lockd: added cleanup checks in exit_net hookGravatar Vasily Averin 1-0/+11
2017-11-27grace: replace BUG_ON by WARN_ONCE in exit_net hookGravatar Vasily Averin 1-1/+3
2017-11-27nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classGravatar Andrew Elble 1-3/+8
2017-11-27lockd: remove net pointer from messagesGravatar Vasily Averin 4-14/+21
2017-11-27nfsd: remove net pointer from debug messagesGravatar Vasily Averin 1-3/+3
2017-11-27nfsd: Fix races with check_stateid_generation()Gravatar Trond Myklebust 1-3/+19
2017-11-27nfsd: Ensure we check stateid validity in the seqid operation checksGravatar Trond Myklebust 1-9/+3
2017-11-27nfsd: Fix race in lock stateid creationGravatar Trond Myklebust 1-28/+42
2017-11-27nfsd4: move find_lock_stateidGravatar Trond Myklebust 1-19/+19
2017-11-27nfsd: Ensure we don't recognise lock stateids after freeing themGravatar Trond Myklebust 1-11/+8
2017-11-27nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Gravatar Trond Myklebust 1-0/+8
2017-11-27nfsd: Fix another OPEN stateid raceGravatar Trond Myklebust 1-15/+13
2017-11-27nfsd: Fix stateid races between OPEN and CLOSEGravatar Trond Myklebust 1-8/+59
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 102-396/+396
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncGravatar Liu Bo 2-3/+4
2017-11-27btrfs: Fix wild memory access in compression level parserGravatar Qu Wenruo 3-3/+14
2017-11-27btrfs: fix deadlock when writing out space cacheGravatar Josef Bacik 1-1/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+6
2017-11-25Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-279/+405
2017-11-24afs: remove redundant assignment of dvnode to itselfGravatar Colin Ian King 1-1/+1
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGravatar Gustavo A. R. Silva 1-6/+1
2017-11-24afs: Fix signal handling in some file opsGravatar David Howells 1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsGravatar David Howells 1-10/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedGravatar David Howells 1-0/+5
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-7/+13
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+2
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-0/+6
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-5/+4
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-154/+72
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 6-94/+206
2017-11-21xfs: abstract out dev_t conversionsGravatar Christoph Hellwig 2-6/+12
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafGravatar Shu Wang 1-1/+1
2017-11-20btrfs: clear space cache inode generation alwaysGravatar Josef Bacik 1-7/+7
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-82/+157
2017-11-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 18-152/+147
2017-11-17pid: replace pid bitmap implementation with IDR APIGravatar Gargi Sharma 1-1/+1